public final class ServiceResponse<R> extends Object
| Constructor and Description |
|---|
ServiceResponse() |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getETag() |
org.apache.http.Header[] |
getHeaders() |
int |
getHttpStatusCode() |
Optional<R> |
getPayload() |
void |
setETag(Optional<String> eTag) |
void |
setHeaders(org.apache.http.Header[] headers) |
void |
setHttpStatusCode(int httpStatusCode) |
void |
setPayload(Optional<R> payload) |
Copyright © 2022 SAP. All rights reserved.