public class UpdateSynonymOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateSynonymOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
entity()
Gets the entity.
|
Boolean |
includeAudit()
Gets the includeAudit.
|
UpdateSynonymOptions.Builder |
newBuilder()
New builder.
|
String |
newSynonym()
Gets the newSynonym.
|
String |
synonym()
Gets the synonym.
|
String |
value()
Gets the value.
|
String |
workspaceId()
Gets the workspaceId.
|
public UpdateSynonymOptions.Builder newBuilder()
public String workspaceId()
Unique identifier of the workspace.
public String entity()
The name of the entity.
public String value()
The text of the entity value.
public String synonym()
The text of the synonym.
public String newSynonym()
The text of the synonym. This string must conform to the following restrictions: - It cannot contain carriage return, newline, or tab characters. - It cannot consist of only whitespace characters.
public Boolean includeAudit()
Whether to include the audit properties (`created` and `updated` timestamps) in the response.
Copyright © 2024 IBM Cloud. All rights reserved.