public static interface MemberFeaturesConfiguration.Builder extends SdkPojo, CopyableBuilder<MemberFeaturesConfiguration.Builder,MemberFeaturesConfiguration>
| Modifier and Type | Method and Description |
|---|---|
MemberFeaturesConfiguration.Builder |
name(OrgFeature name)
The name of the feature.
|
MemberFeaturesConfiguration.Builder |
name(String name)
The name of the feature.
|
MemberFeaturesConfiguration.Builder |
status(FeatureStatus status)
The status of the feature.
|
MemberFeaturesConfiguration.Builder |
status(String status)
The status of the feature.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMemberFeaturesConfiguration.Builder name(String name)
The name of the feature.
name - The name of the feature.OrgFeature,
OrgFeatureMemberFeaturesConfiguration.Builder name(OrgFeature name)
The name of the feature.
name - The name of the feature.OrgFeature,
OrgFeatureMemberFeaturesConfiguration.Builder status(String status)
The status of the feature.
status - The status of the feature.FeatureStatus,
FeatureStatusMemberFeaturesConfiguration.Builder status(FeatureStatus status)
The status of the feature.
status - The status of the feature.FeatureStatus,
FeatureStatusCopyright © 2023. All rights reserved.