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