Class RemoveUsersFromUserGroupRequest

Object
RemoveUsersFromUserGroupRequest
All Implemented Interfaces:
Serializable

public class RemoveUsersFromUserGroupRequest extends Object implements Serializable
The properties needed to remove the users from given user group.
See Also:
  • Constructor Details Link icon

    • RemoveUsersFromUserGroupRequest Link icon

      public RemoveUsersFromUserGroupRequest()
  • Method Details Link icon

    • builder Link icon

      public static RemoveUsersFromUserGroupRequest.Builder builder()
    • getUserGroupId Link icon

      public UUID getUserGroupId()
      Required. The ID of the user groups from which the users should be removed. Silently ignored if the ID is provided as path parameter of the request.
    • getUserIds Link icon

      public List<UUID> getUserIds()
      Required. The list of IDs of the users which should be removed from the user group.
    • setUserGroupId Link icon

      public void setUserGroupId(UUID userGroupId)
      Required. The ID of the user groups from which the users should be removed. Silently ignored if the ID is provided as path parameter of the request.
    • setUserIds Link icon

      public void setUserIds(List<UUID> userIds)
      Required. The list of IDs of the users which should be removed from the user group.
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual Link icon

      protected boolean canEqual(Object other)
    • hashCode Link icon

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

      public String toString()
      Overrides:
      toString in class Object