Uses of Class
com.mypurecloud.sdk.v2.model.WorkPlanActivity
Packages that use WorkPlanActivity
-
Uses of WorkPlanActivity in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkPlanActivityModifier and TypeMethodDescriptionWorkPlanActivity.activityCodeId(String activityCodeId) ID of the activity code associated with this activityWorkPlanActivity.countsAsContiguousWorkTime(Boolean countsAsContiguousWorkTime) Whether the activity duration is counted towards contiguous work timeWorkPlanActivity.countsAsPaidTime(Boolean countsAsPaidTime) Whether the activity is paidIf marked true for updating an existing activity, the activity will be permanently deletedWorkPlanActivity.description(String description) Description of the activityWorkPlanActivity.earliestStartTimeMinutes(Integer earliestStartTimeMinutes) Earliest activity start in offset minutes relative to shift start time if startTimeIsRelativeToShiftStart == true else its based on midnight.WorkPlanActivity.exactStartTimeMinutes(Integer exactStartTimeMinutes) Exact activity start in offset minutes relative to shift start time if startTimeIsRelativeToShiftStart == true else its based on midnight.WorkPlanActivity.flexibleStartTime(Boolean flexibleStartTime) Whether the start time of the activity is flexibleID of the activity.WorkPlanActivity.latestStartTimeMinutes(Integer latestStartTimeMinutes) Latest activity start in offset minutes relative to shift start time if startTimeIsRelativeToShiftStart == true else its based on midnight.WorkPlanActivity.lengthMinutes(Integer lengthMinutes) Length of the activity in minutesWorkPlanActivity.maximumLengthFromShiftEndMinutes(Integer maximumLengthFromShiftEndMinutes) The maximum duration between shift item (e.g., break or meal) end and shift end in minutesWorkPlanActivity.minimumLengthFromShiftEndMinutes(Integer minimumLengthFromShiftEndMinutes) The minimum duration between shift item (e.g., break or meal) end and shift end in minutesWorkPlanActivity.minimumLengthFromShiftStartMinutes(Integer minimumLengthFromShiftStartMinutes) The minimum duration between shift start and shift item (e.g., break or meal) start in minutesWorkPlanActivity.startTimeIncrementMinutes(Integer startTimeIncrementMinutes) Increment in offset minutes that would contribute to different possible start times for the activityWorkPlanActivity.startTimeIsRelativeToShiftStart(Boolean startTimeIsRelativeToShiftStart) Whether the start time of the activity is relative to the start time of the shift it belongs toWorkPlanActivity.validationId(String validationId) ID of the activity in the context of work plan validationMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type WorkPlanActivityMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type WorkPlanActivityModifier and TypeMethodDescriptionWorkPlanShift.activities(List<WorkPlanActivity> activities) Activities configured for this shiftvoidWorkPlanShift.setActivities(List<WorkPlanActivity> activities)