Uses of Enum Class
travel.wink.affiliate.model.SalesChannel.SubTypeEnum
Packages that use SalesChannel.SubTypeEnum
-
Uses of SalesChannel.SubTypeEnum in travel.wink.affiliate.model
Methods in travel.wink.affiliate.model that return SalesChannel.SubTypeEnumModifier and TypeMethodDescriptionstatic SalesChannel.SubTypeEnum@NotNull SalesChannel.SubTypeEnumSalesChannel.getSubType()What type of segment of channel is this.static SalesChannel.SubTypeEnumReturns the enum constant of this class with the specified name.static SalesChannel.SubTypeEnum[]SalesChannel.SubTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.affiliate.model with parameters of type SalesChannel.SubTypeEnumModifier and TypeMethodDescriptionvoidSalesChannel.setSubType(SalesChannel.SubTypeEnum subType) SalesChannel.subType(SalesChannel.SubTypeEnum subType)