Uses of Class
com.mypurecloud.sdk.v2.model.MoveManagementUnitRequest
Packages that use MoveManagementUnitRequest
Package
Description
-
Uses of MoveManagementUnitRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type MoveManagementUnitRequestModifier and TypeMethodDescriptionWorkforceManagementApi.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 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 MoveManagementUnitRequestModifier 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(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 MoveManagementUnitRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return MoveManagementUnitRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type MoveManagementUnitRequestModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitMoveRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type MoveManagementUnitRequestModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitMoveRequest.builder(String managementUnitId, MoveManagementUnitRequest body) voidPostWorkforcemanagementManagementunitMoveRequest.setBody(MoveManagementUnitRequest body) PostWorkforcemanagementManagementunitMoveRequest.Builder.withBody(MoveManagementUnitRequest body) PostWorkforcemanagementManagementunitMoveRequest.withBody(MoveManagementUnitRequest body) PostWorkforcemanagementManagementunitMoveRequest.Builder.withRequiredParams(String managementUnitId, MoveManagementUnitRequest body) -
Uses of MoveManagementUnitRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MoveManagementUnitRequestModifier and TypeMethodDescriptionMoveManagementUnitRequest.businessUnitId(String businessUnitId) The ID of the business unit to which to move the management unit