Interface BatchRequestResponse.BatchResponse<T>
- All Known Implementing Classes:
BatchRequestResponse.BatchError, BatchRequestResponse.BatchIncomplete, BatchRequestResponse.BatchSuccess
- Enclosing class:
BatchRequestResponse
public static sealed interface BatchRequestResponse.BatchResponse<T>
permits BatchRequestResponse.BatchIncomplete<T>, BatchRequestResponse.BatchSuccess<T>, BatchRequestResponse.BatchError<T>
Represents the response of a batch operation.