Uses of Class
com.mypurecloud.sdk.v2.model.CapacityPlanRequest
Packages that use CapacityPlanRequest
Package
Description
-
Uses of CapacityPlanRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CapacityPlanRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitCapacityplans(String businessUnitId, CapacityPlanRequest body) Create a new capacity planWorkforceManagementApi.postWorkforcemanagementBusinessunitCapacityplansWithHttpInfo(String businessUnitId, CapacityPlanRequest body) Create a new capacity planMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CapacityPlanRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitCapacityplans(ApiRequest<CapacityPlanRequest> request) Create a new capacity planWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitCapacityplansAsync(ApiRequest<CapacityPlanRequest> request, AsyncApiCallback<ApiResponse<CapacityPlanResponse>> callback) Create a new capacity plan -
Uses of CapacityPlanRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CapacityPlanRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitCapacityplansRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CapacityPlanRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitCapacityplansRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type CapacityPlanRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitCapacityplansRequest.builder(String businessUnitId, CapacityPlanRequest body) voidPostWorkforcemanagementBusinessunitCapacityplansRequest.setBody(CapacityPlanRequest body) PostWorkforcemanagementBusinessunitCapacityplansRequest.Builder.withBody(CapacityPlanRequest body) PostWorkforcemanagementBusinessunitCapacityplansRequest.withBody(CapacityPlanRequest body) PostWorkforcemanagementBusinessunitCapacityplansRequest.Builder.withRequiredParams(String businessUnitId, CapacityPlanRequest body) -
Uses of CapacityPlanRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CapacityPlanRequestModifier and TypeMethodDescriptionCapacityPlanRequest.description(String description) Description of the capacity planCapacityPlanRequest.endBusinessUnitDate(LocalDate endBusinessUnitDate) The end date for the capacity plan relative to the business unit time zone in yyyy-MM-dd format.CapacityPlanRequest.forecast(BuShortTermForecastReference forecast) The selected forecast for this capacity plan.CapacityPlanRequest.fullTimeEquivalentWeeklyHours(Double fullTimeEquivalentWeeklyHours) The weekly hours used to calculate full time equivalent agentsThe name of the capacity planCapacityPlanRequest.staffingGroupAllocations(List<CreateStaffingGroupAllocation> staffingGroupAllocations) List of staffing group allocations to be used for the capacity planCapacityPlanRequest.startBusinessUnitDate(LocalDate startBusinessUnitDate) The start date for the capacity plan relative to the business unit time zone in yyyy-MM-dd format.