Enum ServiceTypeId
java.lang.Object
java.lang.Enum<ServiceTypeId>
net.avalara.avatax.rest.client.enums.ServiceTypeId
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ServiceTypeId>,java.lang.constant.Constable
public enum ServiceTypeId extends java.lang.Enum<ServiceTypeId>
Represents the type of service or subscription given to a user
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description ARAAccounting Firm ARA Service TypeARAManagedAccounting Firm ARAManaged Service TypeAuthorizationPartnerAuthorizationPartnerAutoAddressAutoAddressAutoReturnsAutoReturnsAvaAlcoholAvaAlcoholAvaBikeTaxAvaBikeTaxAvaBottleAvaBottleAvaCertAvaCertAvaCheckoutBagAvaCheckoutBagAvaCommsAvaCommsAvaCUTAvaCUTAvaEWasteAvaEWasteAvaExemptTier1AvaExemptTier1AvaExemptTier2AvaExemptTier2AvaExemptTier3AvaExemptTier3AvaExemptTier4AvaExemptTier4AvaLandedCostAvaLandedCostAvaLodgingAvaLodgingAvaMealsAvaMealsAvaTaxCspAvaTaxCspAvaTaxGlobalAvaTaxGlobalAvaTaxProAvaTaxProAvaTaxSTAvaTaxSTAvaUpcAvaUpcCertCaptureCertCaptureMrsMrsMRSComplianceManagerMRSComplianceManagerMRSPremiumPremium Returns Service TypeNoneNoneSendSalesRateFileSend Sales Rate file serviceTaxSolverTaxSolverTFOComplianceTFOComplianceTweTwe -
Method Summary
Modifier and Type Method Description intgetValue()static ServiceTypeIdvalueOf(int intValue)Returns the enum constant of this type with the specified name.static ServiceTypeIdvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ServiceTypeId[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
None
None -
AvaTaxST
AvaTaxST -
AvaTaxPro
AvaTaxPro -
AvaTaxGlobal
AvaTaxGlobal -
AutoAddress
AutoAddress -
AutoReturns
AutoReturns -
TaxSolver
TaxSolver -
AvaTaxCsp
AvaTaxCsp -
Twe
Twe -
Mrs
Mrs -
AvaCert
AvaCert -
AuthorizationPartner
AuthorizationPartner -
CertCapture
CertCapture -
AvaUpc
AvaUpc -
AvaCUT
AvaCUT -
AvaLandedCost
AvaLandedCost -
AvaLodging
AvaLodging -
AvaBottle
AvaBottle -
AvaComms
AvaComms -
AvaEWaste
AvaEWaste -
AvaExemptTier1
AvaExemptTier1 -
AvaExemptTier2
AvaExemptTier2 -
AvaExemptTier3
AvaExemptTier3 -
AvaExemptTier4
AvaExemptTier4 -
MRSComplianceManager
MRSComplianceManager -
AvaBikeTax
AvaBikeTax -
AvaCheckoutBag
AvaCheckoutBag -
TFOCompliance
TFOCompliance -
SendSalesRateFile
Send Sales Rate file service -
AvaMeals
AvaMeals -
AvaAlcohol
AvaAlcohol -
ARA
Accounting Firm ARA Service Type -
ARAManaged
Accounting Firm ARAManaged Service Type -
MRSPremium
Premium Returns Service Type
-
-
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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- 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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getValue
public int getValue()
-