Class RebuildFilingsModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.RebuildFilingsModel
-
public class RebuildFilingsModel extends java.lang.ObjectRebuild a set of filings.
-
-
Constructor Summary
Constructors Constructor Description RebuildFilingsModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetRebuild()Getter for rebuild Set this value to true in order to rebuild the filings.voidsetRebuild(java.lang.Boolean value)Setter for rebuild Set this value to true in order to rebuild the filings.java.lang.StringtoString()Returns a JSON string representation of RebuildFilingsModel
-
-
-
Method Detail
-
getRebuild
public java.lang.Boolean getRebuild()
Getter for rebuild Set this value to true in order to rebuild the filings.
-
setRebuild
public void setRebuild(java.lang.Boolean value)
Setter for rebuild Set this value to true in order to rebuild the filings.
-
toString
public java.lang.String toString()
Returns a JSON string representation of RebuildFilingsModel- Overrides:
toStringin classjava.lang.Object
-
-