Package com.mypurecloud.sdk.v2.model
Class AddWorkPlanRotationRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.AddWorkPlanRotationRequest
- All Implemented Interfaces:
Serializable
AddWorkPlanRotationRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagents(List<AddWorkPlanRotationAgentRequest> agents) Agents in this work plan rotationdateRange(DateRangeWithOptionalEnd dateRange) The date range to which this work plan rotation appliesbooleangetName()inthashCode()Name of this work plan rotationpattern(WorkPlanPatternRequest pattern) Pattern with list of work plan IDs that rotate on a weekly basisvoidsetAgents(List<AddWorkPlanRotationAgentRequest> agents) voidsetDateRange(DateRangeWithOptionalEnd dateRange) voidvoidsetPattern(WorkPlanPatternRequest pattern) toString()
-
Constructor Details
-
AddWorkPlanRotationRequest
public AddWorkPlanRotationRequest() -
AddWorkPlanRotationRequest
-
-
Method Details
-
name
Name of this work plan rotation -
getName
-
setName
-
dateRange
The date range to which this work plan rotation applies -
getDateRange
-
setDateRange
-
agents
Agents in this work plan rotation -
getAgents
-
setAgents
-
pattern
Pattern with list of work plan IDs that rotate on a weekly basis -
getPattern
-
setPattern
-
equals
-
hashCode
public int hashCode() -
toString
-