Uses of Class
software.xdev.brevo.model.CreateDoiContactAttributesValue
Packages that use CreateDoiContactAttributesValue
-
Uses of CreateDoiContactAttributesValue in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return types with arguments of type CreateDoiContactAttributesValueModifier and TypeMethodDescriptionCreateContact.getAttributes()Pass the set of attributes and their values.CreateDoiContact.getAttributes()Pass the set of attributes and their values.UpdateContact.getAttributes()Pass the set of attributes to be updated.Methods in software.xdev.brevo.model with parameters of type CreateDoiContactAttributesValueModifier and TypeMethodDescriptionCreateContact.putAttributesItem(String key, CreateDoiContactAttributesValue attributesItem) CreateDoiContact.putAttributesItem(String key, CreateDoiContactAttributesValue attributesItem) UpdateContact.putAttributesItem(String key, CreateDoiContactAttributesValue attributesItem) Method parameters in software.xdev.brevo.model with type arguments of type CreateDoiContactAttributesValueModifier and TypeMethodDescriptionCreateContact.attributes(Map<String, CreateDoiContactAttributesValue> attributes) CreateDoiContact.attributes(Map<String, CreateDoiContactAttributesValue> attributes) UpdateContact.attributes(Map<String, CreateDoiContactAttributesValue> attributes) voidCreateContact.setAttributes(Map<String, CreateDoiContactAttributesValue> attributes) voidCreateDoiContact.setAttributes(Map<String, CreateDoiContactAttributesValue> attributes) voidUpdateContact.setAttributes(Map<String, CreateDoiContactAttributesValue> attributes)