Interface Response<T>
- Type Parameters:
T- body type
- All Known Implementing Classes:
CreatedResponse,ErrorResponse,OkResponse,UnauthorizedResponse
public interface Response<T>
More ergonomic response interface
T - body typeCreatedResponse, ErrorResponse, OkResponse, UnauthorizedResponsepublic interface Response<T>