Class DsrProcessingRegistration
java.lang.Object
com.mparticle.sdk.model.registration.DsrProcessingRegistration
The DsrProcessingRegistration object should be constructed by Firehose integrations that wish to function
as DSR integrations within the mParticle platform. Upon receiving a
ModuleRegistrationRequest
,
it's up to the Firehose integration to respond with a populated ModuleRegistrationResponse
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the supported DSR typessetAccountSettings
(List<Setting> accountSettings) setSupportedDsrTypes
(List<DsrProcessingRequest.Type> supportedDsrTypes) Sets the supported DSR types, currently only ERASURE is valid.
-
Constructor Details
-
DsrProcessingRegistration
public DsrProcessingRegistration()
-
-
Method Details
-
getAccountSettings
- Returns:
- account settings
-
setAccountSettings
- Parameters:
accountSettings
- account settings- Returns:
- this
-
getSupportedDsrTypes
Gets the supported DSR types- Returns:
- a list with the supported types
-
setSupportedDsrTypes
public DsrProcessingRegistration setSupportedDsrTypes(List<DsrProcessingRequest.Type> supportedDsrTypes) Sets the supported DSR types, currently only ERASURE is valid.- Parameters:
supportedDsrTypes
- a list of types- Returns:
- this object for method chaining
-
getDomain
- Returns:
- the domain for request callbacks
-
setDomain
- Parameters:
domain
- the domain for request callbacks- Returns:
- this object for method chaining
-