Uses of Enum Class
io.trippay.sdk.payment.model.Webhook.OwnerTypeEnum
Packages that use Webhook.OwnerTypeEnum
-
Uses of Webhook.OwnerTypeEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type Webhook.OwnerTypeEnum in io.trippay.sdk.payment.modelMethods in io.trippay.sdk.payment.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 io.trippay.sdk.payment.model with parameters of type Webhook.OwnerTypeEnumModifier and TypeMethodDescriptionWebhook.ownerType(Webhook.OwnerTypeEnum ownerType) voidWebhook.setOwnerType(Webhook.OwnerTypeEnum ownerType)