public class CreateValueOptions extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CreateValueOptions.Builder
Builder. 
 | 
static interface  | 
CreateValueOptions.ValueType
Specifies the type of value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
entity()
Gets the entity. 
 | 
java.util.Map | 
metadata()
Gets the metadata. 
 | 
CreateValueOptions.Builder | 
newBuilder()
New builder. 
 | 
java.util.List<java.lang.String> | 
patterns()
Gets the patterns. 
 | 
java.util.List<java.lang.String> | 
synonyms()
Gets the synonyms. 
 | 
java.lang.String | 
value()
Gets the value. 
 | 
java.lang.String | 
valueType()
Gets the valueType. 
 | 
java.lang.String | 
workspaceId()
Gets the workspaceId. 
 | 
equals, hashCode, toStringpublic CreateValueOptions.Builder newBuilder()
public java.lang.String workspaceId()
public java.lang.String entity()
public java.lang.String value()
public java.util.Map metadata()
public java.util.List<java.lang.String> synonyms()
public java.util.List<java.lang.String> patterns()
public java.lang.String valueType()