Uses of Class
com.mypurecloud.sdk.v2.api.request.GetWorkforcemanagementBusinessunitWeekShorttermforecastsRequest
Packages that use GetWorkforcemanagementBusinessunitWeekShorttermforecastsRequest
-
Uses of GetWorkforcemanagementBusinessunitWeekShorttermforecastsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetWorkforcemanagementBusinessunitWeekShorttermforecastsRequestModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecasts(GetWorkforcemanagementBusinessunitWeekShorttermforecastsRequest request) Get short term forecasts Use \"recent\" (without quotes) for the `weekDateId` path parameter to fetch all forecasts for up to +/- 26 weeks from the current date.WorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekShorttermforecastsAsync(GetWorkforcemanagementBusinessunitWeekShorttermforecastsRequest request, AsyncApiCallback<BuShortTermForecastListing> callback) Get short term forecasts Use \"recent\" (without quotes) for the `weekDateId` path parameter to fetch all forecasts for up to +/- 26 weeks from the current date. -
Uses of GetWorkforcemanagementBusinessunitWeekShorttermforecastsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetWorkforcemanagementBusinessunitWeekShorttermforecastsRequestModifier and TypeMethodDescriptionGetWorkforcemanagementBusinessunitWeekShorttermforecastsRequest.Builder.build()GetWorkforcemanagementBusinessunitWeekShorttermforecastsRequest.withBusinessUnitId(String businessUnitId) GetWorkforcemanagementBusinessunitWeekShorttermforecastsRequest.withCustomHeader(String name, String value) GetWorkforcemanagementBusinessunitWeekShorttermforecastsRequest.withWeekDateId(String weekDateId)