Package com.mypurecloud.sdk.v2.model
Class UtilizationResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.UtilizationResponse
- All Implemented Interfaces:
Serializable
UtilizationResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()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) voidsetMaxInboundCalls(Integer maxInboundCalls) voidsetUtilization(Map<String, MediaUtilization> utilization) toString()utilization(Map<String, MediaUtilization> utilization) Map of media type to utilization settings.
-
Constructor Details
-
UtilizationResponse
public UtilizationResponse() -
UtilizationResponse
-
-
Method Details
-
utilization
Map of media type to utilization settings. -
getUtilization
-
setUtilization
-
labelUtilizations
public UtilizationResponse labelUtilizations(Map<String, LabelUtilizationResponse> labelUtilizations) Map of label ids to utilization settings. -
getLabelUtilizations
-
setLabelUtilizations
-
maxInboundCalls
Max number of inbound voice calls. -
getMaxInboundCalls
-
setMaxInboundCalls
-
equals
-
hashCode
public int hashCode() -
toString
-