Uses of Class
com.mypurecloud.sdk.v2.model.MoveAgentsResponse
Packages that use MoveAgentsResponse
-
Uses of MoveAgentsResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return MoveAgentsResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementAgents(PostWorkforcemanagementAgentsRequest request) Move agents in and out of management unitWorkforceManagementApi.postWorkforcemanagementAgents(MoveAgentsRequest body) Move agents in and out of management unitMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type MoveAgentsResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementAgents(ApiRequest<MoveAgentsRequest> request) Move agents in and out of management unitWorkforceManagementApiAsync.postWorkforcemanagementAgentsAsync(PostWorkforcemanagementAgentsRequest request, AsyncApiCallback<MoveAgentsResponse> callback) Move agents in and out of management unitWorkforceManagementApiAsync.postWorkforcemanagementAgentsAsync(ApiRequest<MoveAgentsRequest> request, AsyncApiCallback<ApiResponse<MoveAgentsResponse>> callback) Move agents in and out of management unitWorkforceManagementApi.postWorkforcemanagementAgentsWithHttpInfo(MoveAgentsRequest body) Move agents in and out of management unitMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type MoveAgentsResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.postWorkforcemanagementAgentsAsync(PostWorkforcemanagementAgentsRequest request, AsyncApiCallback<MoveAgentsResponse> callback) Move agents in and out of management unitWorkforceManagementApiAsync.postWorkforcemanagementAgentsAsync(ApiRequest<MoveAgentsRequest> request, AsyncApiCallback<ApiResponse<MoveAgentsResponse>> callback) Move agents in and out of management unit -
Uses of MoveAgentsResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MoveAgentsResponseModifier and TypeMethodDescriptionMoveAgentsResponse.destinationManagementUnit(ManagementUnitReference destinationManagementUnit) The management unit specified on the requestMoveAgentsResponse.requestingUser(UserReference requestingUser) The user that made the requestMoveAgentsResponse.results(List<MoveAgentResponse> results) The list containing the agent and result of the move operation