Package com.mypurecloud.sdk.v2.model
Class MediaUtilization
java.lang.Object
com.mypurecloud.sdk.v2.model.MediaUtilization
- All Implemented Interfaces:
Serializable
MediaUtilization
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()includeNonAcd(Boolean includeNonAcd) If true, then track non-ACD conversations against utilizationinterruptableMediaTypes(List<String> interruptableMediaTypes) Defines the list of other media types that can interrupt a conversation of this media type.maximumCapacity(Integer maximumCapacity) Defines the maximum number of conversations of this type that an agent can handle at one time.voidsetIncludeNonAcd(Boolean includeNonAcd) voidsetInterruptableMediaTypes(List<String> interruptableMediaTypes) voidsetMaximumCapacity(Integer maximumCapacity) toString()
-
Constructor Details
-
MediaUtilization
public MediaUtilization() -
MediaUtilization
-
-
Method Details
-
maximumCapacity
Defines the maximum number of conversations of this type that an agent can handle at one time. -
getMaximumCapacity
-
setMaximumCapacity
-
interruptableMediaTypes
Defines the list of other media types that can interrupt a conversation of this media type. Values include call, chat, email, callback, and message. -
getInterruptableMediaTypes
-
setInterruptableMediaTypes
-
includeNonAcd
If true, then track non-ACD conversations against utilization -
getIncludeNonAcd
-
setIncludeNonAcd
-
equals
-
hashCode
public int hashCode() -
toString
-