public interface BatchResponse
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Try<BatchResponseChangeSet> |
get(int index)
Get the result for a single changeset.
|
@Nonnull io.vavr.control.Try<BatchResponseChangeSet> get(int index)
index
- The zero-based index of the selected changeset.Copyright © 2019 SAP SE. All rights reserved.