Class WebMessagingEventPresence
- java.lang.Object
-
- cloud.genesys.webmessaging.sdk.model.WebMessagingEventPresence
-
- All Implemented Interfaces:
Serializable
public class WebMessagingEventPresence extends Object implements Serializable
A Presence event.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebMessagingEventPresence.TypeEnumDescribes the type of Presence event.
-
Constructor Summary
Constructors Constructor Description WebMessagingEventPresence()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)WebMessagingEventPresence.TypeEnumgetType()inthashCode()voidsetType(WebMessagingEventPresence.TypeEnum type)StringtoString()WebMessagingEventPresencetype(WebMessagingEventPresence.TypeEnum type)Describes the type of Presence event.
-
-
-
Method Detail
-
type
public WebMessagingEventPresence type(WebMessagingEventPresence.TypeEnum type)
Describes the type of Presence event.
-
getType
public WebMessagingEventPresence.TypeEnum getType()
-
setType
public void setType(WebMessagingEventPresence.TypeEnum type)
-
-