Class BulkLockTransactionModel


  • public class BulkLockTransactionModel
    extends java.lang.Object
    Bulk lock documents model
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.ArrayList<java.lang.Long> getDocumentIds()
      Getter for documentIds List of documents to lock
      java.lang.Boolean getIsLocked()
      Getter for isLocked The lock status to set for the documents designated in this API
      void setDocumentIds​(java.util.ArrayList<java.lang.Long> value)
      Setter for documentIds List of documents to lock
      void setIsLocked​(java.lang.Boolean value)
      Setter for isLocked The lock status to set for the documents designated in this API
      java.lang.String toString()
      Returns a JSON string representation of BulkLockTransactionModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BulkLockTransactionModel

        public BulkLockTransactionModel()
    • Method Detail

      • getDocumentIds

        public java.util.ArrayList<java.lang.Long> getDocumentIds()
        Getter for documentIds List of documents to lock
      • setDocumentIds

        public void setDocumentIds​(java.util.ArrayList<java.lang.Long> value)
        Setter for documentIds List of documents to lock
      • getIsLocked

        public java.lang.Boolean getIsLocked()
        Getter for isLocked The lock status to set for the documents designated in this API
      • setIsLocked

        public void setIsLocked​(java.lang.Boolean value)
        Setter for isLocked The lock status to set for the documents designated in this API
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of BulkLockTransactionModel
        Overrides:
        toString in class java.lang.Object