Uses of Enum Class
io.trippay.sdk.payment.model.ManagingEntity.TypeEnum
Packages that use ManagingEntity.TypeEnum
-
Uses of ManagingEntity.TypeEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type ManagingEntity.TypeEnum in io.trippay.sdk.payment.modelMethods in io.trippay.sdk.payment.model that return ManagingEntity.TypeEnumModifier and TypeMethodDescriptionstatic ManagingEntity.TypeEnum@NotNull ManagingEntity.TypeEnumManagingEntity.getType()Type of entity.static ManagingEntity.TypeEnumReturns the enum constant of this class with the specified name.static ManagingEntity.TypeEnum[]ManagingEntity.TypeEnum.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 ManagingEntity.TypeEnumModifier and TypeMethodDescriptionvoidManagingEntity.setType(ManagingEntity.TypeEnum type) ManagingEntity.type(ManagingEntity.TypeEnum type)