Uses of Class
com.mypurecloud.sdk.v2.model.CapacityPlanStaffingGroupMetricChangeResponse
Packages that use CapacityPlanStaffingGroupMetricChangeResponse
-
Uses of CapacityPlanStaffingGroupMetricChangeResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CapacityPlanStaffingGroupMetricChangeResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocations(PostWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationsRequest request) Create staffing group allocations for a capacity planWorkforceManagementApi.postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocations(String businessUnitId, String capacityPlanId, CreateCapacityPlanStaffingGroupMetricChangeRequest body) Create staffing group allocations for a capacity planMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type CapacityPlanStaffingGroupMetricChangeResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocations(ApiRequest<CreateCapacityPlanStaffingGroupMetricChangeRequest> request) Create staffing group allocations for a capacity planWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationsAsync(PostWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationsRequest request, AsyncApiCallback<CapacityPlanStaffingGroupMetricChangeResponse> callback) Create staffing group allocations for a capacity planWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationsAsync(ApiRequest<CreateCapacityPlanStaffingGroupMetricChangeRequest> request, AsyncApiCallback<ApiResponse<CapacityPlanStaffingGroupMetricChangeResponse>> callback) 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 CapacityPlanStaffingGroupMetricChangeResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationsAsync(PostWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationsRequest request, AsyncApiCallback<CapacityPlanStaffingGroupMetricChangeResponse> callback) 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 CapacityPlanStaffingGroupMetricChangeResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CapacityPlanStaffingGroupMetricChangeResponseModifier and TypeMethodDescriptionCapacityPlanStaffingGroupMetricChangeResponse.createdBy(UserReference createdBy) The user who created the metric changeCapacityPlanStaffingGroupMetricChangeResponse.createdDate(Date createdDate) The date the entity was created, in ISO-8601 formatCapacityPlanStaffingGroupMetricChangeResponse.metric(CapacityPlanStaffingGroupMetricChangeResponse.MetricEnum metric) The metric which is going to be modified for the selected staffing groupsNotes about the staffing groups metric changesCapacityPlanStaffingGroupMetricChangeResponse.numberOfWeeks(Integer numberOfWeeks) The number of weeks to which the metric change appliesCapacityPlanStaffingGroupMetricChangeResponse.staffingGroups(List<StaffingGroupReference> staffingGroups) The staffing groups affected by the metric changeCapacityPlanStaffingGroupMetricChangeResponse.transfersFullTimeEquivalent(TransfersFullTimeEquivalent transfersFullTimeEquivalent) Full time equivalent transfer from one staffing group to anotherThe value of the metricThe version of the capacity planCapacityPlanStaffingGroupMetricChangeResponse.weekStartNumber(Integer weekStartNumber) The start number of the week (starting from 1) to which the metric change applies, related to numberOfWeeks