Uses of Enum Class
dev.vality.damsel.webhooker.InvoiceEventType._Fields
Packages that use InvoiceEventType._Fields
-
Uses of InvoiceEventType._Fields in dev.vality.damsel.webhooker
Fields in dev.vality.damsel.webhooker with type parameters of type InvoiceEventType._FieldsModifier and TypeFieldDescriptionstatic final Map<InvoiceEventType._Fields,org.apache.thrift.meta_data.FieldMetaData> InvoiceEventType.metaDataMapMethods in dev.vality.damsel.webhooker that return InvoiceEventType._FieldsModifier and TypeMethodDescriptionprotected InvoiceEventType._FieldsInvoiceEventType.enumForId(short id) InvoiceEventType.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.getFields()static InvoiceEventType._FieldsReturns the enum constant of this class with the specified name.static InvoiceEventType._Fields[]InvoiceEventType._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.webhooker that return types with arguments of type InvoiceEventType._FieldsModifier and TypeMethodDescriptionMap<InvoiceEventType._Fields,org.apache.thrift.meta_data.FieldMetaData> InvoiceEventType.getFieldMetaData()Methods in dev.vality.damsel.webhooker with parameters of type InvoiceEventType._FieldsModifier and TypeMethodDescriptionprotected 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