Package | Description |
---|---|
com.couchbase.client.java.view |
Modifier and Type | Method and Description |
---|---|
static DesignDocument.Option |
DesignDocument.Option.fromName(String name) |
static DesignDocument.Option |
DesignDocument.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DesignDocument.Option[] |
DesignDocument.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<DesignDocument.Option,Long> |
DesignDocument.options() |
Modifier and Type | Method and Description |
---|---|
static DesignDocument |
DesignDocument.create(String name,
List<View> views,
Map<DesignDocument.Option,Long> options)
Creates a new
DesignDocument . |
Constructor and Description |
---|
DesignDocument(String name,
List<View> views,
Map<DesignDocument.Option,Long> options) |
Copyright © 2015 Couchbase, Inc.