Uses of Class
software.xdev.brevo.model.GetContactInfoIdentifierParameter
Packages that use GetContactInfoIdentifierParameter
-
Uses of GetContactInfoIdentifierParameter in software.xdev.brevo.api
Methods in software.xdev.brevo.api with parameters of type GetContactInfoIdentifierParameterModifier and TypeMethodDescriptionvoidContactsApi.deleteContact(GetContactInfoIdentifierParameter identifier, String identifierType) Delete a contact There are 2 ways to delete a contact <br><br> Option 1- https://api.brevo.com/v3/contacts/{identifier} <br><br> Option 2- https://api.brevo.com/v3/contacts/{identifier}?voidContactsApi.deleteContact(GetContactInfoIdentifierParameter identifier, String identifierType, Map<String, String> additionalHeaders) Delete a contact There are 2 ways to delete a contact <br><br> Option 1- https://api.brevo.com/v3/contacts/{identifier} <br><br> Option 2- https://api.brevo.com/v3/contacts/{identifier}?ContactsApi.getContactInfo(GetContactInfoIdentifierParameter identifier, String identifierType, String startDate, String endDate) Get a contact's details There are 2 ways to get a contact <br><br> Option 1- https://api.brevo.com/v3/contacts/{identifier} <br><br> Option 2- https://api.brevo.com/v3/contacts/{identifier}?ContactsApi.getContactInfo(GetContactInfoIdentifierParameter identifier, String identifierType, String startDate, String endDate, Map<String, String> additionalHeaders) Get a contact's details There are 2 ways to get a contact <br><br> Option 1- https://api.brevo.com/v3/contacts/{identifier} <br><br> Option 2- https://api.brevo.com/v3/contacts/{identifier}?ContactsApi.getContactStats(GetContactInfoIdentifierParameter identifier, String startDate, String endDate) Get email campaigns' statistics for a contactContactsApi.getContactStats(GetContactInfoIdentifierParameter identifier, String startDate, String endDate, Map<String, String> additionalHeaders) Get email campaigns' statistics for a contactvoidContactsApi.updateContact(GetContactInfoIdentifierParameter identifier, UpdateContact updateContact, String identifierType) Update a contact There are 2 ways to update a contact <br><br> Option 1- https://api.brevo.com/v3/contacts/{identifier} <br><br> Option 2- https://api.brevo.com/v3/contacts/{identifier}?voidContactsApi.updateContact(GetContactInfoIdentifierParameter identifier, UpdateContact updateContact, String identifierType, Map<String, String> additionalHeaders) Update a contact There are 2 ways to update a contact <br><br> Option 1- https://api.brevo.com/v3/contacts/{identifier} <br><br> Option 2- https://api.brevo.com/v3/contacts/{identifier}?