Uses of Class
com.mypurecloud.sdk.v2.model.StaffingGroupResponse
Packages that use StaffingGroupResponse
-
Uses of StaffingGroupResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return StaffingGroupResponseModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitStaffinggroup(GetWorkforcemanagementBusinessunitStaffinggroupRequest request) Gets a staffing groupWorkforceManagementApi.getWorkforcemanagementBusinessunitStaffinggroup(String businessUnitId, String staffingGroupId) Gets a staffing groupWorkforceManagementApi.patchWorkforcemanagementBusinessunitStaffinggroup(PatchWorkforcemanagementBusinessunitStaffinggroupRequest request) Updates a staffing groupWorkforceManagementApi.patchWorkforcemanagementBusinessunitStaffinggroup(String businessUnitId, String staffingGroupId, UpdateStaffingGroupRequest body) Updates a staffing groupWorkforceManagementApi.postWorkforcemanagementBusinessunitStaffinggroups(PostWorkforcemanagementBusinessunitStaffinggroupsRequest request) Creates a new staffing groupWorkforceManagementApi.postWorkforcemanagementBusinessunitStaffinggroups(String businessUnitId, CreateStaffingGroupRequest body) Creates a new staffing groupMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type StaffingGroupResponseModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitStaffinggroup(ApiRequest<Void> request) Gets a staffing groupWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitStaffinggroupAsync(GetWorkforcemanagementBusinessunitStaffinggroupRequest request, AsyncApiCallback<StaffingGroupResponse> callback) Gets a staffing groupWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitStaffinggroupAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<StaffingGroupResponse>> callback) Gets a staffing groupWorkforceManagementApi.getWorkforcemanagementBusinessunitStaffinggroupWithHttpInfo(String businessUnitId, String staffingGroupId) Gets a staffing groupWorkforceManagementApi.patchWorkforcemanagementBusinessunitStaffinggroup(ApiRequest<UpdateStaffingGroupRequest> request) Updates a staffing groupWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitStaffinggroupAsync(PatchWorkforcemanagementBusinessunitStaffinggroupRequest request, AsyncApiCallback<StaffingGroupResponse> callback) Updates a staffing groupWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitStaffinggroupAsync(ApiRequest<UpdateStaffingGroupRequest> request, AsyncApiCallback<ApiResponse<StaffingGroupResponse>> callback) Updates a staffing groupWorkforceManagementApi.patchWorkforcemanagementBusinessunitStaffinggroupWithHttpInfo(String businessUnitId, String staffingGroupId, UpdateStaffingGroupRequest body) Updates a staffing groupWorkforceManagementApi.postWorkforcemanagementBusinessunitStaffinggroups(ApiRequest<CreateStaffingGroupRequest> request) Creates a new staffing groupWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitStaffinggroupsAsync(PostWorkforcemanagementBusinessunitStaffinggroupsRequest request, AsyncApiCallback<StaffingGroupResponse> callback) Creates a new staffing groupWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitStaffinggroupsAsync(ApiRequest<CreateStaffingGroupRequest> request, AsyncApiCallback<ApiResponse<StaffingGroupResponse>> callback) 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 StaffingGroupResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitStaffinggroupAsync(GetWorkforcemanagementBusinessunitStaffinggroupRequest request, AsyncApiCallback<StaffingGroupResponse> callback) Gets a staffing groupWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitStaffinggroupAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<StaffingGroupResponse>> callback) Gets a staffing groupWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitStaffinggroupAsync(PatchWorkforcemanagementBusinessunitStaffinggroupRequest request, AsyncApiCallback<StaffingGroupResponse> callback) Updates a staffing groupWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitStaffinggroupAsync(ApiRequest<UpdateStaffingGroupRequest> request, AsyncApiCallback<ApiResponse<StaffingGroupResponse>> callback) Updates a staffing groupWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitStaffinggroupsAsync(PostWorkforcemanagementBusinessunitStaffinggroupsRequest request, AsyncApiCallback<StaffingGroupResponse> callback) Creates a new staffing groupWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitStaffinggroupsAsync(ApiRequest<CreateStaffingGroupRequest> request, AsyncApiCallback<ApiResponse<StaffingGroupResponse>> callback) Creates a new staffing group -
Uses of StaffingGroupResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return StaffingGroupResponseModifier and TypeMethodDescriptionThe globally unique identifier for the object.StaffingGroupResponse.managementUnit(ManagementUnitReference managementUnit) The ID of the management unit to which the staffing group users belong.StaffingGroupResponse.metadata(WfmVersionedEntityMetadata metadata) Version metadata for the staffing groupThe name of the staffing groupStaffingGroupResponse.planningGroups(List<PlanningGroupReference> planningGroups) The list of planning groups that are associated with the staffing groupStaffingGroupResponse.users(List<UserReference> users) The list of users that belong to the staffing groupMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type StaffingGroupResponseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type StaffingGroupResponseModifier and TypeMethodDescriptionStaffingGroupListing.entities(List<StaffingGroupResponse> entities) voidStaffingGroupListing.setEntities(List<StaffingGroupResponse> entities)