PostChangesOptions.Builder |
PostChangesOptions.Builder.addDocIds(String docIds) |
Adds an docIds to docIds.
|
PostChangesOptions.Builder |
PostChangesOptions.Builder.addFields(String fields) |
Adds an fields to fields.
|
PostChangesOptions.Builder |
PostChangesOptions.Builder.attachments(Boolean attachments) |
Set the attachments.
|
PostChangesOptions.Builder |
PostChangesOptions.Builder.attEncodingInfo(Boolean attEncodingInfo) |
Set the attEncodingInfo.
|
PostChangesOptions.Builder |
PostChangesOptions.Builder.conflicts(Boolean conflicts) |
Set the conflicts.
|
PostChangesOptions.Builder |
PostChangesOptions.Builder.db(String db) |
Set the db.
|
PostChangesOptions.Builder |
PostChangesOptions.Builder.descending(Boolean descending) |
Set the descending.
|
PostChangesOptions.Builder |
PostChangesOptions.Builder.docIds(List<String> docIds) |
Set the docIds.
|
PostChangesOptions.Builder |
PostChangesOptions.Builder.feed(String feed) |
Set the feed.
|
PostChangesOptions.Builder |
PostChangesOptions.Builder.fields(List<String> fields) |
Set the fields.
|
PostChangesOptions.Builder |
PostChangesOptions.Builder.filter(String filter) |
Set the filter.
|
PostChangesOptions.Builder |
PostChangesOptions.Builder.heartbeat(long heartbeat) |
Set the heartbeat.
|
PostChangesOptions.Builder |
PostChangesOptions.Builder.includeDocs(Boolean includeDocs) |
Set the includeDocs.
|
PostChangesOptions.Builder |
PostChangesOptions.Builder.lastEventId(String lastEventId) |
Set the lastEventId.
|
PostChangesOptions.Builder |
PostChangesOptions.Builder.limit(long limit) |
Set the limit.
|
PostChangesOptions.Builder |
PostChangesOptions.newBuilder() |
New builder.
|
PostChangesOptions.Builder |
PostChangesOptions.Builder.selector(Map<String,Object> selector) |
Set the selector.
|
PostChangesOptions.Builder |
PostChangesOptions.Builder.seqInterval(long seqInterval) |
Set the seqInterval.
|
PostChangesOptions.Builder |
PostChangesOptions.Builder.since(String since) |
Set the since.
|
PostChangesOptions.Builder |
PostChangesOptions.Builder.style(String style) |
Set the style.
|
PostChangesOptions.Builder |
PostChangesOptions.Builder.timeout(long timeout) |
Set the timeout.
|
PostChangesOptions.Builder |
PostChangesOptions.Builder.view(String view) |
Set the view.
|