Uses of Enum Class
travel.wink.sdk.lookup.model.LookupNonAuthenticatedEntity.OwnerTypeEnum
Packages that use LookupNonAuthenticatedEntity.OwnerTypeEnum
-
Uses of LookupNonAuthenticatedEntity.OwnerTypeEnum in travel.wink.sdk.lookup.model
Subclasses with type arguments of type LookupNonAuthenticatedEntity.OwnerTypeEnum in travel.wink.sdk.lookup.modelModifier and TypeClassDescriptionstatic enumThe type of owner that created this lookupMethods in travel.wink.sdk.lookup.model that return LookupNonAuthenticatedEntity.OwnerTypeEnumModifier and TypeMethodDescriptionLookupNonAuthenticatedEntity.getOwnerType()The type of owner that created this lookupReturns the enum constant of this class with the specified name.LookupNonAuthenticatedEntity.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 LookupNonAuthenticatedEntity.OwnerTypeEnumModifier and TypeMethodDescriptionLookupNonAuthenticatedEntity.ownerType(LookupNonAuthenticatedEntity.OwnerTypeEnum ownerType) voidLookupNonAuthenticatedEntity.setOwnerType(LookupNonAuthenticatedEntity.OwnerTypeEnum ownerType)