Package travel.wink.sdk.affiliate.model
Class SellerInventoryRankedList
java.lang.Object
travel.wink.sdk.affiliate.model.SellerInventoryRankedList
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-09-16T10:41:04.695846072+07:00[Asia/Bangkok]")
public class SellerInventoryRankedList
extends Object
SellerInventoryRankedList
-
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.static enumStatus -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDescriptionsItem(SimpleDescription descriptionsItem) addKeywordsItem(String keywordsItem) animateDelay(Integer animateDelay) descriptions(List<SimpleDescription> descriptions) displayType(SellerInventoryRankedList.DisplayTypeEnum displayType) 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<SimpleDescription>Contains custom title and description of gridIndicate which initial values to display first on the front-facing card@NotNull @Valid UUIDCustomization identifier@Valid UUIDUnique identifierKeywords is meta data for the grid you created that can be used for SEO purposes.@NotNull @Valid LookupGet lookup@Valid UUIDCompany identifier@NotNull StringDescriptive name of this list for seller use only@NotNull SellerInventoryRankedList.SortEnumgetSort()Determines which badge to show on the Web Component.@NotNull SellerInventoryRankedList.StatusEnumStatusinthashCode()identifier(UUID identifier) sellerIdentifier(UUID sellerIdentifier) sellerInventoryRankedListName(String sellerInventoryRankedListName) voidsetAnimate(Boolean animate) voidsetAnimateDelay(Integer animateDelay) voidsetDescriptions(List<SimpleDescription> descriptions) voidsetDisplayType(SellerInventoryRankedList.DisplayTypeEnum displayType) voidsetEngineConfigurationIdentifier(UUID engineConfigurationIdentifier) voidsetIdentifier(UUID identifier) voidsetKeywords(List<String> keywords) voidvoidsetSellerIdentifier(UUID sellerIdentifier) voidsetSellerInventoryRankedListName(String sellerInventoryRankedListName) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_SELLER_IDENTIFIER
- See Also:
-
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_STATUS
- 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
-
SellerInventoryRankedList
public SellerInventoryRankedList()
-
-
Method Details
-
identifier
-
getIdentifier
Unique identifier- Returns:
- identifier
-
setIdentifier
-
sellerIdentifier
-
getSellerIdentifier
Company identifier- Returns:
- sellerIdentifier
-
setSellerIdentifier
-
sellerInventoryRankedListName
public SellerInventoryRankedList sellerInventoryRankedListName(String sellerInventoryRankedListName) -
getSellerInventoryRankedListName
Descriptive name of this list for seller use only- Returns:
- sellerInventoryRankedListName
-
setSellerInventoryRankedListName
-
engineConfigurationIdentifier
-
getEngineConfigurationIdentifier
Customization identifier- Returns:
- engineConfigurationIdentifier
-
setEngineConfigurationIdentifier
-
descriptions
-
addDescriptionsItem
-
getDescriptions
@Nonnull @NotNull @Valid @Size(min=1, max=2147483647) public @NotNull @Valid @Size(min=1,max=2147483647) List<SimpleDescription> 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()Keywords is meta data for the grid you created that can be used for SEO purposes.- Returns:
- keywords
-
setKeywords
-
status
-
getStatus
Status- Returns:
- status
-
setStatus
-
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
-
getDisplayType
Indicate which initial values to display first on the front-facing card- Returns:
- displayType
-
setDisplayType
-
equals
-
hashCode
public int hashCode() -
toString
-