Uses of Class
com.mypurecloud.sdk.v2.model.CreateWorkPlanActivity
Packages that use CreateWorkPlanActivity
-
Uses of CreateWorkPlanActivity in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateWorkPlanActivityModifier and TypeMethodDescriptionCreateWorkPlanActivity.activityCodeId(String activityCodeId) ID of the activity code associated with this activityCreateWorkPlanActivity.countsAsContiguousWorkTime(Boolean countsAsContiguousWorkTime) Whether the activity duration is counted towards contiguous work timeCreateWorkPlanActivity.countsAsPaidTime(Boolean countsAsPaidTime) Whether the activity is paidCreateWorkPlanActivity.description(String description) Description of the activityCreateWorkPlanActivity.earliestStartTimeMinutes(Integer earliestStartTimeMinutes) Earliest activity start in offset minutes relative to shift start time if startTimeIsRelativeToShiftStart == true else its based on midnight.CreateWorkPlanActivity.exactStartTimeMinutes(Integer exactStartTimeMinutes) Exact activity start in offset minutes relative to shift start time if startTimeIsRelativeToShiftStart == true else its based on midnight.CreateWorkPlanActivity.flexibleStartTime(Boolean flexibleStartTime) Whether the start time of the activity is flexibleCreateWorkPlanActivity.latestStartTimeMinutes(Integer latestStartTimeMinutes) Latest activity start in offset minutes relative to shift start time if startTimeIsRelativeToShiftStart == true else its based on midnight.CreateWorkPlanActivity.lengthMinutes(Integer lengthMinutes) Length of the activity in minutesCreateWorkPlanActivity.maximumLengthFromShiftEndMinutes(Integer maximumLengthFromShiftEndMinutes) The maximum duration between shift item (e.g., break or meal) end and shift end in minutesCreateWorkPlanActivity.minimumLengthFromShiftEndMinutes(Integer minimumLengthFromShiftEndMinutes) The minimum duration between shift item (e.g., break or meal) end and shift end in minutesCreateWorkPlanActivity.minimumLengthFromShiftStartMinutes(Integer minimumLengthFromShiftStartMinutes) The minimum duration between shift start and shift item (e.g., break or meal) start in minutesCreateWorkPlanActivity.startTimeIncrementMinutes(Integer startTimeIncrementMinutes) Increment in offset minutes that would contribute to different possible start times for the activityCreateWorkPlanActivity.startTimeIsRelativeToShiftStart(Boolean startTimeIsRelativeToShiftStart) Whether the start time of the activity is relative to the start time of the shift it belongs toMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type CreateWorkPlanActivityMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CreateWorkPlanActivityModifier and TypeMethodDescriptionCreateWorkPlanShift.activities(List<CreateWorkPlanActivity> activities) Activities configured for this shiftvoidCreateWorkPlanShift.setActivities(List<CreateWorkPlanActivity> activities)