Package com.ibm.cloud.cloudant.v1.model
Class PostAllDocsOptions.Builder
java.lang.Object
com.ibm.cloud.cloudant.v1.model.PostAllDocsOptions.Builder
- Enclosing class:
PostAllDocsOptions
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 PostAllDocsOptions.Set the conflicts.Set the db.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. -
Builder
Instantiates a new builder with required properties.- Parameters:
db
- the db
-
-
Method Details
-
build
Builds a PostAllDocsOptions.- Returns:
- the new PostAllDocsOptions instance
-
addKeys
Adds a new element to keys.- Parameters:
keys
- the new element to be added- Returns:
- the PostAllDocsOptions builder
-
db
Set the db.- Parameters:
db
- the db- Returns:
- the PostAllDocsOptions builder
-
attEncodingInfo
Set the attEncodingInfo.- Parameters:
attEncodingInfo
- the attEncodingInfo- Returns:
- the PostAllDocsOptions builder
-
attachments
Set the attachments.- Parameters:
attachments
- the attachments- Returns:
- the PostAllDocsOptions builder
-
conflicts
Set the conflicts.- Parameters:
conflicts
- the conflicts- Returns:
- the PostAllDocsOptions builder
-
descending
Set the descending.- Parameters:
descending
- the descending- Returns:
- the PostAllDocsOptions builder
-
includeDocs
Set the includeDocs.- Parameters:
includeDocs
- the includeDocs- Returns:
- the PostAllDocsOptions builder
-
inclusiveEnd
Set the inclusiveEnd.- Parameters:
inclusiveEnd
- the inclusiveEnd- Returns:
- the PostAllDocsOptions builder
-
limit
Set the limit.- Parameters:
limit
- the limit- Returns:
- the PostAllDocsOptions builder
-
skip
Set the skip.- Parameters:
skip
- the skip- Returns:
- the PostAllDocsOptions builder
-
updateSeq
Set the updateSeq.- Parameters:
updateSeq
- the updateSeq- Returns:
- the PostAllDocsOptions builder
-
endKey
Set the endKey.- Parameters:
endKey
- the endKey- Returns:
- the PostAllDocsOptions builder
-
key
Set the key.- Parameters:
key
- the key- Returns:
- the PostAllDocsOptions builder
-
keys
Set the keys. Existing keys will be replaced.- Parameters:
keys
- the keys- Returns:
- the PostAllDocsOptions builder
-
startKey
Set the startKey.- Parameters:
startKey
- the startKey- Returns:
- the PostAllDocsOptions builder
-