Package com.ibm.cloud.cloudant.v1.model
Interface PostViewOptions.Update
-
- Enclosing class:
- PostViewOptions
public static interface PostViewOptions.Update
Parameter to specify whether or not the view in question should be updated prior to responding to the user.
-
-
Field Detail
-
X_TRUE
static final String X_TRUE
true.- See Also:
- Constant Field Values
-
X_FALSE
static final String X_FALSE
false.- See Also:
- Constant Field Values
-
LAZY
static final String LAZY
lazy.- See Also:
- Constant Field Values
-
-