Uses of Class
com.mypurecloud.sdk.v2.model.IntradayPlanningGroupRequest
Packages that use IntradayPlanningGroupRequest
Package
Description
-
Uses of IntradayPlanningGroupRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type IntradayPlanningGroupRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitIntraday(String businessUnitId, IntradayPlanningGroupRequest body, Boolean forceAsync) Get intraday data for the given date for the requested planningGroupIdsWorkforceManagementApi.postWorkforcemanagementBusinessunitIntradayWithHttpInfo(String businessUnitId, IntradayPlanningGroupRequest body, Boolean forceAsync) Get intraday data for the given date for the requested planningGroupIdsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type IntradayPlanningGroupRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitIntraday(ApiRequest<IntradayPlanningGroupRequest> request) Get intraday data for the given date for the requested planningGroupIdsWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitIntradayAsync(ApiRequest<IntradayPlanningGroupRequest> request, AsyncApiCallback<ApiResponse<AsyncIntradayResponse>> callback) Get intraday data for the given date for the requested planningGroupIds -
Uses of IntradayPlanningGroupRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return IntradayPlanningGroupRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type IntradayPlanningGroupRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitIntradayRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type IntradayPlanningGroupRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitIntradayRequest.builder(String businessUnitId, IntradayPlanningGroupRequest body) voidPostWorkforcemanagementBusinessunitIntradayRequest.setBody(IntradayPlanningGroupRequest body) PostWorkforcemanagementBusinessunitIntradayRequest.Builder.withBody(IntradayPlanningGroupRequest body) PostWorkforcemanagementBusinessunitIntradayRequest.withBody(IntradayPlanningGroupRequest body) PostWorkforcemanagementBusinessunitIntradayRequest.Builder.withRequiredParams(String businessUnitId, IntradayPlanningGroupRequest body) -
Uses of IntradayPlanningGroupRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return IntradayPlanningGroupRequestModifier and TypeMethodDescriptionIntradayPlanningGroupRequest.businessUnitDate(LocalDate businessUnitDate) Requested date in yyyy-MM-dd format.IntradayPlanningGroupRequest.categories(List<IntradayPlanningGroupRequest.CategoriesEnum> categories) The metric categoriesIntradayPlanningGroupRequest.intervalLengthMinutes(Integer intervalLengthMinutes) The period/interval in minutes for which to aggregate the data.IntradayPlanningGroupRequest.planningGroupIds(List<String> planningGroupIds) The IDs of the planning groups for which to fetch data.