public static interface OrganizationFeatureConfiguration.Builder extends SdkPojo, CopyableBuilder<OrganizationFeatureConfiguration.Builder,OrganizationFeatureConfiguration>
| Modifier and Type | Method and Description |
|---|---|
OrganizationFeatureConfiguration.Builder |
autoEnable(OrgFeatureStatus autoEnable)
The status of the feature that will be configured for the organization.
|
OrganizationFeatureConfiguration.Builder |
autoEnable(String autoEnable)
The status of the feature that will be configured for the organization.
|
OrganizationFeatureConfiguration.Builder |
name(OrgFeature name)
The name of the feature that will be configured for the organization.
|
OrganizationFeatureConfiguration.Builder |
name(String name)
The name of the feature that will be configured for the organization.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrganizationFeatureConfiguration.Builder name(String name)
The name of the feature that will be configured for the organization.
name - The name of the feature that will be configured for the organization.OrgFeature,
OrgFeatureOrganizationFeatureConfiguration.Builder name(OrgFeature name)
The name of the feature that will be configured for the organization.
name - The name of the feature that will be configured for the organization.OrgFeature,
OrgFeatureOrganizationFeatureConfiguration.Builder autoEnable(String autoEnable)
The status of the feature that will be configured for the organization.
autoEnable - The status of the feature that will be configured for the organization.OrgFeatureStatus,
OrgFeatureStatusOrganizationFeatureConfiguration.Builder autoEnable(OrgFeatureStatus autoEnable)
The status of the feature that will be configured for the organization.
autoEnable - The status of the feature that will be configured for the organization.OrgFeatureStatus,
OrgFeatureStatusCopyright © 2023. All rights reserved.