Interface WithExistsOptions<T>
- Type Parameters:
T- - the entity class
- All Known Subinterfaces:
ExecutableExistsByIdOperation.ExecutableExistsById,ExecutableExistsByIdOperation.ExistsByIdInCollection<T>,ExecutableExistsByIdOperation.ExistsByIdInScope<T>,ExecutableExistsByIdOperation.ExistsByIdWithOptions<T>,ReactiveExistsByIdOperation.ExistsByIdInCollection,ReactiveExistsByIdOperation.ExistsByIdInScope,ReactiveExistsByIdOperation.ExistsByIdWithOptions,ReactiveExistsByIdOperation.ReactiveExistsById
public interface WithExistsOptions<T>
Interface for operations that take ExistsOptions
- Author:
- Michael Reiche
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions(com.couchbase.client.java.kv.ExistsOptions options) Specify options
-
Method Details
-
withOptions
Specify options- Parameters:
options- - exists options
-