Uses of Enum Class
travel.wink.affiliate.model.Company.TypeEnum
Packages that use Company.TypeEnum
-
Uses of Company.TypeEnum in travel.wink.affiliate.model
Methods in travel.wink.affiliate.model that return Company.TypeEnumModifier and TypeMethodDescriptionstatic Company.TypeEnum@NotNull Company.TypeEnumCompany.getType()Type of sales channelstatic Company.TypeEnumReturns the enum constant of this class with the specified name.static Company.TypeEnum[]Company.TypeEnum.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 Company.TypeEnumModifier and TypeMethodDescriptionvoidCompany.setType(Company.TypeEnum type) Company.type(Company.TypeEnum type)