public static interface StringDefaultValues.Builder extends SdkPojo, CopyableBuilder<StringDefaultValues.Builder,StringDefaultValues>
| Modifier and Type | Method and Description |
|---|---|
default StringDefaultValues.Builder |
dynamicValue(Consumer<DynamicDefaultValue.Builder> dynamicValue)
The dynamic value of the
StringDefaultValues. |
StringDefaultValues.Builder |
dynamicValue(DynamicDefaultValue dynamicValue)
The dynamic value of the
StringDefaultValues. |
StringDefaultValues.Builder |
staticValues(Collection<String> staticValues)
The static values of the
DecimalDefaultValues. |
StringDefaultValues.Builder |
staticValues(String... staticValues)
The static values of the
DecimalDefaultValues. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStringDefaultValues.Builder dynamicValue(DynamicDefaultValue dynamicValue)
The dynamic value of the StringDefaultValues. Different defaults displayed according to users,
groups, and values mapping.
dynamicValue - The dynamic value of the StringDefaultValues. Different defaults displayed according to
users, groups, and values mapping.default StringDefaultValues.Builder dynamicValue(Consumer<DynamicDefaultValue.Builder> dynamicValue)
The dynamic value of the StringDefaultValues. Different defaults displayed according to users,
groups, and values mapping.
DynamicDefaultValue.Builder avoiding the
need to create one manually via DynamicDefaultValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to dynamicValue(DynamicDefaultValue).
dynamicValue - a consumer that will call methods on DynamicDefaultValue.BuilderdynamicValue(DynamicDefaultValue)StringDefaultValues.Builder staticValues(Collection<String> staticValues)
The static values of the DecimalDefaultValues.
staticValues - The static values of the DecimalDefaultValues.StringDefaultValues.Builder staticValues(String... staticValues)
The static values of the DecimalDefaultValues.
staticValues - The static values of the DecimalDefaultValues.Copyright © 2023. All rights reserved.