public class UpdateEntityOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | UpdateEntityOptions.BuilderBuilder. | 
| 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<java.lang.String,java.lang.Object> | newMetadata()Gets the newMetadata. | 
| java.util.List<CreateValue> | newValues()Gets the newValues. | 
| java.lang.String | workspaceId()Gets the workspaceId. | 
public UpdateEntityOptions.Builder newBuilder()
public java.lang.String workspaceId()
public java.lang.String entity()
public java.lang.String newEntity()
public java.lang.String newDescription()
public java.util.Map<java.lang.String,java.lang.Object> newMetadata()
public java.lang.Boolean newFuzzyMatch()
public java.util.List<CreateValue> newValues()