Class ChangeUserGroupRequest

Object
ChangeUserGroupRequest
All Implemented Interfaces:
Serializable

public class ChangeUserGroupRequest extends Object implements Serializable
The properties of the user group to be added.
See Also:
  • Constructor Details Link icon

    • ChangeUserGroupRequest Link icon

      public ChangeUserGroupRequest()
  • Method Details Link icon

    • builder Link icon

      public static ChangeUserGroupRequest.Builder builder()
    • getId Link icon

      public UUID getId()
      Required. The ID of the user group to be changed. Silently ignored if the ID is provided as path parameter of the request.
    • getName Link icon

      public String getName()
      Required. The name of the user group. Should be unique within all user groups.
    • getLocallyManaged Link icon

      @Deprecated public Boolean getLocallyManaged()
      Deprecated.
      This feature will be dropped.
      The locallyManaged flag of the user group. Indicates whether this UserGroup is locally managed or not.
    • setId Link icon

      public void setId(UUID id)
      Required. The ID of the user group to be changed. Silently ignored if the ID is provided as path parameter of the request.
    • setName Link icon

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

      @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 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