Package com.mypurecloud.sdk.v2.model
Class AgentStatePresenceCount
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentStatePresenceCount
- All Implemented Interfaces:
Serializable
AgentStatePresenceCount
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSystem presence -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCount of users with this system presence and organization presencebooleangetCount()inthashCode()organizationPresenceId(String organizationPresenceId) The identifier for the organization presencevoidvoidsetOrganizationPresenceId(String organizationPresenceId) voidsetSystemPresence(AgentStatePresenceCount.SystemPresenceEnum systemPresence) systemPresence(AgentStatePresenceCount.SystemPresenceEnum systemPresence) System presencetoString()
-
Constructor Details
-
AgentStatePresenceCount
public AgentStatePresenceCount() -
AgentStatePresenceCount
-
-
Method Details
-
systemPresence
public AgentStatePresenceCount systemPresence(AgentStatePresenceCount.SystemPresenceEnum systemPresence) System presence -
getSystemPresence
-
setSystemPresence
-
organizationPresenceId
The identifier for the organization presence -
getOrganizationPresenceId
-
setOrganizationPresenceId
-
count
Count of users with this system presence and organization presence -
getCount
-
setCount
-
equals
-
hashCode
public int hashCode() -
toString
-