@Generated public class ListListingsRequest extends Object
| Constructor and Description |
|---|
ListListingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<AssetType> |
getAssets() |
Collection<Category> |
getCategories() |
Boolean |
getIsFree() |
Boolean |
getIsPrivateExchange() |
Boolean |
getIsStaffPick() |
Long |
getPageSize() |
String |
getPageToken() |
Collection<String> |
getProviderIds() |
Collection<ListingTag> |
getTags() |
int |
hashCode() |
ListListingsRequest |
setAssets(Collection<AssetType> assets) |
ListListingsRequest |
setCategories(Collection<Category> categories) |
ListListingsRequest |
setIsFree(Boolean isFree) |
ListListingsRequest |
setIsPrivateExchange(Boolean isPrivateExchange) |
ListListingsRequest |
setIsStaffPick(Boolean isStaffPick) |
ListListingsRequest |
setPageSize(Long pageSize) |
ListListingsRequest |
setPageToken(String pageToken) |
ListListingsRequest |
setProviderIds(Collection<String> providerIds) |
ListListingsRequest |
setTags(Collection<ListingTag> tags) |
String |
toString() |
public ListListingsRequest setAssets(Collection<AssetType> assets)
public Collection<AssetType> getAssets()
public ListListingsRequest setCategories(Collection<Category> categories)
public Collection<Category> getCategories()
public ListListingsRequest setIsFree(Boolean isFree)
public Boolean getIsFree()
public ListListingsRequest setIsPrivateExchange(Boolean isPrivateExchange)
public Boolean getIsPrivateExchange()
public ListListingsRequest setIsStaffPick(Boolean isStaffPick)
public Boolean getIsStaffPick()
public ListListingsRequest setPageSize(Long pageSize)
public Long getPageSize()
public ListListingsRequest setPageToken(String pageToken)
public String getPageToken()
public ListListingsRequest setProviderIds(Collection<String> providerIds)
public Collection<String> getProviderIds()
public ListListingsRequest setTags(Collection<ListingTag> tags)
public Collection<ListingTag> getTags()
Copyright © 2025. All rights reserved.