Package com.mypurecloud.sdk.v2.model
Class AgentMaxUtilizationResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentMaxUtilizationResponse
- All Implemented Interfaces:
Serializable
AgentMaxUtilizationResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets level -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetLevel()inthashCode()labelUtilizations(Map<String, LabelUtilizationResponse> labelUtilizations) Map of label ids to utilization settings.maxInboundCalls(Integer maxInboundCalls) Max number of inbound voice calls.voidsetLabelUtilizations(Map<String, LabelUtilizationResponse> labelUtilizations) voidvoidsetMaxInboundCalls(Integer maxInboundCalls) voidsetUtilization(Map<String, MediaUtilization> utilization) toString()utilization(Map<String, MediaUtilization> utilization) Map of media type to utilization settings.
-
Constructor Details
-
AgentMaxUtilizationResponse
public AgentMaxUtilizationResponse() -
AgentMaxUtilizationResponse
-
-
Method Details
-
utilization
Map of media type to utilization settings. -
getUtilization
-
setUtilization
-
labelUtilizations
public AgentMaxUtilizationResponse labelUtilizations(Map<String, LabelUtilizationResponse> labelUtilizations) Map of label ids to utilization settings. -
getLabelUtilizations
-
setLabelUtilizations
-
maxInboundCalls
Max number of inbound voice calls. -
getMaxInboundCalls
-
setMaxInboundCalls
-
level
-
getLevel
-
setLevel
-
equals
-
hashCode
public int hashCode() -
toString
-