Package com.mypurecloud.sdk.v2.model
Class WorkPlanRotationResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.WorkPlanRotationResponse
- All Implemented Interfaces:
Serializable
WorkPlanRotationResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentCount(Integer agentCount) Number of agents in this work plan rotationagents(List<WorkPlanRotationAgentResponse> agents) Agents in this work plan rotation.dateRange(DateRangeWithOptionalEnd dateRange) The date range to which this work plan rotation appliesWhether the work plan rotation is enabled for schedulingbooleangetId()getName()inthashCode()The globally unique identifier for the object.metadata(WfmVersionedEntityMetadata metadata) Version metadata for this work plan rotationpattern(WorkPlanPatternResponse pattern) Pattern with ordered list of work plans that rotate on a weekly basisvoidsetAgentCount(Integer agentCount) voidsetAgents(List<WorkPlanRotationAgentResponse> agents) voidsetDateRange(DateRangeWithOptionalEnd dateRange) voidsetEnabled(Boolean enabled) voidvoidsetMetadata(WfmVersionedEntityMetadata metadata) voidvoidsetPattern(WorkPlanPatternResponse pattern) toString()
-
Constructor Details
-
WorkPlanRotationResponse
public WorkPlanRotationResponse() -
WorkPlanRotationResponse
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
name
-
getName
-
setName
-
enabled
Whether the work plan rotation is enabled for scheduling -
getEnabled
-
setEnabled
-
dateRange
The date range to which this work plan rotation applies -
getDateRange
-
setDateRange
-
pattern
Pattern with ordered list of work plans that rotate on a weekly basis -
getPattern
-
setPattern
-
agentCount
Number of agents in this work plan rotation -
getAgentCount
-
setAgentCount
-
agents
Agents in this work plan rotation. Populate with expand=agents for GET WorkPlanRotationsList (defaults to empty list) -
getAgents
-
setAgents
-
metadata
Version metadata for this work plan rotation -
getMetadata
-
setMetadata
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-