public class CreateSynonymOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateSynonymOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
entity()
Gets the entity.
|
Boolean |
includeAudit()
Gets the includeAudit.
|
CreateSynonymOptions.Builder |
newBuilder()
New builder.
|
String |
synonym()
Gets the synonym.
|
String |
value()
Gets the value.
|
String |
workspaceId()
Gets the workspaceId.
|
public CreateSynonymOptions.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. 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.