Package io.didomi.sdk.user.sync.model
Class RequestToken
-
- All Implemented Interfaces:
public final class RequestToken
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringcreatedprivate final Stringupdatedprivate final ConsentChoicesconsentPurposesprivate final ConsentChoicesliPurposesprivate final ConsentChoicesconsentVendorsprivate final ConsentChoicesliVendors
-
Constructor Summary
Constructors Constructor Description RequestToken(String created, String updated, ConsentChoices consentPurposes, ConsentChoices liPurposes, ConsentChoices consentVendors, ConsentChoices liVendors)
-
Method Summary
Modifier and Type Method Description final StringgetCreated()final StringgetUpdated()final ConsentChoicesgetConsentPurposes()final ConsentChoicesgetLiPurposes()final ConsentChoicesgetConsentVendors()final ConsentChoicesgetLiVendors()-
-
Constructor Detail
-
RequestToken
RequestToken(String created, String updated, ConsentChoices consentPurposes, ConsentChoices liPurposes, ConsentChoices consentVendors, ConsentChoices liVendors)
-
-
Method Detail
-
getCreated
final String getCreated()
-
getUpdated
final String getUpdated()
-
getConsentPurposes
final ConsentChoices getConsentPurposes()
-
getLiPurposes
final ConsentChoices getLiPurposes()
-
getConsentVendors
final ConsentChoices getConsentVendors()
-
getLiVendors
final ConsentChoices getLiVendors()
-
-
-
-