public class CreateValueOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CreateValueOptions.BuilderBuilder. | 
| static interface  | CreateValueOptions.TypeSpecifies the type of entity value. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | entity()Gets the entity. | 
| java.util.Map<java.lang.String,java.lang.Object> | 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 | type()Gets the type. | 
| java.lang.String | value()Gets the value. | 
| java.lang.String | workspaceId()Gets the workspaceId. | 
public CreateValueOptions.Builder newBuilder()
public java.lang.String workspaceId()
public java.lang.String entity()
public java.lang.String value()
public java.util.Map<java.lang.String,java.lang.Object> metadata()
public java.lang.String type()
public java.util.List<java.lang.String> synonyms()
public java.util.List<java.lang.String> patterns()