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}? -
Uses of GetContactInfoIdentifierParameter in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return types with arguments of type GetContactInfoIdentifierParameterModifier and TypeMethodDescriptionCreateUpdateProduct.getMetaInfo()Meta data of product such as description, vendor, producer, stock level.CreateUpdateProducts.getMetaInfo()Meta data of product such as description, vendor, producer, stock level.Methods in software.xdev.brevo.model with parameters of type GetContactInfoIdentifierParameterModifier and TypeMethodDescriptionCreateUpdateProduct.putMetaInfoItem(String key, GetContactInfoIdentifierParameter metaInfoItem) CreateUpdateProducts.putMetaInfoItem(String key, GetContactInfoIdentifierParameter metaInfoItem) Method parameters in software.xdev.brevo.model with type arguments of type GetContactInfoIdentifierParameterModifier and TypeMethodDescriptionCreateUpdateProduct.metaInfo(Map<String, GetContactInfoIdentifierParameter> metaInfo) CreateUpdateProducts.metaInfo(Map<String, GetContactInfoIdentifierParameter> metaInfo) voidCreateUpdateProduct.setMetaInfo(Map<String, GetContactInfoIdentifierParameter> metaInfo) voidCreateUpdateProducts.setMetaInfo(Map<String, GetContactInfoIdentifierParameter> metaInfo)