Enum BatchType
- All Implemented Interfaces:
Serializable,Comparable<BatchType>,java.lang.constant.Constable
The type of data contained in this batch
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThis batch type represents tax transaction data being uploaded to AvaTax. -
Method Summary
Modifier and TypeMethodDescriptionintgetValue()static BatchTypevalueOf(int intValue) Returns the enum constant of this type with the specified name.static BatchTypeReturns the enum constant of this type with the specified name.static BatchType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
AvaCertUpdate
-
AvaCertUpdateAll
-
BatchMaintenance
-
CompanyLocationImport
-
DocumentImport
-
ExemptCertImport
-
ItemImport
-
SalesAuditExport
-
SstpTestDeckImport
-
TaxRuleImport
-
TransactionImport
This batch type represents tax transaction data being uploaded to AvaTax. Each line in the batch represents a single transaction or a line in a multi-line transaction. For reference, see [Batched Transactions in REST v2](http://developer.avalara.com/blog/2016/10/24/batch-transaction-upload-in-rest-v2) -
UPCBulkImport
-
UPCValidationImport
-
CustomerSupplierImport
-
VarianceImport
-
CostCenterImport
-
GLAccountImport
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
intValue- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public int getValue()
-