Class DocumentExistsOptions


public final class DocumentExistsOptions extends TransactionalOptions<DocumentExistsOptions>
Author:
Mark Vollmary, Michele Rastelli
  • Constructor Details

    • DocumentExistsOptions

      public DocumentExistsOptions()
  • Method Details

    • 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