Uses of Class
com.mypurecloud.sdk.v2.model.MoveManagementUnitResponse
Packages that use MoveManagementUnitResponse
-
Uses of MoveManagementUnitResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return MoveManagementUnitResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementManagementunitMove(PostWorkforcemanagementManagementunitMoveRequest request) Move the requested management unit to a new business unit Returns status 200 if the management unit is already in the requested business unitWorkforceManagementApi.postWorkforcemanagementManagementunitMove(String managementUnitId, MoveManagementUnitRequest body) Move the requested management unit to a new business unit Returns status 200 if the management unit is already in the requested business unitMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type MoveManagementUnitResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementManagementunitMove(ApiRequest<MoveManagementUnitRequest> request) Move the requested management unit to a new business unit Returns status 200 if the management unit is already in the requested business unitWorkforceManagementApiAsync.postWorkforcemanagementManagementunitMoveAsync(PostWorkforcemanagementManagementunitMoveRequest request, AsyncApiCallback<MoveManagementUnitResponse> callback) Move the requested management unit to a new business unit Returns status 200 if the management unit is already in the requested business unitWorkforceManagementApiAsync.postWorkforcemanagementManagementunitMoveAsync(ApiRequest<MoveManagementUnitRequest> request, AsyncApiCallback<ApiResponse<MoveManagementUnitResponse>> callback) Move the requested management unit to a new business unit Returns status 200 if the management unit is already in the requested business unitWorkforceManagementApi.postWorkforcemanagementManagementunitMoveWithHttpInfo(String managementUnitId, MoveManagementUnitRequest body) Move the requested management unit to a new business unit Returns status 200 if the management unit is already in the requested business unitMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type MoveManagementUnitResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.postWorkforcemanagementManagementunitMoveAsync(PostWorkforcemanagementManagementunitMoveRequest request, AsyncApiCallback<MoveManagementUnitResponse> callback) Move the requested management unit to a new business unit Returns status 200 if the management unit is already in the requested business unitWorkforceManagementApiAsync.postWorkforcemanagementManagementunitMoveAsync(ApiRequest<MoveManagementUnitRequest> request, AsyncApiCallback<ApiResponse<MoveManagementUnitResponse>> callback) Move the requested management unit to a new business unit Returns status 200 if the management unit is already in the requested business unit -
Uses of MoveManagementUnitResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MoveManagementUnitResponseModifier and TypeMethodDescriptionMoveManagementUnitResponse.businessUnit(BusinessUnitReference businessUnit) The new business unitMoveManagementUnitResponse.status(MoveManagementUnitResponse.StatusEnum status) The status of the move.