Uses of Class
com.mypurecloud.sdk.v2.api.request.GetWorkforcemanagementBusinessunitWeekSchedulesRequest
Packages that use GetWorkforcemanagementBusinessunitWeekSchedulesRequest
-
Uses of GetWorkforcemanagementBusinessunitWeekSchedulesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetWorkforcemanagementBusinessunitWeekSchedulesRequestModifier 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.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. -
Uses of GetWorkforcemanagementBusinessunitWeekSchedulesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetWorkforcemanagementBusinessunitWeekSchedulesRequestModifier and TypeMethodDescriptionGetWorkforcemanagementBusinessunitWeekSchedulesRequest.Builder.build()GetWorkforcemanagementBusinessunitWeekSchedulesRequest.withBusinessUnitId(String businessUnitId) GetWorkforcemanagementBusinessunitWeekSchedulesRequest.withCustomHeader(String name, String value) GetWorkforcemanagementBusinessunitWeekSchedulesRequest.withEarliestWeekDate(LocalDate earliestWeekDate) GetWorkforcemanagementBusinessunitWeekSchedulesRequest.withExpand(String expand) GetWorkforcemanagementBusinessunitWeekSchedulesRequest.withIncludeOnlyPublished(Boolean includeOnlyPublished) GetWorkforcemanagementBusinessunitWeekSchedulesRequest.withLatestWeekDate(LocalDate latestWeekDate) GetWorkforcemanagementBusinessunitWeekSchedulesRequest.withWeekId(String weekId)