public class UpdateValueOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateValueOptions.Builder
Builder.
|
static interface |
UpdateValueOptions.ValueType
Specifies the type of entity value.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
entity()
Gets the entity.
|
UpdateValueOptions.Builder |
newBuilder()
New builder.
|
java.util.Map<java.lang.String,java.lang.Object> |
newMetadata()
Gets the newMetadata.
|
java.util.List<java.lang.String> |
newPatterns()
Gets the newPatterns.
|
java.util.List<java.lang.String> |
newSynonyms()
Gets the newSynonyms.
|
java.lang.String |
newValue()
Gets the newValue.
|
java.lang.String |
value()
Gets the value.
|
java.lang.String |
valueType()
Gets the valueType.
|
java.lang.String |
workspaceId()
Gets the workspaceId.
|
public UpdateValueOptions.Builder newBuilder()
public java.lang.String workspaceId()
public java.lang.String entity()
public java.lang.String value()
public java.lang.String newValue()
public java.util.Map<java.lang.String,java.lang.Object> newMetadata()
public java.lang.String valueType()
public java.util.List<java.lang.String> newSynonyms()
public java.util.List<java.lang.String> newPatterns()