Uses of Class
com.mypurecloud.sdk.v2.model.CopyCapacityPlanRequest
Packages that use CopyCapacityPlanRequest
Package
Description
-
Uses of CopyCapacityPlanRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CopyCapacityPlanRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitCapacityplanCopy(String businessUnitId, String capacityPlanId, CopyCapacityPlanRequest body) Copy a capacity planWorkforceManagementApi.postWorkforcemanagementBusinessunitCapacityplanCopyWithHttpInfo(String businessUnitId, String capacityPlanId, CopyCapacityPlanRequest body) Copy a capacity planMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CopyCapacityPlanRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitCapacityplanCopy(ApiRequest<CopyCapacityPlanRequest> request) Copy a capacity planWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitCapacityplanCopyAsync(ApiRequest<CopyCapacityPlanRequest> request, AsyncApiCallback<ApiResponse<CapacityPlanResponse>> callback) Copy a capacity plan -
Uses of CopyCapacityPlanRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CopyCapacityPlanRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitCapacityplanCopyRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CopyCapacityPlanRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitCapacityplanCopyRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type CopyCapacityPlanRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitCapacityplanCopyRequest.builder(String businessUnitId, String capacityPlanId, CopyCapacityPlanRequest body) voidPostWorkforcemanagementBusinessunitCapacityplanCopyRequest.setBody(CopyCapacityPlanRequest body) PostWorkforcemanagementBusinessunitCapacityplanCopyRequest.Builder.withBody(CopyCapacityPlanRequest body) PostWorkforcemanagementBusinessunitCapacityplanCopyRequest.withBody(CopyCapacityPlanRequest body) PostWorkforcemanagementBusinessunitCapacityplanCopyRequest.Builder.withRequiredParams(String businessUnitId, String capacityPlanId, CopyCapacityPlanRequest body) -
Uses of CopyCapacityPlanRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CopyCapacityPlanRequestModifier and TypeMethodDescriptionCopyCapacityPlanRequest.description(String description) Description of the new capacity planCopyCapacityPlanRequest.endBusinessUnitDate(LocalDate endBusinessUnitDate) The end date for the capacity plan relative to the business unit time zone in yyyy-MM-dd format.CopyCapacityPlanRequest.forecast(ValueWrapperBuShortTermForecastReference forecast) The selected forecast for this capacity plan.The name of the new capacity planCopyCapacityPlanRequest.startBusinessUnitDate(LocalDate startBusinessUnitDate) The start date for the capacity plan relative to the business unit time zone in yyyy-MM-dd format.