public class UpdateSynonymOptions extends GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateSynonymOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
entity()
Gets the entity.
|
UpdateSynonymOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
newSynonym()
Gets the newSynonym.
|
java.lang.String |
synonym()
Gets the synonym.
|
java.lang.String |
value()
Gets the value.
|
java.lang.String |
workspaceId()
Gets the workspaceId.
|
equals, hashCode, toString
public UpdateSynonymOptions.Builder newBuilder()
public java.lang.String workspaceId()
public java.lang.String entity()
public java.lang.String value()
public java.lang.String synonym()
public java.lang.String newSynonym()