public class ConsentListResponse extends Object
| Constructor and Description |
|---|
ConsentListResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<GivenConsent> |
getConsents() |
String |
getUserId() |
void |
setConsents(List<GivenConsent> consents) |
void |
setUserId(String userId) |
public String getUserId()
public void setUserId(String userId)
public List<GivenConsent> getConsents()
public void setConsents(List<GivenConsent> consents)
Copyright © 2016–2020 Wultra s.r.o.. All rights reserved.