Package com.mypurecloud.sdk.v2.model
Class UpdateWorkPlanRotationAgentRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.UpdateWorkPlanRotationAgentRequest
- All Implemented Interfaces:
Serializable
UpdateWorkPlanRotationAgentRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateRange(DateRangeWithOptionalEnd dateRange) The date range to which this agent is effective in the work plan rotationIf marked true for this agent when updating, then this agent will be removed from this work plan rotationbooleaninthashCode()Start position of the work plan in the pattern for this agent in the work plan rotation.voidsetDateRange(DateRangeWithOptionalEnd dateRange) voidvoidsetPosition(Integer position) voidtoString()The ID of an agent in this work plan rotation
-
Constructor Details
-
UpdateWorkPlanRotationAgentRequest
public UpdateWorkPlanRotationAgentRequest() -
UpdateWorkPlanRotationAgentRequest
-
-
Method Details
-
userId
The ID of an agent in this work plan rotation -
getUserId
-
setUserId
-
dateRange
The date range to which this agent is effective in the work plan rotation -
getDateRange
-
setDateRange
-
position
Start position of the work plan in the pattern for this agent in the work plan rotation. Position value starts from 0 -
getPosition
-
setPosition
-
delete
If marked true for this agent when updating, then this agent will be removed from this work plan rotation -
getDelete
-
setDelete
-
equals
-
hashCode
public int hashCode() -
toString
-