Class CheckOutCommand.CheckOutCommandBuilder
java.lang.Object
com.priint.pubserver.documentchecking.CheckOutCommand.CheckOutCommandBuilder
- Enclosing class:
- CheckOutCommand
-
Method Summary
Modifier and TypeMethodDescriptionbuild()documentId(String documentId) existingLockHandlingMethod(CheckOutCommand.ExistingLockHandlingMethod existingLockHandlingMethod) forciblyFetchParentDocumentFiles(boolean forciblyFetchParentDocumentFiles) itemsToFetch(Set<ObtainableItem> itemsToFetch) lockingMethod(CheckOutCommand.LockingMethod lockingMethod) toString()
-
Method Details
-
sessionId
-
documentId
-
forciblyFetchParentDocumentFiles
public CheckOutCommand.CheckOutCommandBuilder forciblyFetchParentDocumentFiles(boolean forciblyFetchParentDocumentFiles) -
itemsToFetch
-
existingLockHandlingMethod
public CheckOutCommand.CheckOutCommandBuilder existingLockHandlingMethod(CheckOutCommand.ExistingLockHandlingMethod existingLockHandlingMethod) -
lockingMethod
public CheckOutCommand.CheckOutCommandBuilder lockingMethod(CheckOutCommand.LockingMethod lockingMethod) -
build
-
toString
-