public static interface IntegerDefaultValues.Builder extends SdkPojo, CopyableBuilder<IntegerDefaultValues.Builder,IntegerDefaultValues>
| Modifier and Type | Method and Description |
|---|---|
default IntegerDefaultValues.Builder |
dynamicValue(Consumer<DynamicDefaultValue.Builder> dynamicValue)
The dynamic value of the
IntegerDefaultValues. |
IntegerDefaultValues.Builder |
dynamicValue(DynamicDefaultValue dynamicValue)
The dynamic value of the
IntegerDefaultValues. |
IntegerDefaultValues.Builder |
staticValues(Collection<Long> staticValues)
The static values of the
IntegerDefaultValues. |
IntegerDefaultValues.Builder |
staticValues(Long... staticValues)
The static values of the
IntegerDefaultValues. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIntegerDefaultValues.Builder dynamicValue(DynamicDefaultValue dynamicValue)
The dynamic value of the IntegerDefaultValues. Different defaults are displayed according to
users, groups, and values mapping.
dynamicValue - The dynamic value of the IntegerDefaultValues. Different defaults are displayed according
to users, groups, and values mapping.default IntegerDefaultValues.Builder dynamicValue(Consumer<DynamicDefaultValue.Builder> dynamicValue)
The dynamic value of the IntegerDefaultValues. Different defaults are 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)IntegerDefaultValues.Builder staticValues(Collection<Long> staticValues)
The static values of the IntegerDefaultValues.
staticValues - The static values of the IntegerDefaultValues.IntegerDefaultValues.Builder staticValues(Long... staticValues)
The static values of the IntegerDefaultValues.
staticValues - The static values of the IntegerDefaultValues.Copyright © 2023. All rights reserved.