Uses of Enum Class
dev.vality.damsel.webhooker.InvoicePaymentEventType._Fields
Packages that use InvoicePaymentEventType._Fields
-
Uses of InvoicePaymentEventType._Fields in dev.vality.damsel.webhooker
Fields in dev.vality.damsel.webhooker with type parameters of type InvoicePaymentEventType._FieldsModifier and TypeFieldDescriptionstatic final Map<InvoicePaymentEventType._Fields,org.apache.thrift.meta_data.FieldMetaData> InvoicePaymentEventType.metaDataMapMethods in dev.vality.damsel.webhooker that return InvoicePaymentEventType._FieldsModifier and TypeMethodDescriptionprotected InvoicePaymentEventType._FieldsInvoicePaymentEventType.enumForId(short id) InvoicePaymentEventType.fieldForId(int fieldId) InvoicePaymentEventType._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.InvoicePaymentEventType._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.InvoicePaymentEventType._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.InvoicePaymentEventType.getFields()Returns the enum constant of this class with the specified name.static InvoicePaymentEventType._Fields[]InvoicePaymentEventType._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 InvoicePaymentEventType._FieldsModifier and TypeMethodDescriptionMap<InvoicePaymentEventType._Fields,org.apache.thrift.meta_data.FieldMetaData> InvoicePaymentEventType.getFieldMetaData()Methods in dev.vality.damsel.webhooker with parameters of type InvoicePaymentEventType._FieldsModifier and TypeMethodDescriptionprotected voidInvoicePaymentEventType.checkType(InvoicePaymentEventType._Fields setField, Object value) protected org.apache.thrift.protocol.TFieldInvoicePaymentEventType.getFieldDesc(InvoicePaymentEventType._Fields setField) Constructors in dev.vality.damsel.webhooker with parameters of type InvoicePaymentEventType._FieldsModifierConstructorDescriptionInvoicePaymentEventType(InvoicePaymentEventType._Fields setField, Object value)