public static interface OpsItemDataValue.Builder extends SdkPojo, CopyableBuilder<OpsItemDataValue.Builder,OpsItemDataValue>
| Modifier and Type | Method and Description |
|---|---|
OpsItemDataValue.Builder |
type(OpsItemDataType type)
The type of key-value pair.
|
OpsItemDataValue.Builder |
type(String type)
The type of key-value pair.
|
OpsItemDataValue.Builder |
value(String value)
The value of the OperationalData key.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOpsItemDataValue.Builder value(String value)
The value of the OperationalData key.
value - The value of the OperationalData key.OpsItemDataValue.Builder type(String type)
The type of key-value pair. Valid types include SearchableString and String.
type - The type of key-value pair. Valid types include SearchableString and String.OpsItemDataType,
OpsItemDataTypeOpsItemDataValue.Builder type(OpsItemDataType type)
The type of key-value pair. Valid types include SearchableString and String.
type - The type of key-value pair. Valid types include SearchableString and String.OpsItemDataType,
OpsItemDataTypeCopyright © 2021. All rights reserved.