public static interface AssetPropertyVariant.Builder extends SdkPojo, CopyableBuilder<AssetPropertyVariant.Builder,AssetPropertyVariant>
| Modifier and Type | Method and Description |
|---|---|
AssetPropertyVariant.Builder |
booleanValue(String booleanValue)
The asset property value is a Boolean value that must be
'TRUE' or 'FALSE'. |
AssetPropertyVariant.Builder |
doubleValue(String doubleValue)
The asset property value is a double.
|
AssetPropertyVariant.Builder |
integerValue(String integerValue)
The asset property value is an integer.
|
AssetPropertyVariant.Builder |
stringValue(String stringValue)
The asset property value is a string.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetPropertyVariant.Builder stringValue(String stringValue)
The asset property value is a string. You must use an expression, and the evaluated result should be a string.
stringValue - The asset property value is a string. You must use an expression, and the evaluated result should be a
string.AssetPropertyVariant.Builder integerValue(String integerValue)
The asset property value is an integer. You must use an expression, and the evaluated result should be an integer.
integerValue - The asset property value is an integer. You must use an expression, and the evaluated result should be
an integer.AssetPropertyVariant.Builder doubleValue(String doubleValue)
The asset property value is a double. You must use an expression, and the evaluated result should be a double.
doubleValue - The asset property value is a double. You must use an expression, and the evaluated result should be a
double.AssetPropertyVariant.Builder booleanValue(String booleanValue)
The asset property value is a Boolean value that must be 'TRUE' or 'FALSE'. You
must use an expression, and the evaluated result should be a Boolean value.
booleanValue - The asset property value is a Boolean value that must be 'TRUE' or 'FALSE'.
You must use an expression, and the evaluated result should be a Boolean value.Copyright © 2022. All rights reserved.