public interface

RequestType

org.mule.modules.avalara.RequestType
Known Indirect Subclasses

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