public class ConversationOptions
Represents options used when creating a conversation.
| Public methods | |
|---|---|
String |
String getName()
Return name. |
void |
void setName(String name)
Set name. |
boolean |
boolean isGroup()
Check whether group. |
void |
void setGroup(boolean group)
Set group. |
boolean |
boolean isDistinct()
Check whether distinct. |
void |
void setDistinct(boolean distinct)
Set distinct. |
String |
String getOaId()
Return oa id. |
void |
void setOaId(String oaId)
Set oa id. |
String |
String getCustomData()
Return custom data. |
void |
void setCustomData(String customData)
Set custom data. |
String |
String getCreatorId()
Return creator id. |
void |
void setCreatorId(String creatorId)
Set creator id. |
String getName()
Return name.
void setName(String name)
Set name.
boolean isGroup()
Check whether group.
void setGroup(boolean group)
Set group.
boolean isDistinct()
Check whether distinct.
void setDistinct(boolean distinct)
Set distinct.
String getOaId()
Return oa id.
void setOaId(String oaId)
Set oa id.
String getCustomData()
Return custom data.
void setCustomData(String customData)
Set custom data.
String getCreatorId()
Return creator id.
void setCreatorId(String creatorId)
Set creator id.