Class UpsertDesignDocumentRequest

java.lang.Object
com.couchbase.client.core.message.AbstractCouchbaseRequest
com.couchbase.client.core.message.view.UpsertDesignDocumentRequest
All Implemented Interfaces:
CouchbaseMessage, CouchbaseRequest, ViewRequest

public class UpsertDesignDocumentRequest
extends AbstractCouchbaseRequest
implements ViewRequest
  • Constructor Details

    • UpsertDesignDocumentRequest

      public UpsertDesignDocumentRequest​(String name, String body, boolean development, String bucket, String password)
    • UpsertDesignDocumentRequest

      public UpsertDesignDocumentRequest​(String name, String body, boolean development, String bucket, String username, String password)
  • Method Details