Class BulkLockTransactionModel
java.lang.Object
net.avalara.avatax.rest.client.models.BulkLockTransactionModel
Bulk lock documents model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for documentIds List of documents to lockGetter for isLocked The lock status to set for the documents designated in this APIvoid
setDocumentIds
(ArrayList<Long> value) Setter for documentIds List of documents to lockvoid
setIsLocked
(Boolean value) Setter for isLocked The lock status to set for the documents designated in this APItoString()
Returns a JSON string representation of BulkLockTransactionModel
-
Constructor Details
-
BulkLockTransactionModel
public BulkLockTransactionModel()
-
-
Method Details
-
getDocumentIds
Getter for documentIds List of documents to lock -
setDocumentIds
Setter for documentIds List of documents to lock -
getIsLocked
Getter for isLocked The lock status to set for the documents designated in this API -
setIsLocked
Setter for isLocked The lock status to set for the documents designated in this API -
toString
Returns a JSON string representation of BulkLockTransactionModel
-