Class UserConsentRepresentation

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

@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 UserConsentRepresentation extends Object
UserConsentRepresentation
  • Constructor Details

    • UserConsentRepresentation

      public UserConsentRepresentation()
  • Method Details

    • clientId

      public UserConsentRepresentation clientId(@Nullable String clientId)
    • getClientId

      @Nullable public String getClientId()
      Get clientId
      Returns:
      clientId
    • setClientId

      public void setClientId(@Nullable String clientId)
    • grantedClientScopes

      public UserConsentRepresentation grantedClientScopes(List<String> grantedClientScopes)
    • addGrantedClientScopesItem

      public UserConsentRepresentation addGrantedClientScopesItem(String grantedClientScopesItem)
    • getGrantedClientScopes

      public List<String> getGrantedClientScopes()
      Get grantedClientScopes
      Returns:
      grantedClientScopes
    • setGrantedClientScopes

      public void setGrantedClientScopes(List<String> grantedClientScopes)
    • createdDate

      public UserConsentRepresentation createdDate(@Nullable Long createdDate)
    • getCreatedDate

      @Nullable public Long getCreatedDate()
      Get createdDate
      Returns:
      createdDate
    • setCreatedDate

      public void setCreatedDate(@Nullable Long createdDate)
    • lastUpdatedDate

      public UserConsentRepresentation lastUpdatedDate(@Nullable Long lastUpdatedDate)
    • getLastUpdatedDate

      @Nullable public Long getLastUpdatedDate()
      Get lastUpdatedDate
      Returns:
      lastUpdatedDate
    • setLastUpdatedDate

      public void setLastUpdatedDate(@Nullable Long lastUpdatedDate)
    • grantedRealmRoles

      public UserConsentRepresentation grantedRealmRoles(List<String> grantedRealmRoles)
    • addGrantedRealmRolesItem

      public UserConsentRepresentation addGrantedRealmRolesItem(String grantedRealmRolesItem)
    • getGrantedRealmRoles

      @Deprecated public List<String> getGrantedRealmRoles()
      Deprecated.
      Get grantedRealmRoles
      Returns:
      grantedRealmRoles
    • setGrantedRealmRoles

      @Deprecated public void setGrantedRealmRoles(List<String> grantedRealmRoles)
      Deprecated.
    • 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