Uses of Class
com.mypurecloud.sdk.v2.model.WorkPlanListItemResponse
Packages that use WorkPlanListItemResponse
-
Uses of WorkPlanListItemResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkPlanListItemResponseModifier and TypeMethodDescriptionWorkPlanListItemResponse.agentCount(Integer agentCount) Number of agents in this work plan.WorkPlanListItemResponse.agents(List<DeletableUserReference> agents) Agents in this work plan.WorkPlanListItemResponse.constrainMaximumConsecutiveWorkingDays(Boolean constrainMaximumConsecutiveWorkingDays) Whether to constrain the maximum consecutive working daysWorkPlanListItemResponse.constrainMaximumConsecutiveWorkingWeekends(Boolean constrainMaximumConsecutiveWorkingWeekends) Whether to constrain the maximum consecutive working weekendsWorkPlanListItemResponse.constrainMaximumWorkingWeekendsPerPlanningPeriod(Boolean constrainMaximumWorkingWeekendsPerPlanningPeriod) Whether to constrain the maximum working weekends in the planning periodWorkPlanListItemResponse.constrainMinimumTimeBetweenShifts(Boolean constrainMinimumTimeBetweenShifts) Whether the minimum time between shifts constraint is enabled for this work planWorkPlanListItemResponse.constrainPaidTimeGranularity(Boolean constrainPaidTimeGranularity) Whether paid time granularity is constrained for this work planWorkPlanListItemResponse.constrainWeeklyPaidTime(Boolean constrainWeeklyPaidTime) Whether the weekly paid time constraint is enabled for this work planWhether the work plan is enabled for schedulingWorkPlanListItemResponse.flexibleWeeklyPaidTime(Boolean flexibleWeeklyPaidTime) Whether the weekly paid time constraint is flexible for this work planThe globally unique identifier for the object.WorkPlanListItemResponse.maximumConsecutiveWorkingDays(Integer maximumConsecutiveWorkingDays) The maximum number of consecutive days that agents assigned to this work plan are allowed to work.WorkPlanListItemResponse.maximumConsecutiveWorkingWeekends(Integer maximumConsecutiveWorkingWeekends) The maximum number of consecutive weekends that agents who are assigned to this work plan are allowed to workWorkPlanListItemResponse.maximumDays(Integer maximumDays) Maximum number days in a week allowed to be scheduled for this work planWorkPlanListItemResponse.maximumDaysOffPerPlanningPeriod(Integer maximumDaysOffPerPlanningPeriod) Maximum days off in the planning periodWorkPlanListItemResponse.maximumPaidMinutesPerPlanningPeriod(Integer maximumPaidMinutesPerPlanningPeriod) Maximum paid minutes in the planning periodWorkPlanListItemResponse.maximumWorkingWeekendsPerPlanningPeriod(Integer maximumWorkingWeekendsPerPlanningPeriod) Maximum working weekends in the planning periodWorkPlanListItemResponse.metadata(WfmVersionedEntityMetadata metadata) Version metadata for this work planWorkPlanListItemResponse.minimumConsecutiveNonWorkingMinutesPerWeek(Integer minimumConsecutiveNonWorkingMinutesPerWeek) Minimum amount of consecutive non working minutes per week that agents who are assigned this work plan are allowed to have offWorkPlanListItemResponse.minimumDaysOffPerPlanningPeriod(Integer minimumDaysOffPerPlanningPeriod) Minimum days off in the planning periodWorkPlanListItemResponse.minimumPaidMinutesPerPlanningPeriod(Integer minimumPaidMinutesPerPlanningPeriod) Minimum paid minutes in the planning periodWorkPlanListItemResponse.minimumShiftStartDistanceMinutes(Integer minimumShiftStartDistanceMinutes) The time period in minutes for the duration between the start times of two consecutive working daysWorkPlanListItemResponse.minimumTimeBetweenShiftsMinutes(Integer minimumTimeBetweenShiftsMinutes) Minimum time between shifts in minutes defined in this work plan.WorkPlanListItemResponse.minimumWorkingDaysPerWeek(Integer minimumWorkingDaysPerWeek) The minimum number of days that agents assigned to a work plan must work per weekWorkPlanListItemResponse.optionalDays(SetWrapperDayOfWeek optionalDays) Optional days to schedule for this work plan.WorkPlanListItemResponse.paidTimeGranularityMinutes(Integer paidTimeGranularityMinutes) Granularity in minutes allowed for shift paid time in this work plan.WorkPlanListItemResponse.shifts(List<WorkPlanShift> shifts) Shifts in this work plan.WorkPlanListItemResponse.shiftStartVariancePeriod(WorkPlanListItemResponse.ShiftStartVariancePeriodEnum shiftStartVariancePeriod) The length of the period over which the maximum shift start time variance is appliedWorkPlanListItemResponse.shiftStartVariances(ListWrapperShiftStartVariance shiftStartVariances) Variance in minutes among start times of shifts in this work plan.WorkPlanListItemResponse.shiftStartVarianceType(WorkPlanListItemResponse.ShiftStartVarianceTypeEnum shiftStartVarianceType) This constraint ensures that an agent starts each workday within a user-defined time thresholdWorkPlanListItemResponse.weeklyExactPaidMinutes(Integer weeklyExactPaidMinutes) Exact weekly paid time in minutes for this work plan.WorkPlanListItemResponse.weeklyMaximumPaidMinutes(Integer weeklyMaximumPaidMinutes) Maximum weekly paid time in minutes for this work plan.WorkPlanListItemResponse.weeklyMinimumPaidMinutes(Integer weeklyMinimumPaidMinutes) Minimum weekly paid time in minutes for this work plan.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type WorkPlanListItemResponseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type WorkPlanListItemResponseModifier and TypeMethodDescriptionWorkPlanListResponse.entities(List<WorkPlanListItemResponse> entities) voidWorkPlanListResponse.setEntities(List<WorkPlanListItemResponse> entities)