Package com.mypurecloud.sdk.v2.model
Class MoveAgentsResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.MoveAgentsResponse
- All Implemented Interfaces:
Serializable
MoveAgentsResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondestinationManagementUnit(ManagementUnitReference destinationManagementUnit) The management unit specified on the requestbooleaninthashCode()requestingUser(UserReference requestingUser) The user that made the requestresults(List<MoveAgentResponse> results) The list containing the agent and result of the move operationvoidsetDestinationManagementUnit(ManagementUnitReference destinationManagementUnit) voidsetRequestingUser(UserReference requestingUser) voidsetResults(List<MoveAgentResponse> results) toString()
-
Constructor Details
-
MoveAgentsResponse
public MoveAgentsResponse() -
MoveAgentsResponse
-
-
Method Details
-
requestingUser
The user that made the request -
getRequestingUser
-
setRequestingUser
-
destinationManagementUnit
public MoveAgentsResponse destinationManagementUnit(ManagementUnitReference destinationManagementUnit) The management unit specified on the request -
getDestinationManagementUnit
-
setDestinationManagementUnit
-
results
The list containing the agent and result of the move operation -
getResults
-
setResults
-
equals
-
hashCode
public int hashCode() -
toString
-