Package org.bremersee.keycloak.api.model
Class UserConsentRepresentation
java.lang.Object
org.bremersee.keycloak.api.model.UserConsentRepresentation
@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 UserConsentRepresentation
extends Object
UserConsentRepresentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddGrantedClientScopesItem(String grantedClientScopesItem) addGrantedRealmRolesItem(String grantedRealmRolesItem) createdDate(Long createdDate) booleanGet clientIdGet createdDateGet grantedClientScopesDeprecated.Get lastUpdatedDategrantedClientScopes(List<String> grantedClientScopes) grantedRealmRoles(List<String> grantedRealmRoles) inthashCode()lastUpdatedDate(Long lastUpdatedDate) voidsetClientId(String clientId) voidsetCreatedDate(Long createdDate) voidsetGrantedClientScopes(List<String> grantedClientScopes) voidsetGrantedRealmRoles(List<String> grantedRealmRoles) Deprecated.voidsetLastUpdatedDate(Long lastUpdatedDate) toString()
-
Constructor Details
-
UserConsentRepresentation
public UserConsentRepresentation()
-
-
Method Details
-
clientId
-
getClientId
Get clientId- Returns:
- clientId
-
setClientId
-
grantedClientScopes
-
addGrantedClientScopesItem
-
getGrantedClientScopes
Get grantedClientScopes- Returns:
- grantedClientScopes
-
setGrantedClientScopes
-
createdDate
-
getCreatedDate
Get createdDate- Returns:
- createdDate
-
setCreatedDate
-
lastUpdatedDate
-
getLastUpdatedDate
Get lastUpdatedDate- Returns:
- lastUpdatedDate
-
setLastUpdatedDate
-
grantedRealmRoles
-
addGrantedRealmRolesItem
-
getGrantedRealmRoles
Deprecated.Get grantedRealmRoles- Returns:
- grantedRealmRoles
-
setGrantedRealmRoles
Deprecated. -
equals
-
hashCode
public int hashCode() -
toString
-