Uses of Class
com.inteliqua.rest.customer.payload.consent.ConsentMetadata
-
Packages that use ConsentMetadata Package Description com.inteliqua.rest.customer.payload.consent com.inteliqua.rest.customer.payload.consent.request com.inteliqua.rest.customer.payload.consent.response -
-
Uses of ConsentMetadata in com.inteliqua.rest.customer.payload.consent
Methods in com.inteliqua.rest.customer.payload.consent that return types with arguments of type ConsentMetadata Modifier and Type Method Description List<ConsentMetadata>PersonConsentDataBasicPayload. getMetadata()Retrieves the metadata list associated with this consent. -
Uses of ConsentMetadata in com.inteliqua.rest.customer.payload.consent.request
Methods in com.inteliqua.rest.customer.payload.consent.request that return types with arguments of type ConsentMetadata Modifier and Type Method Description List<ConsentMetadata>ConsentDataUpdateRequest. getMetadata()Gets the metadata items related to the consent. -
Uses of ConsentMetadata in com.inteliqua.rest.customer.payload.consent.response
Methods in com.inteliqua.rest.customer.payload.consent.response that return types with arguments of type ConsentMetadata Modifier and Type Method Description List<ConsentMetadata>PersonConsentDataResponse. getMetadata()Get metadata for the consent.
-