Package travel.wink.sdk.affiliate.model
Class UpsertSellerInventoryRankedListRequestAffiliate
java.lang.Object
travel.wink.sdk.affiliate.model.UpsertSellerInventoryRankedListRequestAffiliate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-04T14:48:41.264668983+07:00[Asia/Bangkok]")
public class UpsertSellerInventoryRankedListRequestAffiliate
extends Object
UpsertSellerInventoryRankedListRequestAffiliate
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumIndicate which initial values to display first on the front-facing cardstatic enumDetermines which badge to show on the Web Component. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDescriptionsItem(SimpleDescriptionAffiliate descriptionsItem) addKeywordsItem(String keywordsItem) animateDelay(Integer animateDelay) descriptions(List<SimpleDescriptionAffiliate> descriptions) engineConfigurationIdentifier(UUID engineConfigurationIdentifier) booleanCreate an animated gif instead of a list of imagesControls animation delay in milliseconds.@NotNull @Valid @Size(min=1,max=2147483647) List<SimpleDescriptionAffiliate>Contains custom title and description of gridIndicate which initial values to display first on the front-facing card@NotNull @Valid UUIDCustomization identifierGet keywords@NotNull @Valid LookupAffiliateGet lookup@NotNull StringDescriptive name of this list for seller use onlygetSort()Determines which badge to show on the Web Component.inthashCode()lookup(LookupAffiliate lookup) sellerInventoryRankedListName(String sellerInventoryRankedListName) voidsetAnimate(Boolean animate) voidsetAnimateDelay(Integer animateDelay) voidsetDescriptions(List<SimpleDescriptionAffiliate> descriptions) voidvoidsetEngineConfigurationIdentifier(UUID engineConfigurationIdentifier) voidsetKeywords(List<String> keywords) voidsetLookup(LookupAffiliate lookup) voidsetSellerInventoryRankedListName(String sellerInventoryRankedListName) voidtoString()
-
Field Details
-
JSON_PROPERTY_SELLER_INVENTORY_RANKED_LIST_NAME
- See Also:
-
JSON_PROPERTY_ENGINE_CONFIGURATION_IDENTIFIER
- See Also:
-
JSON_PROPERTY_DESCRIPTIONS
- See Also:
-
JSON_PROPERTY_KEYWORDS
- See Also:
-
JSON_PROPERTY_LOOKUP
- See Also:
-
JSON_PROPERTY_ANIMATE
- See Also:
-
JSON_PROPERTY_ANIMATE_DELAY
- See Also:
-
JSON_PROPERTY_SORT
- See Also:
-
JSON_PROPERTY_DISPLAY_TYPE
- See Also:
-
-
Constructor Details
-
UpsertSellerInventoryRankedListRequestAffiliate
public UpsertSellerInventoryRankedListRequestAffiliate()
-
-
Method Details
-
sellerInventoryRankedListName
public UpsertSellerInventoryRankedListRequestAffiliate sellerInventoryRankedListName(String sellerInventoryRankedListName) -
getSellerInventoryRankedListName
Descriptive name of this list for seller use only- Returns:
- sellerInventoryRankedListName
-
setSellerInventoryRankedListName
-
engineConfigurationIdentifier
public UpsertSellerInventoryRankedListRequestAffiliate engineConfigurationIdentifier(UUID engineConfigurationIdentifier) -
getEngineConfigurationIdentifier
Customization identifier- Returns:
- engineConfigurationIdentifier
-
setEngineConfigurationIdentifier
-
descriptions
public UpsertSellerInventoryRankedListRequestAffiliate descriptions(List<SimpleDescriptionAffiliate> descriptions) -
addDescriptionsItem
public UpsertSellerInventoryRankedListRequestAffiliate addDescriptionsItem(SimpleDescriptionAffiliate descriptionsItem) -
getDescriptions
@Nonnull @NotNull @Valid @Size(min=1, max=2147483647) public @NotNull @Valid @Size(min=1,max=2147483647) List<SimpleDescriptionAffiliate> getDescriptions()Contains custom title and description of grid- Returns:
- descriptions
-
setDescriptions
-
keywords
-
addKeywordsItem
-
getKeywords
@Nonnull @NotNull @Size(min=1, max=2147483647) public @NotNull @Size(min=1,max=2147483647) List<String> getKeywords()Get keywords- Returns:
- keywords
-
setKeywords
-
lookup
-
getLookup
Get lookup- Returns:
- lookup
-
setLookup
-
animate
-
getAnimate
Create an animated gif instead of a list of images- Returns:
- animate
-
setAnimate
-
animateDelay
-
getAnimateDelay
Controls animation delay in milliseconds. -1 is disabled- Returns:
- animateDelay
-
setAnimateDelay
-
sort
-
getSort
Determines which badge to show on the Web Component. Is also used to sort properties for search grids.- Returns:
- sort
-
setSort
-
displayType
public UpsertSellerInventoryRankedListRequestAffiliate displayType(UpsertSellerInventoryRankedListRequestAffiliate.DisplayTypeEnum displayType) -
getDisplayType
Indicate which initial values to display first on the front-facing card- Returns:
- displayType
-
setDisplayType
public void setDisplayType(UpsertSellerInventoryRankedListRequestAffiliate.DisplayTypeEnum displayType) -
equals
-
hashCode
public int hashCode() -
toString
-