Uses of Class
com.mypurecloud.sdk.v2.model.QueryPlanningGroupToStaffingGroupsRequest
Packages that use QueryPlanningGroupToStaffingGroupsRequest
Package
Description
-
Uses of QueryPlanningGroupToStaffingGroupsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type QueryPlanningGroupToStaffingGroupsRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitStaffinggroupsPlanninggroupsQuery(String businessUnitId, QueryPlanningGroupToStaffingGroupsRequest body) Gets a list of planning group to staffing groups list associationWorkforceManagementApi.postWorkforcemanagementBusinessunitStaffinggroupsPlanninggroupsQueryWithHttpInfo(String businessUnitId, QueryPlanningGroupToStaffingGroupsRequest body) Gets a list of planning group to staffing groups list associationMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type QueryPlanningGroupToStaffingGroupsRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitStaffinggroupsPlanninggroupsQuery(ApiRequest<QueryPlanningGroupToStaffingGroupsRequest> request) Gets a list of planning group to staffing groups list associationWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitStaffinggroupsPlanninggroupsQueryAsync(ApiRequest<QueryPlanningGroupToStaffingGroupsRequest> request, AsyncApiCallback<ApiResponse<PlanningGroupToStaffingGroupsListing>> callback) Gets a list of planning group to staffing groups list association -
Uses of QueryPlanningGroupToStaffingGroupsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return QueryPlanningGroupToStaffingGroupsRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitStaffinggroupsPlanninggroupsQueryRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type QueryPlanningGroupToStaffingGroupsRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitStaffinggroupsPlanninggroupsQueryRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type QueryPlanningGroupToStaffingGroupsRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitStaffinggroupsPlanninggroupsQueryRequest.builder(String businessUnitId, QueryPlanningGroupToStaffingGroupsRequest body) voidPostWorkforcemanagementBusinessunitStaffinggroupsPlanninggroupsQueryRequest.setBody(QueryPlanningGroupToStaffingGroupsRequest body) PostWorkforcemanagementBusinessunitStaffinggroupsPlanninggroupsQueryRequest.Builder.withBody(QueryPlanningGroupToStaffingGroupsRequest body) PostWorkforcemanagementBusinessunitStaffinggroupsPlanninggroupsQueryRequest.withBody(QueryPlanningGroupToStaffingGroupsRequest body) PostWorkforcemanagementBusinessunitStaffinggroupsPlanninggroupsQueryRequest.Builder.withRequiredParams(String businessUnitId, QueryPlanningGroupToStaffingGroupsRequest body) -
Uses of QueryPlanningGroupToStaffingGroupsRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueryPlanningGroupToStaffingGroupsRequestModifier and TypeMethodDescriptionQueryPlanningGroupToStaffingGroupsRequest.planningGroupIds(List<String> planningGroupIds) The list of planning group IDs to request capacity group associationsQueryPlanningGroupToStaffingGroupsRequest.staffingGroupIds(List<String> staffingGroupIds) The list of staffing group IDs to request capacity group associations