Uses of Enum Class
dev.vality.damsel.domain.TokenizationMethod
Packages that use TokenizationMethod
-
Uses of TokenizationMethod in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as TokenizationMethodModifier and TypeFieldDescriptionBankCard.tokenization_methodBankCardPaymentMethod.tokenization_methodPaymentSystemCondition.tokenization_method_isMethods in dev.vality.damsel.domain that return TokenizationMethodModifier and TypeMethodDescriptionstatic TokenizationMethodTokenizationMethod.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.BankCard.getTokenizationMethod()BankCardPaymentMethod.getTokenizationMethod()PaymentSystemCondition.getTokenizationMethodIs()static TokenizationMethodReturns the enum constant of this class with the specified name.static TokenizationMethod[]TokenizationMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.domain with parameters of type TokenizationMethodModifier and TypeMethodDescriptionBankCard.setTokenizationMethod(TokenizationMethod tokenization_method) BankCardPaymentMethod.setTokenizationMethod(TokenizationMethod tokenization_method) PaymentSystemCondition.setTokenizationMethodIs(TokenizationMethod tokenization_method_is)