Package com.mypurecloud.sdk.v2.model
Class UpdateWorkPlanRotationRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.UpdateWorkPlanRotationRequest
- All Implemented Interfaces:
Serializable
UpdateWorkPlanRotationRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagents(List<UpdateWorkPlanRotationAgentRequest> agents) Agents in this work plan rotationdateRange(DateRangeWithOptionalEnd dateRange) The date range to which this work plan rotation appliesWhether the work plan rotation is enabled for schedulingbooleangetName()inthashCode()metadata(WfmVersionedEntityMetadata metadata) Version metadata for this work plan rotationName of this work plan rotationpattern(WorkPlanPatternRequest pattern) Pattern with list of work plan IDs that rotate on a weekly basisvoidvoidsetDateRange(DateRangeWithOptionalEnd dateRange) voidsetEnabled(Boolean enabled) voidsetMetadata(WfmVersionedEntityMetadata metadata) voidvoidsetPattern(WorkPlanPatternRequest pattern) toString()
-
Constructor Details
-
UpdateWorkPlanRotationRequest
public UpdateWorkPlanRotationRequest() -
UpdateWorkPlanRotationRequest
-
-
Method Details
-
name
Name of this work plan rotation -
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
-
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
-
metadata
Version metadata for this work plan rotation -
getMetadata
-
setMetadata
-
equals
-
hashCode
public int hashCode() -
toString
-