Interface ExecutableRemoveByIdOperation.RemoveByIdWithOptions
- All Superinterfaces:
ExecutableRemoveByIdOperation.TerminatingRemoveById
,OneAndAllId<RemoveResult>
,WithRemoveOptions<RemoveResult>
- All Known Subinterfaces:
ExecutableRemoveByIdOperation.ExecutableRemoveById
,ExecutableRemoveByIdOperation.RemoveByIdInCollection
,ExecutableRemoveByIdOperation.RemoveByIdInScope
,ExecutableRemoveByIdOperation.RemoveByIdWithCas
,ExecutableRemoveByIdOperation.RemoveByIdWithDurability
- Enclosing interface:
- ExecutableRemoveByIdOperation
public static interface ExecutableRemoveByIdOperation.RemoveByIdWithOptions
extends ExecutableRemoveByIdOperation.TerminatingRemoveById, WithRemoveOptions<RemoveResult>
Fluent method to specify options.
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions
(com.couchbase.client.java.kv.RemoveOptions options) Fluent method to specify options to use for executionMethods inherited from interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.TerminatingRemoveById
all, allEntities, one, oneEntity
-
Method Details
-
withOptions
ExecutableRemoveByIdOperation.TerminatingRemoveById withOptions(com.couchbase.client.java.kv.RemoveOptions options) Fluent method to specify options to use for execution- Specified by:
withOptions
in interfaceWithRemoveOptions<RemoveResult>
- Parameters:
options
- options to use for execution
-