Package com.mypurecloud.sdk.v2.model
Class BuAgentScheduleRescheduleResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.BuAgentScheduleRescheduleResponse
- All Implemented Interfaces:
Serializable
BuAgentScheduleRescheduleResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfullDayTimeOffMarkers(List<BuFullDayTimeOffMarker> fullDayTimeOffMarkers) Full day time off markers which apply to this agent schedulegetUser()inthashCode()voidsetFullDayTimeOffMarkers(List<BuFullDayTimeOffMarker> fullDayTimeOffMarkers) voidsetShifts(List<BuAgentScheduleShift> shifts) voidsetUser(UserReference user) voidsetWorkPlan(WorkPlanReference workPlan) voidsetWorkPlansPerWeek(List<WorkPlanReference> workPlansPerWeek) shifts(List<BuAgentScheduleShift> shifts) The shift definitions for this agent scheduletoString()user(UserReference user) The user to whom this agent schedule appliesworkPlan(WorkPlanReference workPlan) The work plan for this userworkPlansPerWeek(List<WorkPlanReference> workPlansPerWeek) The work plans per week for this user from the work plan rotation.
-
Constructor Details
-
BuAgentScheduleRescheduleResponse
public BuAgentScheduleRescheduleResponse() -
BuAgentScheduleRescheduleResponse
-
-
Method Details
-
user
The user to whom this agent schedule applies -
getUser
-
setUser
-
shifts
The shift definitions for this agent schedule -
getShifts
-
setShifts
-
fullDayTimeOffMarkers
public BuAgentScheduleRescheduleResponse fullDayTimeOffMarkers(List<BuFullDayTimeOffMarker> fullDayTimeOffMarkers) Full day time off markers which apply to this agent schedule -
getFullDayTimeOffMarkers
-
setFullDayTimeOffMarkers
-
workPlan
The work plan for this user -
getWorkPlan
-
setWorkPlan
-
workPlansPerWeek
The work plans per week for this user from the work plan rotation. Null values in the list denotes that user is not part of any work plan for that week -
getWorkPlansPerWeek
-
setWorkPlansPerWeek
-
equals
-
hashCode
public int hashCode() -
toString
-