Class ResponseCombinedConsent
-
- All Implemented Interfaces:
public final class ResponseCombinedConsent
-
-
Method Summary
Modifier and Type Method Description final String
getLanguageConsentId()
final String
getTitle()
final String
getTerms()
final List<Consent>
getConsents()
final static ResponseCombinedConsent
parse(ResponseBody response)
-
-
Method Detail
-
getLanguageConsentId
final String getLanguageConsentId()
-
getConsents
final List<Consent> getConsents()
-
parse
final static ResponseCombinedConsent parse(ResponseBody response)
-
-
-
-