Uses of Class
software.xdev.brevo.model.GetProductDetails
Packages that use GetProductDetails
-
Uses of GetProductDetails in software.xdev.brevo.api
Methods in software.xdev.brevo.api that return GetProductDetailsModifier and TypeMethodDescriptionEcommerceApi.getProductInfo(String id) Get a product's detailsEcommerceApi.getProductInfo(String id, Map<String, String> additionalHeaders) Get a product's details -
Uses of GetProductDetails in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return GetProductDetailsModifier and TypeMethodDescriptionGetProductDetails.addCategoriesItem(String categoriesItem) GetProductDetails.categories(List<String> categories) GetProductDetails.modifiedAt(String modifiedAt) GetProductDetails.s3Original(String s3Original) GetProductDetails.s3ThumbAnalytics(String s3ThumbAnalytics) GetProductDetails.s3ThumbEditor(String s3ThumbEditor) GetProductDetails.stock(BigDecimal stock) Methods in software.xdev.brevo.model that return types with arguments of type GetProductDetailsMethods in software.xdev.brevo.model with parameters of type GetProductDetailsMethod parameters in software.xdev.brevo.model with type arguments of type GetProductDetailsModifier and TypeMethodDescriptionGetProducts.products(List<GetProductDetails> products) voidGetProducts.setProducts(List<GetProductDetails> products)