Uses of Class
com.ibm.cloud.cloudant.v1.model.PostAllDocsOptions.Builder
-
Uses of PostAllDocsOptions.Builder in com.ibm.cloud.cloudant.v1.model
Modifier and TypeMethodDescriptionAdds a new element to keys.PostAllDocsOptions.Builder.attachments
(Boolean attachments) Set the attachments.PostAllDocsOptions.Builder.attEncodingInfo
(Boolean attEncodingInfo) Set the attEncodingInfo.Set the conflicts.Set the db.PostAllDocsOptions.Builder.descending
(Boolean descending) Set the descending.Set the endKey.PostAllDocsOptions.Builder.includeDocs
(Boolean includeDocs) Set the includeDocs.PostAllDocsOptions.Builder.inclusiveEnd
(Boolean inclusiveEnd) Set the inclusiveEnd.Set the key.Set the keys.PostAllDocsOptions.Builder.limit
(long limit) Set the limit.PostAllDocsOptions.newBuilder()
New builder.PostAllDocsOptions.Builder.skip
(long skip) Set the skip.Set the startKey.Set the updateSeq.