Package org.bremersee.keycloak.api.model
Class ResourceRepresentation
java.lang.Object
org.bremersee.keycloak.api.model.ResourceRepresentation
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2026-08-17T22:40:45.221551766+02:00[Europe/Berlin]",
comments="Generator version: 7.24.0")
public class ResourceRepresentation
extends Object
ResourceRepresentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddScopesItem(ScopeRepresentation scopesItem) addScopesUmaItem(ScopeRepresentation scopesUmaItem) addUrisItem(String urisItem) attributes(Map<String, List<String>> attributes) displayName(String displayName) booleanGet attributesGet displayNameGet iconUrigetId()Get idgetName()Get name@Valid ResourceOwnerRepresentationgetOwner()Get ownerGet ownerManagedAccess@Valid Set<@Valid ScopeRepresentation> Get scopes@Valid Set<@Valid ScopeRepresentation> Get scopesUmagetType()Get typegetUri()Deprecated.getUris()Get urisinthashCode()owner(ResourceOwnerRepresentation owner) ownerManagedAccess(Boolean ownerManagedAccess) putAttributesItem(String key, List<String> attributesItem) scopes(Set<@Valid ScopeRepresentation> scopes) scopesUma(Set<@Valid ScopeRepresentation> scopesUma) voidsetAttributes(Map<String, List<String>> attributes) voidsetDisplayName(String displayName) voidsetIconUri(String iconUri) voidvoidvoidvoidsetOwnerManagedAccess(Boolean ownerManagedAccess) voidsetScopes(Set<@Valid ScopeRepresentation> scopes) voidsetScopesUma(Set<@Valid ScopeRepresentation> scopesUma) voidvoidDeprecated.voidtoString()
-
Constructor Details
-
ResourceRepresentation
public ResourceRepresentation()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
uris
-
addUrisItem
-
getUris
Get uris- Returns:
- uris
-
setUris
-
type
-
getType
Get type- Returns:
- type
-
setType
-
scopes
-
addScopesItem
-
getScopes
Get scopes- Returns:
- scopes
-
setScopes
-
iconUri
-
getIconUri
Get iconUri- Returns:
- iconUri
-
setIconUri
-
owner
-
getOwner
Get owner- Returns:
- owner
-
setOwner
-
ownerManagedAccess
-
getOwnerManagedAccess
Get ownerManagedAccess- Returns:
- ownerManagedAccess
-
setOwnerManagedAccess
-
displayName
-
getDisplayName
Get displayName- Returns:
- displayName
-
setDisplayName
-
attributes
-
putAttributesItem
-
getAttributes
Get attributes- Returns:
- attributes
-
setAttributes
-
uri
-
getUri
Deprecated.Get uri- Returns:
- uri
-
setUri
Deprecated. -
scopesUma
-
addScopesUmaItem
-
getScopesUma
Get scopesUma- Returns:
- scopesUma
-
setScopesUma
-
equals
-
hashCode
public int hashCode() -
toString
-