Uses of Class
com.mypurecloud.sdk.v2.model.CreateStaffingGroupRequest
Packages that use CreateStaffingGroupRequest
Package
Description
-
Uses of CreateStaffingGroupRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreateStaffingGroupRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitStaffinggroups(String businessUnitId, CreateStaffingGroupRequest body) Creates a new staffing groupWorkforceManagementApi.postWorkforcemanagementBusinessunitStaffinggroupsWithHttpInfo(String businessUnitId, CreateStaffingGroupRequest body) Creates a new staffing groupMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreateStaffingGroupRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitStaffinggroups(ApiRequest<CreateStaffingGroupRequest> request) Creates a new staffing groupWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitStaffinggroupsAsync(ApiRequest<CreateStaffingGroupRequest> request, AsyncApiCallback<ApiResponse<StaffingGroupResponse>> callback) Creates a new staffing group -
Uses of CreateStaffingGroupRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreateStaffingGroupRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitStaffinggroupsRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreateStaffingGroupRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitStaffinggroupsRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type CreateStaffingGroupRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitStaffinggroupsRequest.builder(String businessUnitId, CreateStaffingGroupRequest body) voidPostWorkforcemanagementBusinessunitStaffinggroupsRequest.setBody(CreateStaffingGroupRequest body) PostWorkforcemanagementBusinessunitStaffinggroupsRequest.Builder.withBody(CreateStaffingGroupRequest body) PostWorkforcemanagementBusinessunitStaffinggroupsRequest.withBody(CreateStaffingGroupRequest body) PostWorkforcemanagementBusinessunitStaffinggroupsRequest.Builder.withRequiredParams(String businessUnitId, CreateStaffingGroupRequest body) -
Uses of CreateStaffingGroupRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateStaffingGroupRequestModifier and TypeMethodDescriptionCreateStaffingGroupRequest.managementUnitId(String managementUnitId) The ID of the management unit to which the staffing group users belong.The name of the staffing groupCreateStaffingGroupRequest.planningGroupIds(List<String> planningGroupIds) The set of planning group IDs to associate with the staffing groupThe set of user IDs to associate with the staffing group