Uses of Class
com.c8db.model.DocumentUpdateOptions
-
Packages that use DocumentUpdateOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of DocumentUpdateOptions in com.c8db
Methods in com.c8db with parameters of type DocumentUpdateOptions Modifier and Type Method Description <T> DocumentUpdateEntity<T>C8Collection. updateDocument(String key, T value, DocumentUpdateOptions options)Partially updates the document identified by document-key.<T> MultiDocumentEntity<DocumentUpdateEntity<T>>C8Collection. updateDocuments(Collection<T> values, DocumentUpdateOptions options)Partially updates documents, the documents to update are specified by the _key attributes in the objects on values. -
Uses of DocumentUpdateOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type DocumentUpdateOptions Modifier and Type Method Description <T> DocumentUpdateEntity<T>C8CollectionImpl. updateDocument(String key, T value, DocumentUpdateOptions options)protected <T> RequestInternalC8Collection. updateDocumentRequest(String key, T value, DocumentUpdateOptions options)protected <T> C8Executor.ResponseDeserializer<DocumentUpdateEntity<T>>InternalC8Collection. updateDocumentResponseDeserializer(T value, DocumentUpdateOptions options)<T> MultiDocumentEntity<DocumentUpdateEntity<T>>C8CollectionImpl. updateDocuments(Collection<T> values, DocumentUpdateOptions options)protected <T> RequestInternalC8Collection. updateDocumentsRequest(Collection<T> values, DocumentUpdateOptions params)protected <T> C8Executor.ResponseDeserializer<MultiDocumentEntity<DocumentUpdateEntity<T>>>InternalC8Collection. updateDocumentsResponseDeserializer(Collection<T> values, DocumentUpdateOptions params) -
Uses of DocumentUpdateOptions in com.c8db.model
Methods in com.c8db.model that return DocumentUpdateOptions Modifier and Type Method Description DocumentUpdateOptionsDocumentUpdateOptions. ifMatch(String ifMatch)DocumentUpdateOptionsDocumentUpdateOptions. ignoreRevs(Boolean ignoreRevs)DocumentUpdateOptionsDocumentUpdateOptions. keepNull(Boolean keepNull)DocumentUpdateOptionsDocumentUpdateOptions. mergeObjects(Boolean mergeObjects)DocumentUpdateOptionsDocumentUpdateOptions. returnNew(Boolean returnNew)DocumentUpdateOptionsDocumentUpdateOptions. returnOld(Boolean returnOld)DocumentUpdateOptionsDocumentUpdateOptions. serializeNull(Boolean serializeNull)DocumentUpdateOptionsDocumentUpdateOptions. silent(Boolean silent)DocumentUpdateOptionsDocumentUpdateOptions. streamTransactionId(String streamTransactionId)DocumentUpdateOptionsDocumentUpdateOptions. waitForSync(Boolean waitForSync)
-