Uses of Class
com.c8db.model.DocumentExistsOptions
-
Packages that use DocumentExistsOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of DocumentExistsOptions in com.c8db
Methods in com.c8db with parameters of type DocumentExistsOptions Modifier and Type Method Description BooleanC8Collection. documentExists(String key, DocumentExistsOptions options)Checks if the document exists by reading a single document head -
Uses of DocumentExistsOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type DocumentExistsOptions Modifier and Type Method Description BooleanC8CollectionImpl. documentExists(String key, DocumentExistsOptions options)protected RequestInternalC8Collection. documentExistsRequest(String key, DocumentExistsOptions options) -
Uses of DocumentExistsOptions in com.c8db.model
Methods in com.c8db.model that return DocumentExistsOptions Modifier and Type Method Description DocumentExistsOptionsDocumentExistsOptions. catchException(boolean catchException)DocumentExistsOptionsDocumentExistsOptions. ifMatch(String ifMatch)DocumentExistsOptionsDocumentExistsOptions. ifNoneMatch(String ifNoneMatch)DocumentExistsOptionsDocumentExistsOptions. streamTransactionId(String streamTransactionId)
-