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, sdkFields
copy
applyMutation, build
OpsItemDataValue.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
,
OpsItemDataType
OpsItemDataValue.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
,
OpsItemDataType
Copyright © 2020. All rights reserved.