Package com.mypurecloud.sdk.v2.model
Class BuImportAgentScheduleUploadSchema
java.lang.Object
com.mypurecloud.sdk.v2.model.BuImportAgentScheduleUploadSchema
- All Implemented Interfaces:
Serializable
BuImportAgentScheduleUploadSchema
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfullDayTimeOffMarkers(List<BuFullDayTimeOffMarker> fullDayTimeOffMarkers) Any full day time off markers that apply to this agent scheduleinthashCode()voidsetFullDayTimeOffMarkers(List<BuFullDayTimeOffMarker> fullDayTimeOffMarkers) voidsetShifts(List<BuAgentScheduleShiftRequest> shifts) voidvoidsetWorkPlanId(ValueWrapperString workPlanId) voidsetWorkPlanIdsPerWeek(ListWrapperString workPlanIdsPerWeek) shifts(List<BuAgentScheduleShiftRequest> shifts) The shift definitions for this agent scheduletoString()The ID of the user to whom this agent schedule appliesworkPlanId(ValueWrapperString workPlanId) The ID of the work plan for this user.workPlanIdsPerWeek(ListWrapperString workPlanIdsPerWeek) The IDs of the work plans per week for this user.
-
Constructor Details
-
BuImportAgentScheduleUploadSchema
public BuImportAgentScheduleUploadSchema() -
BuImportAgentScheduleUploadSchema
-
-
Method Details
-
userId
The ID of the user to whom this agent schedule applies -
getUserId
-
setUserId
-
workPlanId
The ID of the work plan for this user. Mutually exclusive with workPlanIdsPerWeek -
getWorkPlanId
-
setWorkPlanId
-
workPlanIdsPerWeek
The IDs of the work plans per week for this user. Mutually exclusive with workPlanId -
getWorkPlanIdsPerWeek
-
setWorkPlanIdsPerWeek
-
shifts
The shift definitions for this agent schedule -
getShifts
-
setShifts
-
fullDayTimeOffMarkers
public BuImportAgentScheduleUploadSchema fullDayTimeOffMarkers(List<BuFullDayTimeOffMarker> fullDayTimeOffMarkers) Any full day time off markers that apply to this agent schedule -
getFullDayTimeOffMarkers
-
setFullDayTimeOffMarkers
-
equals
-
hashCode
public int hashCode() -
toString
-