Package io.didomi.sdk.apiEvents
Class Token
-
- All Implemented Interfaces:
public final class TokenToken sent in API events
-
-
Field Summary
Fields Modifier and Type Field Description private final StringuserIdprivate final StringuserIdTypeprivate final Stringcreatedprivate final Stringupdatedprivate final Stringissuerprivate final ConsentChoicespurposesprivate final ConsentChoiceslegitimatePurposesprivate final ConsentChoicesvendorsprivate final ConsentChoicesvendorsLegInt
-
Constructor Summary
Constructors Constructor Description Token(String userId, String userIdType, String created, String updated, String issuer, ConsentChoices purposes, ConsentChoices legitimatePurposes, ConsentChoices vendors, ConsentChoices vendorsLegInt)
-
Method Summary
Modifier and Type Method Description final StringgetUserId()final StringgetUserIdType()final StringgetCreated()final StringgetUpdated()final StringgetIssuer()final ConsentChoicesgetPurposes()final ConsentChoicesgetLegitimatePurposes()final ConsentChoicesgetVendors()final ConsentChoicesgetVendorsLegInt()-
-
Constructor Detail
-
Token
Token(String userId, String userIdType, String created, String updated, String issuer, ConsentChoices purposes, ConsentChoices legitimatePurposes, ConsentChoices vendors, ConsentChoices vendorsLegInt)
-
-
Method Detail
-
getUserIdType
final String getUserIdType()
-
getCreated
final String getCreated()
-
getUpdated
final String getUpdated()
-
getPurposes
final ConsentChoices getPurposes()
-
getLegitimatePurposes
final ConsentChoices getLegitimatePurposes()
-
getVendors
final ConsentChoices getVendors()
-
getVendorsLegInt
final ConsentChoices getVendorsLegInt()
-
-
-
-