Uses of Class
com.inteliqua.rest.customer.payload.consent.PersonConsentDataBasicPayload
-
-
Uses of PersonConsentDataBasicPayload in com.inteliqua.rest.customer.payload.consent.request
Methods in com.inteliqua.rest.customer.payload.consent.request that return types with arguments of type PersonConsentDataBasicPayload Modifier and Type Method Description List<PersonConsentDataBasicPayload>MultipleConsentUpdateRequest. getAdditions()Gets the list of additions.Method parameters in com.inteliqua.rest.customer.payload.consent.request with type arguments of type PersonConsentDataBasicPayload Modifier and Type Method Description voidMultipleConsentUpdateRequest. setAdditions(List<PersonConsentDataBasicPayload> additions)Sets the list of additions. -
Uses of PersonConsentDataBasicPayload in com.inteliqua.rest.customer.payload.consent.response
Subclasses of PersonConsentDataBasicPayload in com.inteliqua.rest.customer.payload.consent.response Modifier and Type Class Description classPersonConsentDataResponseResponse model for a person's communicational consent. -
Uses of PersonConsentDataBasicPayload in com.inteliqua.rest.customer.payload.person.request
Methods in com.inteliqua.rest.customer.payload.person.request that return types with arguments of type PersonConsentDataBasicPayload Modifier and Type Method Description List<PersonConsentDataBasicPayload>PersonRequest. getConsentList()Gets the list of consents associated with the person.Methods in com.inteliqua.rest.customer.payload.person.request with parameters of type PersonConsentDataBasicPayload Modifier and Type Method Description voidPersonRequest. addConsent(PersonConsentDataBasicPayload consent)Adds a consent to the consent list.
-