Uses of Enum Class
dev.vality.damsel.payment_processing.errors.PaymentFailure._Fields
Packages that use PaymentFailure._Fields
-
Uses of PaymentFailure._Fields in dev.vality.damsel.payment_processing.errors
Fields in dev.vality.damsel.payment_processing.errors with type parameters of type PaymentFailure._FieldsModifier and TypeFieldDescriptionstatic final Map<PaymentFailure._Fields,org.apache.thrift.meta_data.FieldMetaData> PaymentFailure.metaDataMapMethods in dev.vality.damsel.payment_processing.errors that return PaymentFailure._FieldsModifier and TypeMethodDescriptionprotected PaymentFailure._FieldsPaymentFailure.enumForId(short id) PaymentFailure.fieldForId(int fieldId) static PaymentFailure._FieldsPaymentFailure._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static PaymentFailure._FieldsPaymentFailure._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static PaymentFailure._FieldsPaymentFailure._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.PaymentFailure.getFields()static PaymentFailure._FieldsReturns the enum constant of this class with the specified name.static PaymentFailure._Fields[]PaymentFailure._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.payment_processing.errors that return types with arguments of type PaymentFailure._FieldsModifier and TypeMethodDescriptionMap<PaymentFailure._Fields,org.apache.thrift.meta_data.FieldMetaData> PaymentFailure.getFieldMetaData()Methods in dev.vality.damsel.payment_processing.errors with parameters of type PaymentFailure._FieldsModifier and TypeMethodDescriptionprotected voidPaymentFailure.checkType(PaymentFailure._Fields setField, Object value) protected org.apache.thrift.protocol.TFieldPaymentFailure.getFieldDesc(PaymentFailure._Fields setField) Constructors in dev.vality.damsel.payment_processing.errors with parameters of type PaymentFailure._Fields