Class CreateStaticListAndAddSupplierRequestAffiliate
java.lang.Object
travel.wink.sdk.affiliate.browse.model.CreateStaticListAndAddSupplierRequestAffiliate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:15:43.926055890+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class CreateStaticListAndAddSupplierRequestAffiliate
extends Object
CreateStaticListAndAddSupplierRequestAffiliate
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSupplier this list should add. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchannelInventoryType(CreateStaticListAndAddSupplierRequestAffiliate.ChannelInventoryTypeEnum channelInventoryType) booleanSupplier this list should add.@NotNull @Size(min=1) StringgetName()Name of curated list@NotNull @Valid @Size(min=1) UUIDSupplier this list should add.inthashCode()voidsetChannelInventoryType(CreateStaticListAndAddSupplierRequestAffiliate.ChannelInventoryTypeEnum channelInventoryType) voidvoidsetSupplierIdentifier(UUID supplierIdentifier) supplierIdentifier(UUID supplierIdentifier) toString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_SUPPLIER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_CHANNEL_INVENTORY_TYPE
- See Also:
-
-
Constructor Details
-
CreateStaticListAndAddSupplierRequestAffiliate
public CreateStaticListAndAddSupplierRequestAffiliate()
-
-
Method Details
-
name
-
getName
Name of curated list- Returns:
- name
-
setName
-
supplierIdentifier
public CreateStaticListAndAddSupplierRequestAffiliate supplierIdentifier(@Nonnull UUID supplierIdentifier) -
getSupplierIdentifier
@Nonnull @NotNull @Valid @Size(min=1) public @NotNull @Valid @Size(min=1) UUID getSupplierIdentifier()Supplier this list should add.- Returns:
- supplierIdentifier
-
setSupplierIdentifier
-
channelInventoryType
public CreateStaticListAndAddSupplierRequestAffiliate channelInventoryType(@Nonnull CreateStaticListAndAddSupplierRequestAffiliate.ChannelInventoryTypeEnum channelInventoryType) -
getChannelInventoryType
@Nonnull @NotNull public @NotNull CreateStaticListAndAddSupplierRequestAffiliate.ChannelInventoryTypeEnum getChannelInventoryType()Supplier this list should add.- Returns:
- channelInventoryType
-
setChannelInventoryType
public void setChannelInventoryType(@Nonnull CreateStaticListAndAddSupplierRequestAffiliate.ChannelInventoryTypeEnum channelInventoryType) -
equals
-
hashCode
-
toString
-