Package com.priint.pubserverapi.document
Class CheckOutCommand.CheckOutCommandBuilder
java.lang.Object
com.priint.pubserverapi.document.CheckOutCommand.CheckOutCommandBuilder
- Enclosing class:
CheckOutCommand
-
Method Summary
Modifier and TypeMethodDescriptionbuild()documentPointer(DocumentPointer documentPointer) existingLockHandlingMethod(CheckOutCommand.ExistingLockHandlingMethod existingLockHandlingMethod) forciblyFetchParentDocumentFiles(boolean forciblyFetchParentDocumentFiles) itemsToFetch(Set<ObtainableItem> itemsToFetch) lockingMethod(CheckOutCommand.LockingMethod lockingMethod) toString()
-
Method Details
-
sessionId
-
documentPointer
-
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
-