public class ConsentRepresentation extends Object
Constructor and Description |
---|
ConsentRepresentation() |
ConsentRepresentation(List<ConsentScopeRepresentation> grantedScopes,
Long createdDate,
Long lastUpdatedDate) |
Modifier and Type | Method and Description |
---|---|
Long |
getCreatedDate() |
List<ConsentScopeRepresentation> |
getGrantedScopes() |
Long |
getLastUpdatedDate() |
void |
setCreatedDate(Long createdDate) |
void |
setGrantedScopes(List<ConsentScopeRepresentation> grantedScopes) |
void |
setLastUpdatedDate(Long lastUpdatedDate) |
public ConsentRepresentation()
public ConsentRepresentation(List<ConsentScopeRepresentation> grantedScopes, Long createdDate, Long lastUpdatedDate)
public List<ConsentScopeRepresentation> getGrantedScopes()
public void setGrantedScopes(List<ConsentScopeRepresentation> grantedScopes)
public Long getCreatedDate()
public void setCreatedDate(Long createdDate)
public Long getLastUpdatedDate()
public void setLastUpdatedDate(Long lastUpdatedDate)
Copyright © 2020 JBoss by Red Hat. All rights reserved.