public class CreateEntityOptions extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CreateEntityOptions.BuilderBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | description()Gets the description. | 
| java.lang.String | entity()Gets the entity. | 
| java.lang.Boolean | fuzzyMatch()Gets the fuzzyMatch. | 
| java.util.Map | metadata()Gets the metadata. | 
| CreateEntityOptions.Builder | newBuilder()New builder. | 
| java.util.List<CreateValue> | values()Gets the values. | 
| java.lang.String | workspaceId()Gets the workspaceId. | 
equals, hashCode, toStringpublic CreateEntityOptions.Builder newBuilder()
public java.lang.String workspaceId()
public java.lang.String entity()
public java.lang.String description()
public java.util.Map metadata()
public java.util.List<CreateValue> values()
public java.lang.Boolean fuzzyMatch()