Interface CreateDocumentLinkCommandStep1

All Superinterfaces:
FinalCommandStep<DocumentLinkResponse>
All Known Implementing Classes:
CreateDocumentLinkCommandImpl

@Deprecated public interface CreateDocumentLinkCommandStep1 extends FinalCommandStep<DocumentLinkResponse>
Deprecated.
since 8.8 for removal in 8.9, replaced by CreateDocumentLinkCommandStep1
Command to create a document link in the document store.
  • Method Details

    • storeId

      Deprecated.
      Sets the document store ID. If not set, the default document store for the cluster will be used.
      Parameters:
      storeId - the document store ID
    • timeToLive

      CreateDocumentLinkCommandStep1 timeToLive(Duration timeToLive)
      Deprecated.
      Sets the document link TTL. If not set, the default TTL for the document store will be used. The TTL must be a positive duration.
      Parameters:
      timeToLive - the time to live of the document link
    • contentHash

      CreateDocumentLinkCommandStep1 contentHash(String contentHash)
      Deprecated.
      Sets the documents content hash.
      Parameters:
      contentHash - the documents content Hash