Class ResponseConsent
-
- All Implemented Interfaces:
public final class ResponseConsent
-
-
Field Summary
Fields Modifier and Type Field Description private final String
id
private final String
title
private final String
text
private final String
regulationType
private final String
consentType
-
Method Summary
Modifier and Type Method Description final String
getId()
final String
getTitle()
final String
getText()
final String
getRegulationType()
final String
getConsentType()
final static ResponseConsent
parse(ResponseBody responseBody)
-
-
Method Detail
-
getRegulationType
final String getRegulationType()
-
getConsentType
final String getConsentType()
-
parse
final static ResponseConsent parse(ResponseBody responseBody)
-
-
-
-