Package travel.wink.sdk.affiliate.model
Class SellerInventoryRankedListAffiliate
java.lang.Object
travel.wink.sdk.affiliate.model.SellerInventoryRankedListAffiliate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-12-21T14:56:12.826510019+07:00[Asia/Bangkok]")
public class SellerInventoryRankedListAffiliate
extends Object
SellerInventoryRankedList object
-
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(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 identifier@NotNull @Valid UUIDUnique identifierGet keywords@NotNull @Valid LookupAffiliateGet lookup@NotNull @Valid UUIDCompany identifier@NotNull StringDescriptive name of this list for seller use onlygetSort()Determines which badge to show on the Web Component.StatusinthashCode()identifier(UUID identifier) lookup(LookupAffiliate lookup) sellerIdentifier(UUID sellerIdentifier) sellerInventoryRankedListName(String sellerInventoryRankedListName) voidsetAnimate(Boolean animate) voidsetAnimateDelay(Integer animateDelay) voidsetDescriptions(List<SimpleDescriptionAffiliate> descriptions) voidvoidsetEngineConfigurationIdentifier(UUID engineConfigurationIdentifier) voidsetIdentifier(UUID identifier) voidsetKeywords(List<String> keywords) voidsetLookup(LookupAffiliate lookup) voidsetSellerIdentifier(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
-
SellerInventoryRankedListAffiliate
public SellerInventoryRankedListAffiliate()
-
-
Method Details
-
identifier
-
getIdentifier
Unique identifier- Returns:
- identifier
-
setIdentifier
-
sellerIdentifier
-
getSellerIdentifier
Company identifier- Returns:
- sellerIdentifier
-
setSellerIdentifier
-
sellerInventoryRankedListName
public SellerInventoryRankedListAffiliate sellerInventoryRankedListName(String sellerInventoryRankedListName) -
getSellerInventoryRankedListName
Descriptive name of this list for seller use only- Returns:
- sellerInventoryRankedListName
-
setSellerInventoryRankedListName
-
engineConfigurationIdentifier
public SellerInventoryRankedListAffiliate engineConfigurationIdentifier(UUID engineConfigurationIdentifier) -
getEngineConfigurationIdentifier
Customization identifier- Returns:
- engineConfigurationIdentifier
-
setEngineConfigurationIdentifier
-
descriptions
public SellerInventoryRankedListAffiliate descriptions(List<SimpleDescriptionAffiliate> descriptions) -
addDescriptionsItem
public SellerInventoryRankedListAffiliate 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
-
status
public SellerInventoryRankedListAffiliate status(SellerInventoryRankedListAffiliate.StatusEnum 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
public SellerInventoryRankedListAffiliate displayType(SellerInventoryRankedListAffiliate.DisplayTypeEnum displayType) -
getDisplayType
Indicate which initial values to display first on the front-facing card- Returns:
- displayType
-
setDisplayType
-
equals
-
hashCode
public int hashCode() -
toString
-