Class AddUsersToUserGroupRequest

  • All Implemented Interfaces:
    Serializable

    public class AddUsersToUserGroupRequest
    extends Object
    implements Serializable
    The properties needed for adding user to user group.
    See Also:
    Serialized Form
    • Constructor Detail

      • AddUsersToUserGroupRequest

        public AddUsersToUserGroupRequest()
    • Method Detail

      • getUserGroupId

        @NotNull
        public @NotNull UUID getUserGroupId()
        Required. The ID of the user group the users should be added to. Silently ignored if the ID is provided as path parameter of the request
      • getUserIds

        @NotNull
        public @NotNull List<UUID> getUserIds()
        Required. The list of IDs of the users that should be added to the user group.
      • setUserGroupId

        public void setUserGroupId​(@NotNull
                                   @NotNull UUID userGroupId)
        Required. The ID of the user group the users should be added to. Silently ignored if the ID is provided as path parameter of the request
      • setUserIds

        public void setUserIds​(@NotNull
                               @NotNull List<UUID> userIds)
        Required. The list of IDs of the users that should be added to the user group.
      • equals

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

        protected boolean canEqual​(Object other)
      • hashCode

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

        public String toString()
        Overrides:
        toString in class Object