Uses of Class
com.mypurecloud.sdk.v2.model.UpdateCapacityPlanRequest
Packages that use UpdateCapacityPlanRequest
Package
Description
-
Uses of UpdateCapacityPlanRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type UpdateCapacityPlanRequestModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementBusinessunitCapacityplan(String businessUnitId, String capacityPlanId, UpdateCapacityPlanRequest body) Update a capacity plan configurationWorkforceManagementApi.patchWorkforcemanagementBusinessunitCapacityplanWithHttpInfo(String businessUnitId, String capacityPlanId, UpdateCapacityPlanRequest body) Update a capacity plan configurationMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type UpdateCapacityPlanRequestModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementBusinessunitCapacityplan(ApiRequest<UpdateCapacityPlanRequest> request) Update a capacity plan configurationWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitCapacityplanAsync(ApiRequest<UpdateCapacityPlanRequest> request, AsyncApiCallback<ApiResponse<CapacityPlanResponse>> callback) Update a capacity plan configuration -
Uses of UpdateCapacityPlanRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return UpdateCapacityPlanRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitCapacityplanRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type UpdateCapacityPlanRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitCapacityplanRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type UpdateCapacityPlanRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitCapacityplanRequest.builder(String businessUnitId, String capacityPlanId, UpdateCapacityPlanRequest body) voidPatchWorkforcemanagementBusinessunitCapacityplanRequest.setBody(UpdateCapacityPlanRequest body) PatchWorkforcemanagementBusinessunitCapacityplanRequest.Builder.withBody(UpdateCapacityPlanRequest body) PatchWorkforcemanagementBusinessunitCapacityplanRequest.withBody(UpdateCapacityPlanRequest body) PatchWorkforcemanagementBusinessunitCapacityplanRequest.Builder.withRequiredParams(String businessUnitId, String capacityPlanId, UpdateCapacityPlanRequest body) -
Uses of UpdateCapacityPlanRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UpdateCapacityPlanRequestModifier and TypeMethodDescriptionUpdateCapacityPlanRequest.description(String description) Description of the capacity planUpdateCapacityPlanRequest.endBusinessUnitDate(LocalDate endBusinessUnitDate) The end date for the capacity plan relative to the business unit time zone in yyyy-MM-dd format.UpdateCapacityPlanRequest.forecast(ValueWrapperBuShortTermForecastReference forecast) The selected forecast for this capacity planUpdateCapacityPlanRequest.fullTimeEquivalentWeeklyHours(Double fullTimeEquivalentWeeklyHours) The weekly hours used to calculate full time equivalent agentsUpdateCapacityPlanRequest.metadata(CapacityPlanMetadata metadata) The metadata of this capacity planThe name of the capacity planUpdateCapacityPlanRequest.startBusinessUnitDate(LocalDate startBusinessUnitDate) The start date for the capacity plan relative to the business unit time zone in yyyy-MM-dd format.UpdateCapacityPlanRequest.useLatestPlanningGroupStaffingGroupAssociation(Boolean useLatestPlanningGroupStaffingGroupAssociation) Whether to use latest staffing group to planning group association