Package com.mypurecloud.sdk.v2.model
Class MoveAgentsRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.MoveAgentsRequest
- All Implemented Interfaces:
Serializable
MoveAgentsRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondestinationManagementUnitId(String destinationManagementUnitId) The id of the management unit for which the move will be performed.booleaninthashCode()voidsetDestinationManagementUnitId(String destinationManagementUnitId) voidsetUserIds(List<String> userIds) toString()The list of user ids to move
-
Constructor Details
-
MoveAgentsRequest
public MoveAgentsRequest() -
MoveAgentsRequest
-
-
Method Details
-
userIds
The list of user ids to move -
getUserIds
-
setUserIds
-
destinationManagementUnitId
The id of the management unit for which the move will be performed. To remove users from their management unit this should be set to null. -
getDestinationManagementUnitId
-
setDestinationManagementUnitId
-
equals
-
hashCode
public int hashCode() -
toString
-