Uses of Class
com.inteliqua.rest.customer.payload.consent.response.PersonConsentDataResponse
-
Packages that use PersonConsentDataResponse Package Description com.inteliqua.rest.customer.payload.consent.response com.inteliqua.rest.customer.payload.person.response -
-
Uses of PersonConsentDataResponse in com.inteliqua.rest.customer.payload.consent.response
Constructors in com.inteliqua.rest.customer.payload.consent.response with parameters of type PersonConsentDataResponse Constructor Description PersonConsentDataResponsePayload(PersonConsentDataResponse data)Constructor to initialize the response payload with the consent data response. -
Uses of PersonConsentDataResponse in com.inteliqua.rest.customer.payload.person.response
Methods in com.inteliqua.rest.customer.payload.person.response that return types with arguments of type PersonConsentDataResponse Modifier and Type Method Description List<PersonConsentDataResponse>PersonResponseExtended. getConsentList()List<PersonConsentDataResponse>PersonResponseSimple. getConsentList()Methods in com.inteliqua.rest.customer.payload.person.response with parameters of type PersonConsentDataResponse Modifier and Type Method Description voidPersonResponseExtended. addConsent(PersonConsentDataResponse consentResponse)Add to list.voidPersonResponseSimple. addConsent(PersonConsentDataResponse consentResponse)Adds a consent entry to the list of consents for the person.
-