Class SellableRankedListLightweightNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.inventory.model.SellableRankedListLightweightNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:20:31.141212618+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class SellableRankedListLightweightNonAuthenticatedEntity
extends Object
SellableRankedListLightweightNonAuthenticatedEntity
-
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(SimpleDescriptionNonAuthenticatedEntity descriptionsItem) addKeywordsItem(Object keywordsItem) animateDelay(Integer animateDelay) customizationIdentifier(UUID customizationIdentifier) descriptions(List<@Valid SimpleDescriptionNonAuthenticatedEntity> descriptions) booleanCreate an animated gif instead of a list of imagesControls animation delay in milliseconds.@NotNull @Valid @Size(min=1) UUIDCustomization identifier@NotNull @Valid @Size(min=1,max=2147483647) List<@Valid SimpleDescriptionNonAuthenticatedEntity> Contains custom title and description of gridIndicate which initial values to display first on the front-facing card@NotNull @Valid @Size(min=1) UUIDUnique identifierGet keywords@NotNull @Valid LookupLightweightNonAuthenticatedEntityThe destination to display ranked blocking from.@NotNull @Size(min=1) StringgetName()Descriptive name of this list for seller use only@NotNull @Valid @Size(min=1) UUIDAffiliateAccountLightweight identifiergetSort()Determines which badge to show on the Web Component.StatusinthashCode()identifier(UUID identifier) ownerIdentifier(UUID ownerIdentifier) voidsetAnimate(Boolean animate) voidsetAnimateDelay(Integer animateDelay) voidsetCustomizationIdentifier(UUID customizationIdentifier) voidsetDescriptions(List<@Valid SimpleDescriptionNonAuthenticatedEntity> descriptions) voidvoidsetIdentifier(UUID identifier) voidsetKeywords(List<Object> keywords) voidvoidvoidsetOwnerIdentifier(UUID ownerIdentifier) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_OWNER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_CUSTOMIZATION_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
-
SellableRankedListLightweightNonAuthenticatedEntity
public SellableRankedListLightweightNonAuthenticatedEntity()
-
-
Method Details
-
identifier
-
getIdentifier
Unique identifier- Returns:
- identifier
-
setIdentifier
-
ownerIdentifier
public SellableRankedListLightweightNonAuthenticatedEntity ownerIdentifier(@Nonnull UUID ownerIdentifier) -
getOwnerIdentifier
AffiliateAccountLightweight identifier- Returns:
- ownerIdentifier
-
setOwnerIdentifier
-
name
-
getName
Descriptive name of this list for seller use only- Returns:
- name
-
setName
-
customizationIdentifier
public SellableRankedListLightweightNonAuthenticatedEntity customizationIdentifier(@Nonnull UUID customizationIdentifier) -
getCustomizationIdentifier
@Nonnull @NotNull @Valid @Size(min=1) public @NotNull @Valid @Size(min=1) UUID getCustomizationIdentifier()Customization identifier- Returns:
- customizationIdentifier
-
setCustomizationIdentifier
-
descriptions
public SellableRankedListLightweightNonAuthenticatedEntity descriptions(@Nonnull List<@Valid SimpleDescriptionNonAuthenticatedEntity> descriptions) -
addDescriptionsItem
public SellableRankedListLightweightNonAuthenticatedEntity addDescriptionsItem(SimpleDescriptionNonAuthenticatedEntity descriptionsItem) -
getDescriptions
@Nonnull @NotNull @Valid @Size(min=1, max=2147483647) public @NotNull @Valid @Size(min=1,max=2147483647) List<@Valid SimpleDescriptionNonAuthenticatedEntity> getDescriptions()Contains custom title and description of grid- Returns:
- descriptions
-
setDescriptions
public void setDescriptions(@Nonnull List<@Valid SimpleDescriptionNonAuthenticatedEntity> descriptions) -
keywords
-
addKeywordsItem
-
getKeywords
-
setKeywords
-
status
public SellableRankedListLightweightNonAuthenticatedEntity status(@Nonnull SellableRankedListLightweightNonAuthenticatedEntity.StatusEnum status) -
getStatus
@Nonnull @NotNull public @NotNull SellableRankedListLightweightNonAuthenticatedEntity.StatusEnum getStatus()Status- Returns:
- status
-
setStatus
public void setStatus(@Nonnull SellableRankedListLightweightNonAuthenticatedEntity.StatusEnum status) -
lookup
public SellableRankedListLightweightNonAuthenticatedEntity lookup(@Nonnull LookupLightweightNonAuthenticatedEntity lookup) -
getLookup
The destination to display ranked blocking from.- Returns:
- lookup
-
setLookup
-
animate
-
getAnimate
Create an animated gif instead of a list of images- Returns:
- animate
-
setAnimate
-
animateDelay
public SellableRankedListLightweightNonAuthenticatedEntity animateDelay(@Nullable Integer animateDelay) -
getAnimateDelay
Controls animation delay in milliseconds. -1 is disabled- Returns:
- animateDelay
-
setAnimateDelay
-
sort
public SellableRankedListLightweightNonAuthenticatedEntity sort(@Nullable SellableRankedListLightweightNonAuthenticatedEntity.SortEnum 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 SellableRankedListLightweightNonAuthenticatedEntity displayType(@Nullable SellableRankedListLightweightNonAuthenticatedEntity.DisplayTypeEnum displayType) -
getDisplayType
@Nullable public SellableRankedListLightweightNonAuthenticatedEntity.DisplayTypeEnum getDisplayType()Indicate which initial values to display first on the front-facing card- Returns:
- displayType
-
setDisplayType
public void setDisplayType(@Nullable SellableRankedListLightweightNonAuthenticatedEntity.DisplayTypeEnum displayType) -
equals
-
hashCode
-
toString
-