Package com.ibm.cloud.cloudant.v1.model
Class ExplainResultMrArgs
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.ExplainResultMrArgs
- All Implemented Interfaces:
 ObjectModel
Arguments passed to the underlying view.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDirection parameter passed to the underlying view.static interfaceThe type of the underlying view. - 
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString 
- 
Method Details
- 
getConflicts
Gets the conflicts. Schema for any JSON type.- Returns:
 - the conflicts
 
 - 
getDirection
Gets the direction. Direction parameter passed to the underlying view.- Returns:
 - the direction
 
 - 
getEndKey
Gets the endKey. Schema for any JSON type.- Returns:
 - the endKey
 
 - 
isIncludeDocs
Gets the includeDocs. A parameter that specifies whether to include the full content of the documents in the response in the underlying view.- Returns:
 - the includeDocs
 
 - 
getPartition
Gets the partition. Partition parameter passed to the underlying view.- Returns:
 - the partition
 
 - 
isReduce
Gets the reduce. A parameter that specifies returning only documents that match any of the specified keys in the underlying view.- Returns:
 - the reduce
 
 - 
isStable
Gets the stable. A parameter that specifies whether the view results should be returned form a "stable" set of shards passed to the underlying view.- Returns:
 - the stable
 
 - 
getStartKey
Gets the startKey. Schema for any JSON type.- Returns:
 - the startKey
 
 - 
getUpdate
Gets the update. Schema for any JSON type.- Returns:
 - the update
 
 - 
getViewType
Gets the viewType. The type of the underlying view.- Returns:
 - the viewType
 
 
 -