Uses of Enum Class
travel.wink.sdk.booking.model.SocialAuthenticatedEntity.TypeEnum
Packages that use SocialAuthenticatedEntity.TypeEnum
-
Uses of SocialAuthenticatedEntity.TypeEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return SocialAuthenticatedEntity.TypeEnumModifier and TypeMethodDescriptionSocialAuthenticatedEntity.getType()Type of social network.Returns the enum constant of this class with the specified name.static SocialAuthenticatedEntity.TypeEnum[]SocialAuthenticatedEntity.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.booking.model with parameters of type SocialAuthenticatedEntity.TypeEnumModifier and TypeMethodDescriptionvoidSocialAuthenticatedEntity.setType(SocialAuthenticatedEntity.TypeEnum type) SocialAuthenticatedEntity.type(SocialAuthenticatedEntity.TypeEnum type)