Package com.mypurecloud.sdk.v2.model
Class WorkPlanRotationAgentResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.WorkPlanRotationAgentResponse
- All Implemented Interfaces:
Serializable
WorkPlanRotationAgentResponse
- 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 rotationbooleangetUser()inthashCode()Start position of the work plan in the pattern for this agent in the work plan rotation.voidsetDateRange(DateRangeWithOptionalEnd dateRange) voidsetPosition(Integer position) voidsetUser(UserReference user) toString()user(UserReference user) The user associated with this work plan rotation
-
Constructor Details
-
WorkPlanRotationAgentResponse
public WorkPlanRotationAgentResponse() -
WorkPlanRotationAgentResponse
-
-
Method Details
-
user
The user associated with this work plan rotation -
getUser
-
setUser
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-