-
public class ProductAdsFilter.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ProductAdsFilter.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ProductAdsFiltercategoryId(String categoryId)Create filter with category ID final ProductAdsFiltercategories(List<String> categories)Create filter with categories final ProductAdsFiltermcategoryIds(List<String> mcategoryIds)Create filter with merchant category IDs final ProductAdsFilterskuIds(List<String> skuIds)Create filter with SKU IDs final ProductAdsFilterpriceRange(String minPrice, String maxPrice)Create filter with price range final ProductAdsFilterminPrice(String minPrice)Create filter with minimum price final ProductAdsFiltermaxPrice(String maxPrice)Create filter with maximum price final ProductAdsFiltercolors(List<String> colors)Create filter with colors final ProductAdsFiltersizes(List<String> sizes)Create filter with sizes final ProductAdsFilterkeywords(List<String> keywords)Create filter with keywords final ProductAdsFilterkeyword(String keyword)Create filter with single keyword final ProductAdsFilterbrands(List<String> brands)Create filter with brands final ProductAdsFilterbrandIds(List<String> brandIds)Create filter with brand IDs final ProductAdsFilterstoreIds(List<String> storeIds)Create filter with store IDs final ProductAdsFilternetworks(List<String> networks)Create filter with networks final ProductAdsFilterudps(List<String> udps)Create filter with UDPs final ProductAdsFilterdevice(String device)Create filter with device final ProductAdsFiltercustomLabels(List<String> label1, List<String> label2, List<String> label3, List<String> label4, List<String> label5, List<String> label6, List<String> label7, List<String> label8, List<String> rtlLabel0)Create filter with custom labels final ProductAdsFiltercreate(String categoryId, List<String> categories, List<String> skuIds, List<String> brands, String minPrice, String maxPrice, List<String> colors, List<String> sizes, List<String> keywords, List<String> storeIds, String device)Create comprehensive filter with multiple criteria -
-
Method Detail
-
categoryId
final ProductAdsFilter categoryId(String categoryId)
Create filter with category ID
-
categories
final ProductAdsFilter categories(List<String> categories)
Create filter with categories
-
mcategoryIds
final ProductAdsFilter mcategoryIds(List<String> mcategoryIds)
Create filter with merchant category IDs
-
skuIds
final ProductAdsFilter skuIds(List<String> skuIds)
Create filter with SKU IDs
-
priceRange
final ProductAdsFilter priceRange(String minPrice, String maxPrice)
Create filter with price range
-
minPrice
final ProductAdsFilter minPrice(String minPrice)
Create filter with minimum price
-
maxPrice
final ProductAdsFilter maxPrice(String maxPrice)
Create filter with maximum price
-
colors
final ProductAdsFilter colors(List<String> colors)
Create filter with colors
-
sizes
final ProductAdsFilter sizes(List<String> sizes)
Create filter with sizes
-
keywords
final ProductAdsFilter keywords(List<String> keywords)
Create filter with keywords
-
keyword
final ProductAdsFilter keyword(String keyword)
Create filter with single keyword
-
brands
final ProductAdsFilter brands(List<String> brands)
Create filter with brands
-
brandIds
final ProductAdsFilter brandIds(List<String> brandIds)
Create filter with brand IDs
-
storeIds
final ProductAdsFilter storeIds(List<String> storeIds)
Create filter with store IDs
-
networks
final ProductAdsFilter networks(List<String> networks)
Create filter with networks
-
udps
final ProductAdsFilter udps(List<String> udps)
Create filter with UDPs
-
device
final ProductAdsFilter device(String device)
Create filter with device
-
customLabels
final ProductAdsFilter customLabels(List<String> label1, List<String> label2, List<String> label3, List<String> label4, List<String> label5, List<String> label6, List<String> label7, List<String> label8, List<String> rtlLabel0)
Create filter with custom labels
-
create
final ProductAdsFilter create(String categoryId, List<String> categories, List<String> skuIds, List<String> brands, String minPrice, String maxPrice, List<String> colors, List<String> sizes, List<String> keywords, List<String> storeIds, String device)
Create comprehensive filter with multiple criteria
-
-
-
-