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