Package com.mypurecloud.sdk.v2.model
Class LabelUtilizationRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.LabelUtilizationRequest
- All Implemented Interfaces:
Serializable
LabelUtilizationRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()interruptingLabelIds(List<String> interruptingLabelIds) Defines other labels that can interrupt an interaction with this label.maximumCapacity(Integer maximumCapacity) Defines the maximum number of interactions with this label that an agent can handle at one time.voidsetInterruptingLabelIds(List<String> interruptingLabelIds) voidsetMaximumCapacity(Integer maximumCapacity) toString()
-
Constructor Details
-
LabelUtilizationRequest
public LabelUtilizationRequest() -
LabelUtilizationRequest
-
-
Method Details
-
maximumCapacity
Defines the maximum number of interactions with this label that an agent can handle at one time. -
getMaximumCapacity
-
setMaximumCapacity
-
interruptingLabelIds
Defines other labels that can interrupt an interaction with this label. -
getInterruptingLabelIds
-
setInterruptingLabelIds
-
equals
-
hashCode
public int hashCode() -
toString
-