Class RoleRepresentation

java.lang.Object
org.bremersee.keycloak.api.model.RoleRepresentation

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2026-08-17T22:28:47.079753199+02:00[Europe/Berlin]", comments="Generator version: 7.24.0") public class RoleRepresentation extends Object
RoleRepresentation
  • Constructor Details

    • RoleRepresentation

      public RoleRepresentation()
  • Method Details

    • id

      public RoleRepresentation id(@Nullable String id)
    • getId

      @Nullable public String getId()
      Get id
      Returns:
      id
    • setId

      public void setId(@Nullable String id)
    • name

      public RoleRepresentation name(@Nullable String name)
    • getName

      @Nullable public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(@Nullable String name)
    • description

      public RoleRepresentation description(@Nullable String description)
    • getDescription

      @Nullable public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(@Nullable String description)
    • scopeParamRequired

      public RoleRepresentation scopeParamRequired(@Nullable Boolean scopeParamRequired)
    • getScopeParamRequired

      @Deprecated @Nullable public Boolean getScopeParamRequired()
      Deprecated.
      Get scopeParamRequired
      Returns:
      scopeParamRequired
    • setScopeParamRequired

      @Deprecated public void setScopeParamRequired(@Nullable Boolean scopeParamRequired)
      Deprecated.
    • composite

      public RoleRepresentation composite(@Nullable Boolean composite)
    • getComposite

      @Nullable public Boolean getComposite()
      Get composite
      Returns:
      composite
    • setComposite

      public void setComposite(@Nullable Boolean composite)
    • composites

      public RoleRepresentation composites(@Nullable Composites composites)
    • getComposites

      @Valid @Nullable public @Valid Composites getComposites()
      Get composites
      Returns:
      composites
    • setComposites

      public void setComposites(@Nullable Composites composites)
    • clientRole

      public RoleRepresentation clientRole(@Nullable Boolean clientRole)
    • getClientRole

      @Nullable public Boolean getClientRole()
      Get clientRole
      Returns:
      clientRole
    • setClientRole

      public void setClientRole(@Nullable Boolean clientRole)
    • containerId

      public RoleRepresentation containerId(@Nullable String containerId)
    • getContainerId

      @Nullable public String getContainerId()
      Get containerId
      Returns:
      containerId
    • setContainerId

      public void setContainerId(@Nullable String containerId)
    • attributes

      public RoleRepresentation attributes(Map<String,List<String>> attributes)
    • putAttributesItem

      public RoleRepresentation putAttributesItem(String key, List<String> attributesItem)
    • getAttributes

      @Valid public @Valid Map<String,List<String>> getAttributes()
      Get attributes
      Returns:
      attributes
    • setAttributes

      public void setAttributes(Map<String,List<String>> attributes)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object