public static class UpdateEntityOptions.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(String workspaceId,
String entity)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEntityOptions.Builder |
addValue(CreateValue value)
Adds an value to newValues.
|
UpdateEntityOptions.Builder |
append(Boolean append)
Set the append.
|
UpdateEntityOptions |
build()
Builds a UpdateEntityOptions.
|
UpdateEntityOptions.Builder |
entity(String entity)
Set the entity.
|
UpdateEntityOptions.Builder |
includeAudit(Boolean includeAudit)
Set the includeAudit.
|
UpdateEntityOptions.Builder |
newDescription(String newDescription)
Set the newDescription.
|
UpdateEntityOptions.Builder |
newEntity(String newEntity)
Set the newEntity.
|
UpdateEntityOptions.Builder |
newFuzzyMatch(Boolean newFuzzyMatch)
Set the newFuzzyMatch.
|
UpdateEntityOptions.Builder |
newMetadata(Map<String,Object> newMetadata)
Set the newMetadata.
|
UpdateEntityOptions.Builder |
newValues(List<CreateValue> newValues)
Set the newValues.
|
UpdateEntityOptions.Builder |
workspaceId(String workspaceId)
Set the workspaceId.
|
public UpdateEntityOptions build()
public UpdateEntityOptions.Builder addValue(CreateValue value)
value - the new valuepublic UpdateEntityOptions.Builder workspaceId(String workspaceId)
workspaceId - the workspaceIdpublic UpdateEntityOptions.Builder entity(String entity)
entity - the entitypublic UpdateEntityOptions.Builder newEntity(String newEntity)
newEntity - the newEntitypublic UpdateEntityOptions.Builder newDescription(String newDescription)
newDescription - the newDescriptionpublic UpdateEntityOptions.Builder newMetadata(Map<String,Object> newMetadata)
newMetadata - the newMetadatapublic UpdateEntityOptions.Builder newFuzzyMatch(Boolean newFuzzyMatch)
newFuzzyMatch - the newFuzzyMatchpublic UpdateEntityOptions.Builder newValues(List<CreateValue> newValues)
newValues - the newValuespublic UpdateEntityOptions.Builder append(Boolean append)
append - the appendpublic UpdateEntityOptions.Builder includeAudit(Boolean includeAudit)
includeAudit - the includeAuditCopyright © 2022 IBM Cloud. All rights reserved.