ResultT
- The generic result type.public final class ActionResponseSingle<ResultT> extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Class<ResultT> |
getActionResultClass() |
Map<String,Iterable<String>> |
getResponseHeaders()
Get the response headers.
|
io.vavr.control.Option<ResultT> |
getResponseResult()
Get the optional result parsed by the HTTP content.
|
int |
getResponseStatusCode()
Get the response status code.
|
int |
hashCode() |
String |
toString() |
@Nonnull public io.vavr.control.Option<ResultT> getResponseResult()
public int getResponseStatusCode()
@Nonnull public Map<String,Iterable<String>> getResponseHeaders()
Copyright © 2020 SAP SE. All rights reserved.