Interface EnableOrganizationsRootSessionsResponse.Builder

  • Method Details

    • organizationId

      The unique identifier (ID) of an organization.

      Parameters:
      organizationId - The unique identifier (ID) of an organization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enabledFeaturesWithStrings

      EnableOrganizationsRootSessionsResponse.Builder enabledFeaturesWithStrings(Collection<String> enabledFeatures)

      The features you have enabled for centralized root access.

      Parameters:
      enabledFeatures - The features you have enabled for centralized root access.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enabledFeaturesWithStrings

      EnableOrganizationsRootSessionsResponse.Builder enabledFeaturesWithStrings(String... enabledFeatures)

      The features you have enabled for centralized root access.

      Parameters:
      enabledFeatures - The features you have enabled for centralized root access.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enabledFeatures

      The features you have enabled for centralized root access.

      Parameters:
      enabledFeatures - The features you have enabled for centralized root access.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enabledFeatures

      EnableOrganizationsRootSessionsResponse.Builder enabledFeatures(FeatureType... enabledFeatures)

      The features you have enabled for centralized root access.

      Parameters:
      enabledFeatures - The features you have enabled for centralized root access.
      Returns:
      Returns a reference to this object so that method calls can be chained together.