Package org.bremersee.keycloak.api.model
Class UserProfileMetadata
java.lang.Object
org.bremersee.keycloak.api.model.UserProfileMetadata
@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 UserProfileMetadata
extends Object
UserProfileMetadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttributesItem(UserProfileAttributeMetadata attributesItem) addGroupsItem(UserProfileAttributeGroupMetadata groupsItem) attributes(List<@Valid UserProfileAttributeMetadata> attributes) boolean@Valid List<@Valid UserProfileAttributeMetadata> Get attributes@Valid List<@Valid UserProfileAttributeGroupMetadata> Get groupsgroups(List<@Valid UserProfileAttributeGroupMetadata> groups) inthashCode()voidsetAttributes(List<@Valid UserProfileAttributeMetadata> attributes) voidsetGroups(List<@Valid UserProfileAttributeGroupMetadata> groups) toString()
-
Constructor Details
-
UserProfileMetadata
public UserProfileMetadata()
-
-
Method Details
-
attributes
-
addAttributesItem
-
getAttributes
Get attributes- Returns:
- attributes
-
setAttributes
-
groups
-
addGroupsItem
-
getGroups
Get groups- Returns:
- groups
-
setGroups
-
equals
-
hashCode
public int hashCode() -
toString
-