Uses of Class
dev.vality.damsel.payment_processing.errors.RefundFailure._Fields
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing.errors |
-
Uses of RefundFailure._Fields in dev.vality.damsel.payment_processing.errors
Fields in dev.vality.damsel.payment_processing.errors with type parameters of type RefundFailure._Fields Modifier and Type Field Description static Map<RefundFailure._Fields,org.apache.thrift.meta_data.FieldMetaData>RefundFailure. metaDataMapMethods in dev.vality.damsel.payment_processing.errors that return RefundFailure._Fields Modifier and Type Method Description protected RefundFailure._FieldsRefundFailure. enumForId(short id)RefundFailure._FieldsRefundFailure. fieldForId(int fieldId)static RefundFailure._FieldsRefundFailure._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static RefundFailure._FieldsRefundFailure._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static RefundFailure._FieldsRefundFailure._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.RefundFailure._Fields[]RefundFailure. getFields()static RefundFailure._FieldsRefundFailure._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static RefundFailure._Fields[]RefundFailure._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.payment_processing.errors that return types with arguments of type RefundFailure._Fields Modifier and Type Method Description Map<RefundFailure._Fields,org.apache.thrift.meta_data.FieldMetaData>RefundFailure. getFieldMetaData()Methods in dev.vality.damsel.payment_processing.errors with parameters of type RefundFailure._Fields Modifier and Type Method Description protected voidRefundFailure. checkType(RefundFailure._Fields setField, Object value)protected org.apache.thrift.protocol.TFieldRefundFailure. getFieldDesc(RefundFailure._Fields setField)Constructors in dev.vality.damsel.payment_processing.errors with parameters of type RefundFailure._Fields Constructor Description RefundFailure(RefundFailure._Fields setField, Object value)