public class Synonym
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
Synonym.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
Date |
created()
Gets the created.
|
Synonym.Builder |
newBuilder()
New builder.
|
String |
synonym()
Gets the synonym.
|
Date |
updated()
Gets the updated.
|
public Synonym.Builder newBuilder()
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 Date created()
The timestamp for creation of the object.
public Date updated()
The timestamp for the most recent update to the object.
Copyright © 2024 IBM Cloud. All rights reserved.