Package io.didomi.sdk.user.sync.model
Class SyncParams
-
- All Implemented Interfaces:
public final class SyncParamsParameters for syncing with remote server (aka cross-device)
-
-
Field Summary
Fields Modifier and Type Field Description private final SyncConfigurationconfigprivate final DatelastSyncDateprivate final StringapiBaseURLprivate final Stringagentprivate final StringapiKeyprivate final StringsdkVersionprivate final StringsourceTypeprivate final Stringdomainprivate final StringuserIdprivate final Datecreatedprivate final Dateupdatedprivate final ConsentChoicesconsentPurposesprivate final ConsentChoicesliPurposesprivate final ConsentChoicesconsentVendorsprivate final ConsentChoicesliVendorsprivate final Stringtcfcsprivate final Integertcfv
-
Constructor Summary
Constructors Constructor Description SyncParams(SyncConfiguration config, Date lastSyncDate, String apiBaseURL, String agent, String apiKey, String sdkVersion, String sourceType, String domain, String userId, Date created, Date updated, ConsentChoices consentPurposes, ConsentChoices liPurposes, ConsentChoices consentVendors, ConsentChoices liVendors, String tcfcs, Integer tcfv)
-
Method Summary
Modifier and Type Method Description final SyncConfigurationgetConfig()final DategetLastSyncDate()final StringgetApiBaseURL()final StringgetAgent()final StringgetApiKey()final StringgetSdkVersion()final StringgetSourceType()final StringgetDomain()final StringgetUserId()final DategetCreated()final DategetUpdated()final ConsentChoicesgetConsentPurposes()final ConsentChoicesgetLiPurposes()final ConsentChoicesgetConsentVendors()final ConsentChoicesgetLiVendors()final StringgetTcfcs()final IntegergetTcfv()-
-
Constructor Detail
-
SyncParams
SyncParams(SyncConfiguration config, Date lastSyncDate, String apiBaseURL, String agent, String apiKey, String sdkVersion, String sourceType, String domain, String userId, Date created, Date updated, ConsentChoices consentPurposes, ConsentChoices liPurposes, ConsentChoices consentVendors, ConsentChoices liVendors, String tcfcs, Integer tcfv)
-
-
Method Detail
-
getConfig
final SyncConfiguration getConfig()
-
getLastSyncDate
final Date getLastSyncDate()
-
getApiBaseURL
final String getApiBaseURL()
-
getSdkVersion
final String getSdkVersion()
-
getSourceType
final String getSourceType()
-
getCreated
final Date getCreated()
-
getUpdated
final Date getUpdated()
-
getConsentPurposes
final ConsentChoices getConsentPurposes()
-
getLiPurposes
final ConsentChoices getLiPurposes()
-
getConsentVendors
final ConsentChoices getConsentVendors()
-
getLiVendors
final ConsentChoices getLiVendors()
-
-
-
-