public static interface OrganizationFeatureConfigurationResult.Builder extends SdkPojo, CopyableBuilder<OrganizationFeatureConfigurationResult.Builder,OrganizationFeatureConfigurationResult>
| Modifier and Type | Method and Description |
|---|---|
OrganizationFeatureConfigurationResult.Builder |
autoEnable(OrgFeatureStatus autoEnable)
Describes how The status of the feature that are configured for the member accounts within the organization.
|
OrganizationFeatureConfigurationResult.Builder |
autoEnable(String autoEnable)
Describes how The status of the feature that are configured for the member accounts within the organization.
|
OrganizationFeatureConfigurationResult.Builder |
name(OrgFeature name)
The name of the feature that is configured for the member accounts within the organization.
|
OrganizationFeatureConfigurationResult.Builder |
name(String name)
The name of the feature that is configured for the member accounts within the organization.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrganizationFeatureConfigurationResult.Builder name(String name)
The name of the feature that is configured for the member accounts within the organization.
name - The name of the feature that is configured for the member accounts within the organization.OrgFeature,
OrgFeatureOrganizationFeatureConfigurationResult.Builder name(OrgFeature name)
The name of the feature that is configured for the member accounts within the organization.
name - The name of the feature that is configured for the member accounts within the organization.OrgFeature,
OrgFeatureOrganizationFeatureConfigurationResult.Builder autoEnable(String autoEnable)
Describes how The status of the feature that are configured for the member accounts within the organization.
If you set AutoEnable to NEW, a feature will be configured for only the new
accounts when they join the organization.
If you set AutoEnable to NONE, no feature will be configured for the accounts when
they join the organization.
autoEnable - Describes how The status of the feature that are configured for the member accounts within the
organization.
If you set AutoEnable to NEW, a feature will be configured for only the new
accounts when they join the organization.
If you set AutoEnable to NONE, no feature will be configured for the
accounts when they join the organization.
OrgFeatureStatus,
OrgFeatureStatusOrganizationFeatureConfigurationResult.Builder autoEnable(OrgFeatureStatus autoEnable)
Describes how The status of the feature that are configured for the member accounts within the organization.
If you set AutoEnable to NEW, a feature will be configured for only the new
accounts when they join the organization.
If you set AutoEnable to NONE, no feature will be configured for the accounts when
they join the organization.
autoEnable - Describes how The status of the feature that are configured for the member accounts within the
organization.
If you set AutoEnable to NEW, a feature will be configured for only the new
accounts when they join the organization.
If you set AutoEnable to NONE, no feature will be configured for the
accounts when they join the organization.
OrgFeatureStatus,
OrgFeatureStatusCopyright © 2023. All rights reserved.