Uses of Enum Class
travel.wink.affiliate.model.SellerUrl.StatusEnum
Packages that use SellerUrl.StatusEnum
-
Uses of SellerUrl.StatusEnum in travel.wink.affiliate.model
Methods in travel.wink.affiliate.model that return SellerUrl.StatusEnumModifier and TypeMethodDescriptionstatic SellerUrl.StatusEnum@NotNull SellerUrl.StatusEnumSellerUrl.getStatus()Url sell statusstatic SellerUrl.StatusEnumReturns the enum constant of this class with the specified name.static SellerUrl.StatusEnum[]SellerUrl.StatusEnum.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 SellerUrl.StatusEnumModifier and TypeMethodDescriptionvoidSellerUrl.setStatus(SellerUrl.StatusEnum status) SellerUrl.status(SellerUrl.StatusEnum status)