Uses of Class
com.mypurecloud.sdk.v2.model.SchedulingPeriod
Packages that use SchedulingPeriod
-
Uses of SchedulingPeriod in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SchedulingPeriodModifier and TypeMethodDescriptionSchedulingPeriod.earliestStartDate(LocalDate earliestStartDate) The earliest date the associated activity plan can begin, in YYYY-MM-DD format.ActivityPlanResponse.getInitialSchedulePeriod()CreateActivityPlanRequest.getInitialSchedulePeriod()SchedulingPeriod.latestEndDate(LocalDate latestEndDate) The latest date the associated activity plan can end, in YYYY-MM-DD format.Methods in com.mypurecloud.sdk.v2.model with parameters of type SchedulingPeriodModifier and TypeMethodDescriptionActivityPlanResponse.initialSchedulePeriod(SchedulingPeriod initialSchedulePeriod) The initial schedule period of the activity planCreateActivityPlanRequest.initialSchedulePeriod(SchedulingPeriod initialSchedulePeriod) The initial scheduling period for the activity planvoidActivityPlanResponse.setInitialSchedulePeriod(SchedulingPeriod initialSchedulePeriod) voidCreateActivityPlanRequest.setInitialSchedulePeriod(SchedulingPeriod initialSchedulePeriod)