Mule Avalara Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
com.avalara.avatax.services
org.mule.modules.avalara
org.mule.modules.avalara.adapters
org.mule.modules.avalara.agents
org.mule.modules.avalara.api
org.mule.modules.avalara.config
org.mule.modules.avalara.connectivity
org.mule.modules.avalara.exception
org.mule.modules.avalara.process
org.mule.modules.avalara.processors
org.mule.modules.avalara.transformers
org.mule.modules.avalara.util
Interfaces
RequestType
Classes
AvalaraModule
Enums
AddressRequestType
AvalaraDocumentType
BatchRequestType
BatchType
CancelCodeType
DetailLevelType
ServiceModeType
TaxRequestType
TextCaseType
Package Index
|
Class Index
Summary:
Methods
|
[Expand All]
public interface
RequestType
org.mule.modules.avalara.RequestType
Known Indirect Subclasses
AddressRequestType
,
BatchRequestType
,
TaxRequestType
AddressRequestType
BatchRequestType
TaxRequestType
Summary
Public Methods
abstract String
getResourceName
()
abstract String
getSimpleName
()
abstract <T> Class<T>
getType
()
abstract <T> T
newInstance
()
Public Methods
public abstract String
getResourceName
()
Returns
the resource name of the associated class for this entity type
public abstract String
getSimpleName
()
Returns
the simple name of the associated class for this entity type
public abstract Class<T>
getType
()
Returns
the associated class for this entity type
public abstract T
newInstance
()
Returns
new instance of the associated class for this entity type