Class LabelUtilizationRequest

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

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

    • LabelUtilizationRequest

      public LabelUtilizationRequest()
    • LabelUtilizationRequest

      public LabelUtilizationRequest(Boolean initWithEmptyList)
  • Method Details

    • maximumCapacity

      public LabelUtilizationRequest 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 LabelUtilizationRequest 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)
    • 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