Class LabelUtilizationResponse

java.lang.Object
com.mypurecloud.sdk.v2.model.LabelUtilizationResponse
All Implemented Interfaces:
Serializable

public class LabelUtilizationResponse extends Object implements Serializable
LabelUtilizationResponse
See Also:
  • Constructor Details

    • LabelUtilizationResponse

      public LabelUtilizationResponse()
    • LabelUtilizationResponse

      public LabelUtilizationResponse(Boolean initWithEmptyList)
  • Method Details

    • maximumCapacity

      public LabelUtilizationResponse maximumCapacity(Integer maximumCapacity)
      Defines the maximum number of interactions with this label that an agent can handle at one time.
    • getMaximumCapacity

      public Integer getMaximumCapacity()
    • setMaximumCapacity

      public void setMaximumCapacity(Integer maximumCapacity)
    • interruptingLabelIds

      public LabelUtilizationResponse interruptingLabelIds(List<String> interruptingLabelIds)
      Defines other labels that can interrupt an interaction with this label.
    • getInterruptingLabelIds

      public List<String> getInterruptingLabelIds()
    • setInterruptingLabelIds

      public void setInterruptingLabelIds(List<String> interruptingLabelIds)
    • labelName

      public LabelUtilizationResponse labelName(String labelName)
      Name of the label this utilization relates to.
    • getLabelName

      public String getLabelName()
    • setLabelName

      public void setLabelName(String labelName)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object