Class AddUserGroupRequest

  • All Implemented Interfaces:
    Serializable

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

      • AddUserGroupRequest

        public AddUserGroupRequest()
    • Method Detail

      • getName

        @NotNull
        public @NotNull String getName()
        Required. The name of the user group. Should be unique within all user groups.
      • isLocallyManaged

        @Deprecated
        public boolean isLocallyManaged()
        Deprecated.
        This feature will be dropped.
        The locallyManaged flag of the user group. Indicates whether this UserGroup is locally managed or not.
      • setName

        public void setName​(@NotNull
                            @NotNull String name)
        Required. The name of the user group. Should be unique within all user groups.
      • setLocallyManaged

        @Deprecated
        public void setLocallyManaged​(boolean locallyManaged)
        Deprecated.
        This feature will be dropped.
        The locallyManaged flag of the user group. Indicates whether this UserGroup is locally managed or not.
      • 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