Class MoveAgentsRequest

java.lang.Object
com.mypurecloud.sdk.v2.model.MoveAgentsRequest
All Implemented Interfaces:
Serializable

public class MoveAgentsRequest extends Object implements Serializable
MoveAgentsRequest
See Also:
  • Constructor Details

    • MoveAgentsRequest

      public MoveAgentsRequest()
    • MoveAgentsRequest

      public MoveAgentsRequest(Boolean initWithEmptyList)
  • Method Details

    • userIds

      public MoveAgentsRequest userIds(List<String> userIds)
      The list of user ids to move
    • getUserIds

      public List<String> getUserIds()
    • setUserIds

      public void setUserIds(List<String> userIds)
    • destinationManagementUnitId

      public MoveAgentsRequest destinationManagementUnitId(String 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

      public String getDestinationManagementUnitId()
    • setDestinationManagementUnitId

      public void setDestinationManagementUnitId(String destinationManagementUnitId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object