Interface OrganizationSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<OrganizationSummary.Builder,OrganizationSummary>, SdkBuilder<OrganizationSummary.Builder,OrganizationSummary>, SdkPojo
Enclosing class:
OrganizationSummary

public static interface OrganizationSummary.Builder extends SdkPojo, CopyableBuilder<OrganizationSummary.Builder,OrganizationSummary>
  • Method Details

    • organizationId

      OrganizationSummary.Builder organizationId(String organizationId)

      The identifier associated with the organization.

      Parameters:
      organizationId - The identifier associated with the organization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • alias

      The alias associated with the organization.

      Parameters:
      alias - The alias associated with the organization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultMailDomain

      OrganizationSummary.Builder defaultMailDomain(String defaultMailDomain)

      The default email domain associated with the organization.

      Parameters:
      defaultMailDomain - The default email domain associated with the organization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      OrganizationSummary.Builder errorMessage(String errorMessage)

      The error message associated with the organization. It is only present if unexpected behavior has occurred with regards to the organization. It provides insight or solutions regarding unexpected behavior.

      Parameters:
      errorMessage - The error message associated with the organization. It is only present if unexpected behavior has occurred with regards to the organization. It provides insight or solutions regarding unexpected behavior.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      The state associated with the organization.

      Parameters:
      state - The state associated with the organization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.