Class DocumentExistsOptions


  • public final class DocumentExistsOptions
    extends Object
    Author:
    Mark Vollmary, Michele Rastelli
    • Constructor Detail

      • DocumentExistsOptions

        public DocumentExistsOptions()
    • Method Detail

      • getIfNoneMatch

        public String getIfNoneMatch()
      • ifNoneMatch

        public DocumentExistsOptions ifNoneMatch​(String ifNoneMatch)
        Parameters:
        ifNoneMatch - document revision must not contain If-None-Match
        Returns:
        options
      • getIfMatch

        public String getIfMatch()
      • ifMatch

        public DocumentExistsOptions ifMatch​(String ifMatch)
        Parameters:
        ifMatch - document revision must contain If-Match
        Returns:
        options
      • getStreamTransactionId

        public String getStreamTransactionId()
      • streamTransactionId

        public DocumentExistsOptions streamTransactionId​(String streamTransactionId)
        Parameters:
        streamTransactionId - If set, the operation will be executed within the transaction.
        Returns:
        options
        Since:
        ArangoDB 3.5.0