Uses of Class
com.ibm.cloud.cloudant.v1.model.DesignDocument.Builder
-
Uses of DesignDocument.Builder in com.ibm.cloud.cloudant.v1.model
Modifier and TypeMethodDescriptionAdd an arbitrary property.DesignDocument.Builder.addConflicts
(String conflicts) Adds a new element to conflicts.DesignDocument.Builder.addDeletedConflicts
(String deletedConflicts) Adds a new element to deletedConflicts.DesignDocument.Builder.addRevsInfo
(DocumentRevisionStatus revsInfo) Adds a new element to revsInfo.DesignDocument.Builder.attachments
(Map<String, Attachment> attachments) Set the attachments.DesignDocument.Builder.autoupdate
(Boolean autoupdate) Set the autoupdate.Set the conflicts.Set the deleted.DesignDocument.Builder.deletedConflicts
(List<String> deletedConflicts) Set the deletedConflicts.Set the filters.Set the id.DesignDocument.Builder.indexes
(Map<String, SearchIndexDefinition> indexes) Set the indexes.Set the language.Set the localSeq.DesignDocument.newBuilder()
New builder.DesignDocument.Builder.options
(DesignDocumentOptions options) Set the options.Set the rev.Set the revisions.DesignDocument.Builder.revsInfo
(List<DocumentRevisionStatus> revsInfo) Set the revsInfo.DesignDocument.Builder.validateDocUpdate
(String validateDocUpdate) Set the validateDocUpdate.DesignDocument.Builder.views
(Map<String, DesignDocumentViewsMapReduce> views) Set the views.