Uses of Enum Class
travel.wink.sdk.lookup.model.LookupConsumer.OwnerTypeEnum
Packages that use LookupConsumer.OwnerTypeEnum
-
Uses of LookupConsumer.OwnerTypeEnum in travel.wink.sdk.lookup.model
Methods in travel.wink.sdk.lookup.model that return LookupConsumer.OwnerTypeEnumModifier and TypeMethodDescriptionstatic LookupConsumer.OwnerTypeEnumLookupConsumer.getOwnerType()The type of owner that created this lookupstatic LookupConsumer.OwnerTypeEnumReturns the enum constant of this class with the specified name.static LookupConsumer.OwnerTypeEnum[]LookupConsumer.OwnerTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.lookup.model with parameters of type LookupConsumer.OwnerTypeEnumModifier and TypeMethodDescriptionLookupConsumer.ownerType(LookupConsumer.OwnerTypeEnum ownerType) voidLookupConsumer.setOwnerType(LookupConsumer.OwnerTypeEnum ownerType)