Uses of Enum Class
dev.vality.damsel.domain.InvoicePaymentFlow._Fields
Packages that use InvoicePaymentFlow._Fields
-
Uses of InvoicePaymentFlow._Fields in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type InvoicePaymentFlow._FieldsModifier and TypeFieldDescriptionstatic final Map<InvoicePaymentFlow._Fields,org.apache.thrift.meta_data.FieldMetaData> InvoicePaymentFlow.metaDataMapMethods in dev.vality.damsel.domain that return InvoicePaymentFlow._FieldsModifier and TypeMethodDescriptionprotected InvoicePaymentFlow._FieldsInvoicePaymentFlow.enumForId(short id) InvoicePaymentFlow.fieldForId(int fieldId) static InvoicePaymentFlow._FieldsInvoicePaymentFlow._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static InvoicePaymentFlow._FieldsInvoicePaymentFlow._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static InvoicePaymentFlow._FieldsInvoicePaymentFlow._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.InvoicePaymentFlow.getFields()static InvoicePaymentFlow._FieldsReturns the enum constant of this class with the specified name.static InvoicePaymentFlow._Fields[]InvoicePaymentFlow._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.domain that return types with arguments of type InvoicePaymentFlow._FieldsModifier and TypeMethodDescriptionMap<InvoicePaymentFlow._Fields,org.apache.thrift.meta_data.FieldMetaData> InvoicePaymentFlow.getFieldMetaData()Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentFlow._FieldsModifier and TypeMethodDescriptionprotected voidInvoicePaymentFlow.checkType(InvoicePaymentFlow._Fields setField, Object value) protected org.apache.thrift.protocol.TFieldInvoicePaymentFlow.getFieldDesc(InvoicePaymentFlow._Fields setField) Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentFlow._FieldsModifierConstructorDescriptionInvoicePaymentFlow(InvoicePaymentFlow._Fields setField, Object value)