Class AddUserGroupsRequest

  • All Implemented Interfaces:
    Serializable

    public class AddUserGroupsRequest
    extends Object
    implements Serializable
    The properties of the user groups to be added.
    See Also:
    Serialized Form
    • Constructor Detail

      • AddUserGroupsRequest

        public AddUserGroupsRequest()
    • Method Detail

      • getNames

        @NotNull
        public @NotNull List<String> getNames()
        Required. The names of the user groups. Each name should be unique within all user groups.
      • setNames

        public void setNames​(@NotNull
                             @NotNull List<String> names)
        Required. The names of the user groups. Each name should be unique within all user groups.
      • 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