public static interface AssetPropertyVariant.Builder extends SdkPojo, CopyableBuilder<AssetPropertyVariant.Builder,AssetPropertyVariant>
Modifier and Type | Method and Description |
---|---|
AssetPropertyVariant.Builder |
booleanValue(String booleanValue)
Optional.
|
AssetPropertyVariant.Builder |
doubleValue(String doubleValue)
Optional.
|
AssetPropertyVariant.Builder |
integerValue(String integerValue)
Optional.
|
AssetPropertyVariant.Builder |
stringValue(String stringValue)
Optional.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AssetPropertyVariant.Builder stringValue(String stringValue)
Optional. The string value of the value entry. Accepts substitution templates.
stringValue
- Optional. The string value of the value entry. Accepts substitution templates.AssetPropertyVariant.Builder integerValue(String integerValue)
Optional. A string that contains the integer value of the value entry. Accepts substitution templates.
integerValue
- Optional. A string that contains the integer value of the value entry. Accepts substitution templates.AssetPropertyVariant.Builder doubleValue(String doubleValue)
Optional. A string that contains the double value of the value entry. Accepts substitution templates.
doubleValue
- Optional. A string that contains the double value of the value entry. Accepts substitution templates.AssetPropertyVariant.Builder booleanValue(String booleanValue)
Optional. A string that contains the boolean value (true
or false
) of the value
entry. Accepts substitution templates.
booleanValue
- Optional. A string that contains the boolean value (true
or false
) of the
value entry. Accepts substitution templates.Copyright © 2022. All rights reserved.