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