Uses of Class
com.couchbase.client.java.view.DesignDocument.Option
-
Packages that use DesignDocument.Option Package Description com.couchbase.client.java.view -
-
Uses of DesignDocument.Option in com.couchbase.client.java.view
Methods in com.couchbase.client.java.view that return DesignDocument.Option Modifier and Type Method 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.Methods in com.couchbase.client.java.view that return types with arguments of type DesignDocument.Option Modifier and Type Method Description Map<DesignDocument.Option,Long>
DesignDocument. options()
Method parameters in com.couchbase.client.java.view with type arguments of type DesignDocument.Option Modifier and Type Method Description static DesignDocument
DesignDocument. create(String name, List<View> views, Map<DesignDocument.Option,Long> options)
Creates a newDesignDocument
.Constructor parameters in com.couchbase.client.java.view with type arguments of type DesignDocument.Option Constructor Description DesignDocument(String name, List<View> views, Map<DesignDocument.Option,Long> options)
-