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