Package net.avalara.avatax.rest.client
Class FetchResult<T>
java.lang.Object
net.avalara.avatax.rest.client.FetchResult<T>
-
Constructor Summary
ConstructorsConstructorDescriptionFetchResult
(int originalRowCount, List<T> newlist) Construct this from a different FetchResult, but maintain the count -
Method Summary
-
Constructor Details
-
FetchResult
public FetchResult() -
FetchResult
Construct this from a different FetchResult, but maintain the count- Parameters:
originalRowCount
- The original row countnewlist
- The new value
-
-
Method Details