Uses of Enum Class
io.trippay.sdk.payment.model.Application.OwnerTypeEnum
Packages that use Application.OwnerTypeEnum
-
Uses of Application.OwnerTypeEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type Application.OwnerTypeEnum in io.trippay.sdk.payment.modelMethods in io.trippay.sdk.payment.model that return Application.OwnerTypeEnumModifier and TypeMethodDescriptionstatic Application.OwnerTypeEnum@NotNull Application.OwnerTypeEnumApplication.getOwnerType()Type of entity.static Application.OwnerTypeEnumReturns the enum constant of this class with the specified name.static Application.OwnerTypeEnum[]Application.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 Application.OwnerTypeEnumModifier and TypeMethodDescriptionApplication.ownerType(Application.OwnerTypeEnum ownerType) voidApplication.setOwnerType(Application.OwnerTypeEnum ownerType)