public static interface MemberFeaturesConfiguration.Builder extends SdkPojo, CopyableBuilder<MemberFeaturesConfiguration.Builder,MemberFeaturesConfiguration>
| Modifier and Type | Method and Description |
|---|---|
MemberFeaturesConfiguration.Builder |
additionalConfiguration(Collection<MemberAdditionalConfiguration> additionalConfiguration)
Additional configuration of the feature for the member account.
|
MemberFeaturesConfiguration.Builder |
additionalConfiguration(Consumer<MemberAdditionalConfiguration.Builder>... additionalConfiguration)
Additional configuration of the feature for the member account.
|
MemberFeaturesConfiguration.Builder |
additionalConfiguration(MemberAdditionalConfiguration... additionalConfiguration)
Additional configuration of the feature for the member account.
|
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,
FeatureStatusMemberFeaturesConfiguration.Builder additionalConfiguration(Collection<MemberAdditionalConfiguration> additionalConfiguration)
Additional configuration of the feature for the member account.
additionalConfiguration - Additional configuration of the feature for the member account.MemberFeaturesConfiguration.Builder additionalConfiguration(MemberAdditionalConfiguration... additionalConfiguration)
Additional configuration of the feature for the member account.
additionalConfiguration - Additional configuration of the feature for the member account.MemberFeaturesConfiguration.Builder additionalConfiguration(Consumer<MemberAdditionalConfiguration.Builder>... additionalConfiguration)
Additional configuration of the feature for the member account.
This is a convenience method that creates an instance of theMemberAdditionalConfiguration.Builder avoiding the
need to create one manually via
MemberAdditionalConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #additionalConfiguration(List.
additionalConfiguration - a consumer that will call methods on
MemberAdditionalConfiguration.Builder#additionalConfiguration(java.util.Collection) Copyright © 2023. All rights reserved.