Class RebuildFilingsModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.RebuildFilingsModel
-
public class RebuildFilingsModel extends java.lang.Object
Rebuild 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.Boolean
getRebuild()
Getter for rebuild Set this value to true in order to rebuild the filings.void
setRebuild(java.lang.Boolean value)
Setter for rebuild Set this value to true in order to rebuild the filings.java.lang.String
toString()
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:
toString
in classjava.lang.Object
-
-