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