Class DynamicSellerListRequestAffiliate
java.lang.Object
travel.wink.sdk.affiliate.browse.model.DynamicSellerListRequestAffiliate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-01-02T16:41:15.149616466+07:00[Asia/Bangkok]")
public class DynamicSellerListRequestAffiliate
extends Object
Paginated search for travel blocking.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisplayCurrency(String displayCurrency) boolean@Pattern(regexp="^[A-Z]{3}$") StringWhich currency to display the prices in.@NotNull @Valid UpsertDynamicSellerListRequestAffiliategetList()Get _list@NotNull @Min(0L) IntegergetPage()Which page to view out of total search results.@NotNull @Min(1L) @Max(50L) IntegergetSize()How many result set to return at the time.inthashCode()voidsetDisplayCurrency(String displayCurrency) voidvoidvoidtoString()
-
Field Details
-
JSON_PROPERTY_LIST
- See Also:
-
JSON_PROPERTY_PAGE
- See Also:
-
JSON_PROPERTY_SIZE
- See Also:
-
JSON_PROPERTY_DISPLAY_CURRENCY
- See Also:
-
-
Constructor Details
-
DynamicSellerListRequestAffiliate
public DynamicSellerListRequestAffiliate()
-
-
Method Details
-
_list
-
getList
Get _list- Returns:
- _list
-
setList
-
page
-
getPage
Which page to view out of total search results. minimum: 0- Returns:
- page
-
setPage
-
size
-
getSize
How many result set to return at the time. minimum: 1 maximum: 50- Returns:
- size
-
setSize
-
displayCurrency
-
getDisplayCurrency
@Nullable @Pattern(regexp="^[A-Z]{3}$") public @Pattern(regexp="^[A-Z]{3}$") String getDisplayCurrency()Which currency to display the prices in.- Returns:
- displayCurrency
-
setDisplayCurrency
-
equals
-
hashCode
-
toString
-