public class ConversationOptions
extends Object
Represents a ConversationOptions.
Public Constructors | |
---|---|
ConversationOptions()
Construct a new ConversationOptions |
Public methods | |
---|---|
String |
getName()
Return conversation name. |
void |
setName(String name)
Set conversation name. |
boolean |
isGroup()
Check whether the conversation is group. |
void |
setGroup(boolean group)
Set conversation is group or not. |
boolean |
isDistinct()
Check whether the conversation is distinct. |
void |
setDistinct(boolean distinct)
Set conversation is distinct or not. |
ConversationOptions()
Construct a new ConversationOptions.
String getName()
Return conversation name.
void setName(String name)
Set conversation name.
Parameters | |
---|---|
name |
The conversation name. |
boolean isGroup()
Check whether the conversation is group.
void setGroup(boolean group)
Set conversation is group or not.
Parameters | |
---|---|
group |
Conversation is a group or not. |
boolean isDistinct()
Check whether the conversation is distinct.
void setDistinct(boolean distinct)
Set conversation is distinct or not.
Parameters | |
---|---|
group |
Conversation is a distinct or not. |