Uses of Class
software.xdev.brevo.model.CreateUpdateProducts
Packages that use CreateUpdateProducts
-
Uses of CreateUpdateProducts in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return CreateUpdateProductsModifier and TypeMethodDescriptionCreateUpdateProducts.addCategoriesItem(String categoriesItem) CreateUpdateProducts.categories(List<String> categories) CreateUpdateProducts.putMetaInfoItem(String key, Object metaInfoItem) CreateUpdateProducts.stock(BigDecimal stock) Methods in software.xdev.brevo.model that return types with arguments of type CreateUpdateProductsModifier and TypeMethodDescriptionCreateUpdateBatchProducts.getProducts()array of products objectsMethods in software.xdev.brevo.model with parameters of type CreateUpdateProductsModifier and TypeMethodDescriptionCreateUpdateBatchProducts.addProductsItem(CreateUpdateProducts productsItem) Method parameters in software.xdev.brevo.model with type arguments of type CreateUpdateProductsModifier and TypeMethodDescriptionCreateUpdateBatchProducts.products(List<CreateUpdateProducts> products) voidCreateUpdateBatchProducts.setProducts(List<CreateUpdateProducts> products)