Interface ListOrganizationsFeaturesResponse.Builder

    • Method Detail

      • organizationId

        ListOrganizationsFeaturesResponse.Builder organizationId​(String 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

        ListOrganizationsFeaturesResponse.Builder enabledFeaturesWithStrings​(Collection<String> enabledFeatures)

        Specifies the features that are currently available in your organization.

        Parameters:
        enabledFeatures - Specifies the features that are currently available in your organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabledFeaturesWithStrings

        ListOrganizationsFeaturesResponse.Builder enabledFeaturesWithStrings​(String... enabledFeatures)

        Specifies the features that are currently available in your organization.

        Parameters:
        enabledFeatures - Specifies the features that are currently available in your organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabledFeatures

        ListOrganizationsFeaturesResponse.Builder enabledFeatures​(Collection<FeatureType> enabledFeatures)

        Specifies the features that are currently available in your organization.

        Parameters:
        enabledFeatures - Specifies the features that are currently available in your organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabledFeatures

        ListOrganizationsFeaturesResponse.Builder enabledFeatures​(FeatureType... enabledFeatures)

        Specifies the features that are currently available in your organization.

        Parameters:
        enabledFeatures - Specifies the features that are currently available in your organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.