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 Type
    Method
    Description
    withOptions(com.couchbase.client.java.kv.ExistsOptions options)
    Specify options
  • Method Details

    • withOptions

      Object withOptions(com.couchbase.client.java.kv.ExistsOptions options)
      Specify options
      Parameters:
      options - - exists options