Uses of Enum Class
travel.wink.sdk.user.settings.model.Webhook.OwnerTypeEnum
Packages that use Webhook.OwnerTypeEnum
-
Uses of Webhook.OwnerTypeEnum in travel.wink.sdk.user.settings.model
Subclasses with type arguments of type Webhook.OwnerTypeEnum in travel.wink.sdk.user.settings.modelMethods in travel.wink.sdk.user.settings.model that return Webhook.OwnerTypeEnumModifier and TypeMethodDescriptionstatic Webhook.OwnerTypeEnum@NotNull Webhook.OwnerTypeEnumWebhook.getOwnerType()Type of entity.static Webhook.OwnerTypeEnumReturns the enum constant of this class with the specified name.static Webhook.OwnerTypeEnum[]Webhook.OwnerTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.user.settings.model with parameters of type Webhook.OwnerTypeEnumModifier and TypeMethodDescriptionWebhook.ownerType(Webhook.OwnerTypeEnum ownerType) voidWebhook.setOwnerType(Webhook.OwnerTypeEnum ownerType)