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