Uses of Class
com.mypurecloud.sdk.v2.model.CreateCapacityPlanStaffingGroupMetricChangeRequest
Packages that use CreateCapacityPlanStaffingGroupMetricChangeRequest
Package
Description
-
Uses of CreateCapacityPlanStaffingGroupMetricChangeRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreateCapacityPlanStaffingGroupMetricChangeRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocations(String businessUnitId, String capacityPlanId, CreateCapacityPlanStaffingGroupMetricChangeRequest body) Create staffing group allocations for a capacity planWorkforceManagementApi.postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationsWithHttpInfo(String businessUnitId, String capacityPlanId, CreateCapacityPlanStaffingGroupMetricChangeRequest body) Create staffing group allocations for a capacity planMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreateCapacityPlanStaffingGroupMetricChangeRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocations(ApiRequest<CreateCapacityPlanStaffingGroupMetricChangeRequest> request) Create staffing group allocations for a capacity planWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationsAsync(ApiRequest<CreateCapacityPlanStaffingGroupMetricChangeRequest> request, AsyncApiCallback<ApiResponse<CapacityPlanStaffingGroupMetricChangeResponse>> callback) Create staffing group allocations for a capacity plan -
Uses of CreateCapacityPlanStaffingGroupMetricChangeRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreateCapacityPlanStaffingGroupMetricChangeRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationsRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreateCapacityPlanStaffingGroupMetricChangeRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationsRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type CreateCapacityPlanStaffingGroupMetricChangeRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationsRequest.builder(String businessUnitId, String capacityPlanId, CreateCapacityPlanStaffingGroupMetricChangeRequest body) voidPostWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationsRequest.setBody(CreateCapacityPlanStaffingGroupMetricChangeRequest body) PostWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationsRequest.Builder.withBody(CreateCapacityPlanStaffingGroupMetricChangeRequest body) PostWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationsRequest.withBody(CreateCapacityPlanStaffingGroupMetricChangeRequest body) PostWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationsRequest.Builder.withRequiredParams(String businessUnitId, String capacityPlanId, CreateCapacityPlanStaffingGroupMetricChangeRequest body) -
Uses of CreateCapacityPlanStaffingGroupMetricChangeRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateCapacityPlanStaffingGroupMetricChangeRequestModifier and TypeMethodDescriptionCreateCapacityPlanStaffingGroupMetricChangeRequest.metric(CreateCapacityPlanStaffingGroupMetricChangeRequest.MetricEnum metric) The metric which is going to be modified for the selected staffing groupsNotes about the staffing groups metric changesCreateCapacityPlanStaffingGroupMetricChangeRequest.numberOfWeeks(Integer numberOfWeeks) The number of weeks to which the metric change appliesCreateCapacityPlanStaffingGroupMetricChangeRequest.staffingGroupIds(List<String> staffingGroupIds) The IDs of the staffing groups affected by the metric changeCreateCapacityPlanStaffingGroupMetricChangeRequest.transfersFullTimeEquivalent(TransfersFullTimeEquivalent transfersFullTimeEquivalent) Full time equivalent transfer from one staffing group to anotherThe value of the metricThe version of the capacity planCreateCapacityPlanStaffingGroupMetricChangeRequest.weekStartNumber(Integer weekStartNumber) The start number of the week (starting from 1) to which the metric change applies, related to numberOfWeeks