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) Delete a contactvoidContactsApi.deleteContact(GetContactInfoIdentifierParameter identifier, Map<String, String> additionalHeaders) Delete a contactContactsApi.getContactInfo(GetContactInfoIdentifierParameter identifier, String startDate, String endDate) Get a contact's details Along with the contact details, this endpoint will show the statistics of contact for the recent 90 days by default.ContactsApi.getContactInfo(GetContactInfoIdentifierParameter identifier, String startDate, String endDate, Map<String, String> additionalHeaders) Get a contact's details Along with the contact details, this endpoint will show the statistics of contact for the recent 90 days by default.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) Update a contactvoidContactsApi.updateContact(GetContactInfoIdentifierParameter identifier, UpdateContact updateContact, Map<String, String> additionalHeaders) Update a contact -
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)