public static interface ExecutableRemoveByIdOperation.TerminatingRemoveById extends OneAndAllId<RemoveResult>
| Modifier and Type | Method and Description |
|---|---|
List<RemoveResult> |
all(Collection<String> ids) |
RemoveResult |
one(String id) |
RemoveResult one(String id)
one in interface OneAndAllId<RemoveResult>List<RemoveResult> all(Collection<String> ids)
all in interface OneAndAllId<RemoveResult>Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.