Uses of Class
com.mypurecloud.sdk.v2.api.request.GetWorkforcemanagementBusinessunitWeekShorttermforecastRequest
Packages that use GetWorkforcemanagementBusinessunitWeekShorttermforecastRequest
-
Uses of GetWorkforcemanagementBusinessunitWeekShorttermforecastRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetWorkforcemanagementBusinessunitWeekShorttermforecastRequestModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecast(GetWorkforcemanagementBusinessunitWeekShorttermforecastRequest request) Get a short term forecastWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekShorttermforecastAsync(GetWorkforcemanagementBusinessunitWeekShorttermforecastRequest request, AsyncApiCallback<BuShortTermForecast> callback) Get a short term forecast -
Uses of GetWorkforcemanagementBusinessunitWeekShorttermforecastRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetWorkforcemanagementBusinessunitWeekShorttermforecastRequestModifier and TypeMethodDescriptionGetWorkforcemanagementBusinessunitWeekShorttermforecastRequest.Builder.build()GetWorkforcemanagementBusinessunitWeekShorttermforecastRequest.withBusinessUnitId(String businessUnitId) GetWorkforcemanagementBusinessunitWeekShorttermforecastRequest.withCustomHeader(String name, String value) GetWorkforcemanagementBusinessunitWeekShorttermforecastRequest.withExpand(List<String> expand) GetWorkforcemanagementBusinessunitWeekShorttermforecastRequest.withForecastId(String forecastId) GetWorkforcemanagementBusinessunitWeekShorttermforecastRequest.withWeekDateId(LocalDate weekDateId)