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