Class BidGroupWorkPlanRequest

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

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

    • BidGroupWorkPlanRequest

      public BidGroupWorkPlanRequest()
    • BidGroupWorkPlanRequest

      public BidGroupWorkPlanRequest(Boolean initWithEmptyList)
  • Method Details

    • workPlanId

      public BidGroupWorkPlanRequest workPlanId(String workPlanId)
      The ID of the work plan used in the bid group
    • getWorkPlanId

      public String getWorkPlanId()
    • setWorkPlanId

      public void setWorkPlanId(String workPlanId)
    • overrideAgentCount

      public BidGroupWorkPlanRequest overrideAgentCount(Integer overrideAgentCount)
      The modified agent count for this work plan
    • getOverrideAgentCount

      public Integer getOverrideAgentCount()
    • setOverrideAgentCount

      public void setOverrideAgentCount(Integer overrideAgentCount)
    • getSuggestedAgentCount

      public Integer getSuggestedAgentCount()
    • getAgentCountRange

      public AgentCountRange getAgentCountRange()
    • 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