Uses of Class
software.xdev.brevo.model.RequestContactImportJsonBodyInner
Packages that use RequestContactImportJsonBodyInner
-
Uses of RequestContactImportJsonBodyInner in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return RequestContactImportJsonBodyInnerModifier and TypeMethodDescriptionRequestContactImportJsonBodyInner.attributes(Map<String, Object> attributes) RequestContactImportJsonBodyInner.putAttributesItem(String key, Object attributesItem) Methods in software.xdev.brevo.model that return types with arguments of type RequestContactImportJsonBodyInnerModifier and TypeMethodDescriptionRequestContactImport.getJsonBody()**Mandatory if fileUrl and fileBody is not defined.** JSON content to be imported.Methods in software.xdev.brevo.model with parameters of type RequestContactImportJsonBodyInnerModifier and TypeMethodDescriptionRequestContactImport.addJsonBodyItem(RequestContactImportJsonBodyInner jsonBodyItem) Method parameters in software.xdev.brevo.model with type arguments of type RequestContactImportJsonBodyInnerModifier and TypeMethodDescriptionRequestContactImport.jsonBody(List<RequestContactImportJsonBodyInner> jsonBody) voidRequestContactImport.setJsonBody(List<RequestContactImportJsonBodyInner> jsonBody)