Package com.ibm.cloud.cloudant.v1.model
Class AllDocsQuery.Builder
java.lang.Object
com.ibm.cloud.cloudant.v1.model.AllDocsQuery.Builder
- Enclosing class:
AllDocsQuery
Builder.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAdds a new element to keys.attachments
(Boolean attachments) Set the attachments.attEncodingInfo
(Boolean attEncodingInfo) Set the attEncodingInfo.build()
Builds a AllDocsQuery.Set the conflicts.descending
(Boolean descending) Set the descending.Set the endKey.includeDocs
(Boolean includeDocs) Set the includeDocs.inclusiveEnd
(Boolean inclusiveEnd) Set the inclusiveEnd.Set the key.Set the keys.limit
(long limit) Set the limit.skip
(long skip) Set the skip.Set the startKey.Set the updateSeq.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
Builds a AllDocsQuery.- Returns:
- the new AllDocsQuery instance
-
addKeys
Adds a new element to keys.- Parameters:
keys
- the new element to be added- Returns:
- the AllDocsQuery builder
-
attEncodingInfo
Set the attEncodingInfo.- Parameters:
attEncodingInfo
- the attEncodingInfo- Returns:
- the AllDocsQuery builder
-
attachments
Set the attachments.- Parameters:
attachments
- the attachments- Returns:
- the AllDocsQuery builder
-
conflicts
Set the conflicts.- Parameters:
conflicts
- the conflicts- Returns:
- the AllDocsQuery builder
-
descending
Set the descending.- Parameters:
descending
- the descending- Returns:
- the AllDocsQuery builder
-
includeDocs
Set the includeDocs.- Parameters:
includeDocs
- the includeDocs- Returns:
- the AllDocsQuery builder
-
inclusiveEnd
Set the inclusiveEnd.- Parameters:
inclusiveEnd
- the inclusiveEnd- Returns:
- the AllDocsQuery builder
-
limit
Set the limit.- Parameters:
limit
- the limit- Returns:
- the AllDocsQuery builder
-
skip
Set the skip.- Parameters:
skip
- the skip- Returns:
- the AllDocsQuery builder
-
updateSeq
Set the updateSeq.- Parameters:
updateSeq
- the updateSeq- Returns:
- the AllDocsQuery builder
-
endKey
Set the endKey.- Parameters:
endKey
- the endKey- Returns:
- the AllDocsQuery builder
-
key
Set the key.- Parameters:
key
- the key- Returns:
- the AllDocsQuery builder
-
keys
Set the keys. Existing keys will be replaced.- Parameters:
keys
- the keys- Returns:
- the AllDocsQuery builder
-
startKey
Set the startKey.- Parameters:
startKey
- the startKey- Returns:
- the AllDocsQuery builder
-