public static interface DecimalParameterDeclaration.Builder extends SdkPojo, CopyableBuilder<DecimalParameterDeclaration.Builder,DecimalParameterDeclaration>
| Modifier and Type | Method and Description |
|---|---|
default DecimalParameterDeclaration.Builder |
defaultValues(Consumer<DecimalDefaultValues.Builder> defaultValues)
The default values of a parameter.
|
DecimalParameterDeclaration.Builder |
defaultValues(DecimalDefaultValues defaultValues)
The default values of a parameter.
|
DecimalParameterDeclaration.Builder |
mappedDataSetParameters(Collection<MappedDataSetParameter> mappedDataSetParameters)
Sets the value of the MappedDataSetParameters property for this object.
|
DecimalParameterDeclaration.Builder |
mappedDataSetParameters(Consumer<MappedDataSetParameter.Builder>... mappedDataSetParameters)
Sets the value of the MappedDataSetParameters property for this object.
|
DecimalParameterDeclaration.Builder |
mappedDataSetParameters(MappedDataSetParameter... mappedDataSetParameters)
Sets the value of the MappedDataSetParameters property for this object.
|
DecimalParameterDeclaration.Builder |
name(String name)
The name of the parameter that is being declared.
|
DecimalParameterDeclaration.Builder |
parameterValueType(ParameterValueType parameterValueType)
The value type determines whether the parameter is a single-value or multi-value parameter.
|
DecimalParameterDeclaration.Builder |
parameterValueType(String parameterValueType)
The value type determines whether the parameter is a single-value or multi-value parameter.
|
default DecimalParameterDeclaration.Builder |
valueWhenUnset(Consumer<DecimalValueWhenUnsetConfiguration.Builder> valueWhenUnset)
The configuration that defines the default value of a
Decimal parameter when a value has not
been set. |
DecimalParameterDeclaration.Builder |
valueWhenUnset(DecimalValueWhenUnsetConfiguration valueWhenUnset)
The configuration that defines the default value of a
Decimal parameter when a value has not
been set. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDecimalParameterDeclaration.Builder parameterValueType(String parameterValueType)
The value type determines whether the parameter is a single-value or multi-value parameter.
parameterValueType - The value type determines whether the parameter is a single-value or multi-value parameter.ParameterValueType,
ParameterValueTypeDecimalParameterDeclaration.Builder parameterValueType(ParameterValueType parameterValueType)
The value type determines whether the parameter is a single-value or multi-value parameter.
parameterValueType - The value type determines whether the parameter is a single-value or multi-value parameter.ParameterValueType,
ParameterValueTypeDecimalParameterDeclaration.Builder name(String name)
The name of the parameter that is being declared.
name - The name of the parameter that is being declared.DecimalParameterDeclaration.Builder defaultValues(DecimalDefaultValues defaultValues)
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
defaultValues - The default values of a parameter. If the parameter is a single-value parameter, a maximum of one
default value can be provided.default DecimalParameterDeclaration.Builder defaultValues(Consumer<DecimalDefaultValues.Builder> defaultValues)
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
This is a convenience method that creates an instance of theDecimalDefaultValues.Builder avoiding
the need to create one manually via DecimalDefaultValues.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to defaultValues(DecimalDefaultValues).
defaultValues - a consumer that will call methods on DecimalDefaultValues.BuilderdefaultValues(DecimalDefaultValues)DecimalParameterDeclaration.Builder valueWhenUnset(DecimalValueWhenUnsetConfiguration valueWhenUnset)
The configuration that defines the default value of a Decimal parameter when a value has not
been set.
valueWhenUnset - The configuration that defines the default value of a Decimal parameter when a value has
not been set.default DecimalParameterDeclaration.Builder valueWhenUnset(Consumer<DecimalValueWhenUnsetConfiguration.Builder> valueWhenUnset)
The configuration that defines the default value of a Decimal parameter when a value has not
been set.
DecimalValueWhenUnsetConfiguration.Builder avoiding the need to create one manually via
DecimalValueWhenUnsetConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to valueWhenUnset(DecimalValueWhenUnsetConfiguration).
valueWhenUnset - a consumer that will call methods on DecimalValueWhenUnsetConfiguration.BuildervalueWhenUnset(DecimalValueWhenUnsetConfiguration)DecimalParameterDeclaration.Builder mappedDataSetParameters(Collection<MappedDataSetParameter> mappedDataSetParameters)
mappedDataSetParameters - The new value for the MappedDataSetParameters property for this object.DecimalParameterDeclaration.Builder mappedDataSetParameters(MappedDataSetParameter... mappedDataSetParameters)
mappedDataSetParameters - The new value for the MappedDataSetParameters property for this object.DecimalParameterDeclaration.Builder mappedDataSetParameters(Consumer<MappedDataSetParameter.Builder>... mappedDataSetParameters)
MappedDataSetParameter.Builder avoiding the need to
create one manually via
MappedDataSetParameter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #mappedDataSetParameters(List.
mappedDataSetParameters - a consumer that will call methods on
MappedDataSetParameter.Builder#mappedDataSetParameters(java.util.Collection) Copyright © 2023. All rights reserved.