JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.cloudant.client.api.views
Interface RequestBuilder<RB>
Type Parameters:
RB
- the implementing RequestBuilder type
All Known Subinterfaces:
AllDocsRequestBuilder
,
MultipleRequestBuilder
<K,V>,
PaginatedRequestBuilder
<K,V>,
SingleRequestBuilder
<K,V,RB>,
UnpaginatedRequestBuilder
<K,V>
public interface
RequestBuilder<RB>
Parent interface of all types of view request builders.
Since:
2.0.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
RB
returnThis
()
Method Detail
returnThis
RB
returnThis()
Returns:
this request builder to allow chained composition of parameters
Since:
2.0.0
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method