public class CreateEntity extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CreateEntity.Builder
Builder. 
 | 
| 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. 
 | 
CreateEntity.Builder | 
newBuilder()
New builder. 
 | 
java.util.List<CreateValue> | 
values()
Gets the values. 
 | 
equals, hashCode, toStringpublic CreateEntity.Builder newBuilder()
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()