Uses of Class
com.ibm.cloud.cloudant.v1.model.DesignDocument.Builder
Packages that use DesignDocument.Builder
-
Uses of DesignDocument.Builder in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return DesignDocument.BuilderModifier and TypeMethodDescriptionAdd an arbitrary property.DesignDocument.Builder.addConflicts(String conflicts) Adds an conflicts to conflicts.DesignDocument.Builder.addDeletedConflicts(String deletedConflicts) Adds an deletedConflicts to deletedConflicts.DesignDocument.Builder.addRevsInfo(DocumentRevisionStatus revsInfo) Adds an revsInfo 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.