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