Uses of Enum Class
travel.wink.sdk.booking.engine.model.SellerInventoryItem.ChannelInventoryTypeEnum
Packages that use SellerInventoryItem.ChannelInventoryTypeEnum
-
Uses of SellerInventoryItem.ChannelInventoryTypeEnum in travel.wink.sdk.booking.engine.model
Methods in travel.wink.sdk.booking.engine.model that return SellerInventoryItem.ChannelInventoryTypeEnumModifier and TypeMethodDescriptionSellerInventoryItem.getChannelInventoryType()Channel inventory type is a subset of inventory type in that it does not include the `HOTEL` type.Returns the enum constant of this class with the specified name.SellerInventoryItem.ChannelInventoryTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.booking.engine.model with parameters of type SellerInventoryItem.ChannelInventoryTypeEnumModifier and TypeMethodDescriptionSellerInventoryItem.channelInventoryType(SellerInventoryItem.ChannelInventoryTypeEnum channelInventoryType) voidSellerInventoryItem.setChannelInventoryType(SellerInventoryItem.ChannelInventoryTypeEnum channelInventoryType)