public class UpdateEntityOptions extends GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateEntityOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
entity()
Gets the entity.
|
UpdateEntityOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
newDescription()
Gets the newDescription.
|
java.lang.String |
newEntity()
Gets the newEntity.
|
java.lang.Boolean |
newFuzzyMatch()
Gets the newFuzzyMatch.
|
java.util.Map |
newMetadata()
Gets the newMetadata.
|
java.util.List<CreateValue> |
newValues()
Gets the newValues.
|
java.lang.String |
workspaceId()
Gets the workspaceId.
|
equals, hashCode, toString
public UpdateEntityOptions.Builder newBuilder()
public java.lang.String workspaceId()
public java.lang.String entity()
public java.lang.Boolean newFuzzyMatch()
public java.lang.String newEntity()
public java.util.Map newMetadata()
public java.util.List<CreateValue> newValues()
public java.lang.String newDescription()