Uses of Class
com.mypurecloud.sdk.v2.model.BuScheduleListing
Packages that use BuScheduleListing
-
Uses of BuScheduleListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BuScheduleListingModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekSchedules(GetWorkforcemanagementBusinessunitWeekSchedulesRequest request) Get the list of week schedules for the specified week Use \"recent\" (without quotes) for the `weekId` path parameter to fetch all schedules for up to +/- 26 weeks from the current date.WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekSchedules(String businessUnitId, String weekId, LocalDate earliestWeekDate, LocalDate latestWeekDate, Boolean includeOnlyPublished, String expand) Get the list of week schedules for the specified week Use \"recent\" (without quotes) for the `weekId` path parameter to fetch all schedules for up to +/- 26 weeks from the current date.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type BuScheduleListingModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekSchedules(ApiRequest<Void> request) Get the list of week schedules for the specified week Use \"recent\" (without quotes) for the `weekId` path parameter to fetch all schedules for up to +/- 26 weeks from the current date.WorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekSchedulesAsync(GetWorkforcemanagementBusinessunitWeekSchedulesRequest request, AsyncApiCallback<BuScheduleListing> callback) Get the list of week schedules for the specified week Use \"recent\" (without quotes) for the `weekId` path parameter to fetch all schedules for up to +/- 26 weeks from the current date.WorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekSchedulesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BuScheduleListing>> callback) Get the list of week schedules for the specified week Use \"recent\" (without quotes) for the `weekId` path parameter to fetch all schedules for up to +/- 26 weeks from the current date.WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekSchedulesWithHttpInfo(String businessUnitId, String weekId, LocalDate earliestWeekDate, LocalDate latestWeekDate, Boolean includeOnlyPublished, String expand) Get the list of week schedules for the specified week Use \"recent\" (without quotes) for the `weekId` path parameter to fetch all schedules for up to +/- 26 weeks from the current date.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type BuScheduleListingModifier and TypeMethodDescriptionWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekSchedulesAsync(GetWorkforcemanagementBusinessunitWeekSchedulesRequest request, AsyncApiCallback<BuScheduleListing> callback) Get the list of week schedules for the specified week Use \"recent\" (without quotes) for the `weekId` path parameter to fetch all schedules for up to +/- 26 weeks from the current date.WorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekSchedulesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BuScheduleListing>> callback) Get the list of week schedules for the specified week Use \"recent\" (without quotes) for the `weekId` path parameter to fetch all schedules for up to +/- 26 weeks from the current date. -
Uses of BuScheduleListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BuScheduleListing