Uses of Class
com.ibm.watson.assistant.v1.model.UpdateEntityOptions.Builder
Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
-
Uses of UpdateEntityOptions.Builder in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return UpdateEntityOptions.Builder Modifier and Type Method Description UpdateEntityOptions.Builder
UpdateEntityOptions.Builder. addValue(CreateValue value)
Adds an value to newValues.UpdateEntityOptions.Builder
UpdateEntityOptions.Builder. append(Boolean append)
Set the append.UpdateEntityOptions.Builder
UpdateEntityOptions.Builder. entity(String entity)
Set the entity.UpdateEntityOptions.Builder
UpdateEntityOptions.Builder. includeAudit(Boolean includeAudit)
Set the includeAudit.UpdateEntityOptions.Builder
UpdateEntityOptions. newBuilder()
New builder.UpdateEntityOptions.Builder
UpdateEntityOptions.Builder. newDescription(String newDescription)
Set the newDescription.UpdateEntityOptions.Builder
UpdateEntityOptions.Builder. newEntity(String newEntity)
Set the newEntity.UpdateEntityOptions.Builder
UpdateEntityOptions.Builder. newFuzzyMatch(Boolean newFuzzyMatch)
Set the newFuzzyMatch.UpdateEntityOptions.Builder
UpdateEntityOptions.Builder. newMetadata(Map<String,Object> newMetadata)
Set the newMetadata.UpdateEntityOptions.Builder
UpdateEntityOptions.Builder. newValues(List<CreateValue> newValues)
Set the newValues.UpdateEntityOptions.Builder
UpdateEntityOptions.Builder. workspaceId(String workspaceId)
Set the workspaceId.