Uses of Class
com.mypurecloud.sdk.v2.model.UpdateStaffingGroupRequest
Packages that use UpdateStaffingGroupRequest
Package
Description
-
Uses of UpdateStaffingGroupRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type UpdateStaffingGroupRequestModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementBusinessunitStaffinggroup(String businessUnitId, String staffingGroupId, UpdateStaffingGroupRequest body) Updates a staffing groupWorkforceManagementApi.patchWorkforcemanagementBusinessunitStaffinggroupWithHttpInfo(String businessUnitId, String staffingGroupId, UpdateStaffingGroupRequest body) Updates a staffing groupMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type UpdateStaffingGroupRequestModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementBusinessunitStaffinggroup(ApiRequest<UpdateStaffingGroupRequest> request) Updates a staffing groupWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitStaffinggroupAsync(ApiRequest<UpdateStaffingGroupRequest> request, AsyncApiCallback<ApiResponse<StaffingGroupResponse>> callback) Updates a staffing group -
Uses of UpdateStaffingGroupRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return UpdateStaffingGroupRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitStaffinggroupRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type UpdateStaffingGroupRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitStaffinggroupRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type UpdateStaffingGroupRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitStaffinggroupRequest.builder(String businessUnitId, String staffingGroupId, UpdateStaffingGroupRequest body) voidPatchWorkforcemanagementBusinessunitStaffinggroupRequest.setBody(UpdateStaffingGroupRequest body) PatchWorkforcemanagementBusinessunitStaffinggroupRequest.Builder.withBody(UpdateStaffingGroupRequest body) PatchWorkforcemanagementBusinessunitStaffinggroupRequest.withBody(UpdateStaffingGroupRequest body) PatchWorkforcemanagementBusinessunitStaffinggroupRequest.Builder.withRequiredParams(String businessUnitId, String staffingGroupId, UpdateStaffingGroupRequest body) -
Uses of UpdateStaffingGroupRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UpdateStaffingGroupRequestModifier and TypeMethodDescriptionUpdateStaffingGroupRequest.metadata(WfmVersionedEntityMetadata metadata) Version metadata for the staffing groupThe name of the staffing groupUpdateStaffingGroupRequest.planningGroupIds(SetWrapperString planningGroupIds) The set of planning group Ids to associate with the staffing groupUpdateStaffingGroupRequest.userIds(SetWrapperString userIds) The set of user Ids to associate with the staffing group