MetadataAttributeValue.Builder |
MetadataAttributeValue.Builder.booleanValue(Boolean booleanValue) |
The value of the Boolean metadata attribute.
|
static MetadataAttributeValue.Builder |
MetadataAttributeValue.builder() |
|
MetadataAttributeValue.Builder |
MetadataAttributeValue.Builder.numberValue(Double numberValue) |
The value of the numeric metadata attribute.
|
MetadataAttributeValue.Builder |
MetadataAttributeValue.Builder.stringListValue(String... stringListValue) |
An array of strings that define the value of the metadata attribute.
|
MetadataAttributeValue.Builder |
MetadataAttributeValue.Builder.stringListValue(Collection<String> stringListValue) |
An array of strings that define the value of the metadata attribute.
|
MetadataAttributeValue.Builder |
MetadataAttributeValue.Builder.stringValue(String stringValue) |
The value of the string metadata attribute.
|
MetadataAttributeValue.Builder |
MetadataAttributeValue.toBuilder() |
|
MetadataAttributeValue.Builder |
MetadataAttributeValue.Builder.type(String type) |
The type of the metadata attribute.
|
MetadataAttributeValue.Builder |
MetadataAttributeValue.Builder.type(MetadataValueType type) |
The type of the metadata attribute.
|