Package com.ibm.cloud.cloudant.v1.model
Class DesignDocumentViewsMapReduce
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.DesignDocumentViewsMapReduce
- All Implemented Interfaces:
ObjectModel
Schema for view functions definition.
-
Method Details
-
newBuilder
New builder.- Returns:
- a DesignDocumentViewsMapReduce builder
-
map
Gets the map. JavaScript map function as a string.- Returns:
- the map
-
reduce
Gets the reduce. JavaScript reduce function as a string.- Returns:
- the reduce
-