Uses of Class
software.xdev.brevo.model.CreateDoiContact
Packages that use CreateDoiContact
-
Uses of CreateDoiContact in software.xdev.brevo.api
Methods in software.xdev.brevo.api with parameters of type CreateDoiContactModifier and TypeMethodDescriptionvoidContactsApi.createDoiContact(CreateDoiContact createDoiContact) Create Contact via DOI (Double-Opt-In) FlowvoidContactsApi.createDoiContact(CreateDoiContact createDoiContact, Map<String, String> additionalHeaders) Create Contact via DOI (Double-Opt-In) Flow -
Uses of CreateDoiContact in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return CreateDoiContactModifier and TypeMethodDescriptionCreateDoiContact.addExcludeListIdsItem(Long excludeListIdsItem) CreateDoiContact.addIncludeListIdsItem(Long includeListIdsItem) CreateDoiContact.attributes(Map<String, Object> attributes) CreateDoiContact.excludeListIds(List<Long> excludeListIds) CreateDoiContact.includeListIds(List<Long> includeListIds) CreateDoiContact.putAttributesItem(String key, Object attributesItem) CreateDoiContact.redirectionUrl(String redirectionUrl) CreateDoiContact.templateId(Long templateId)