Class DocumentExistsOptions

    • 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