public class GetSynonymOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
GetSynonymOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
entity()
Gets the entity.
|
Boolean |
includeAudit()
Gets the includeAudit.
|
GetSynonymOptions.Builder |
newBuilder()
New builder.
|
String |
synonym()
Gets the synonym.
|
String |
value()
Gets the value.
|
String |
workspaceId()
Gets the workspaceId.
|
public GetSynonymOptions.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 Boolean includeAudit()
Whether to include the audit properties (`created` and `updated` timestamps) in the response.
Copyright © 2023 IBM Cloud. All rights reserved.