Uses of Class
dev.vality.damsel.payment_tool_provider.PaymentDetails._Fields
| Package | Description |
|---|---|
| dev.vality.damsel.payment_tool_provider |
-
Uses of PaymentDetails._Fields in dev.vality.damsel.payment_tool_provider
Fields in dev.vality.damsel.payment_tool_provider with type parameters of type PaymentDetails._Fields Modifier and Type Field Description static Map<PaymentDetails._Fields,org.apache.thrift.meta_data.FieldMetaData>PaymentDetails. metaDataMapMethods in dev.vality.damsel.payment_tool_provider that return PaymentDetails._Fields Modifier and Type Method Description protected PaymentDetails._FieldsPaymentDetails. enumForId(short id)PaymentDetails._FieldsPaymentDetails. fieldForId(int fieldId)static PaymentDetails._FieldsPaymentDetails._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static PaymentDetails._FieldsPaymentDetails._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static PaymentDetails._FieldsPaymentDetails._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.PaymentDetails._Fields[]PaymentDetails. getFields()static PaymentDetails._FieldsPaymentDetails._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentDetails._Fields[]PaymentDetails._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 PaymentDetails._Fields Modifier and Type Method Description Map<PaymentDetails._Fields,org.apache.thrift.meta_data.FieldMetaData>PaymentDetails. getFieldMetaData()Methods in dev.vality.damsel.payment_tool_provider with parameters of type PaymentDetails._Fields Modifier and Type Method Description protected voidPaymentDetails. checkType(PaymentDetails._Fields setField, Object value)protected org.apache.thrift.protocol.TFieldPaymentDetails. getFieldDesc(PaymentDetails._Fields setField)Constructors in dev.vality.damsel.payment_tool_provider with parameters of type PaymentDetails._Fields Constructor Description PaymentDetails(PaymentDetails._Fields setField, Object value)