Interface WithRemoveOptions<T>

Type Parameters:
T - - the entity class
All Known Subinterfaces:
ExecutableRemoveByIdOperation.ExecutableRemoveById, ExecutableRemoveByIdOperation.RemoveByIdInCollection, ExecutableRemoveByIdOperation.RemoveByIdInScope, ExecutableRemoveByIdOperation.RemoveByIdWithCas, ExecutableRemoveByIdOperation.RemoveByIdWithDurability, ExecutableRemoveByIdOperation.RemoveByIdWithOptions, ReactiveRemoveByIdOperation.ReactiveRemoveById, ReactiveRemoveByIdOperation.RemoveByIdInCollection, ReactiveRemoveByIdOperation.RemoveByIdInScope, ReactiveRemoveByIdOperation.RemoveByIdWithCas, ReactiveRemoveByIdOperation.RemoveByIdWithDurability, ReactiveRemoveByIdOperation.RemoveByIdWithOptions

public interface WithRemoveOptions<T>
A common interface for all of Insert, Replace, Upsert that take options
Author:
Michael Reiche
  • Method Summary

    Modifier and Type
    Method
    Description
    withOptions(com.couchbase.client.java.kv.RemoveOptions options)
     
  • Method Details

    • withOptions

      Object withOptions(com.couchbase.client.java.kv.RemoveOptions options)