Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
EntityT |
getModifiedEntity()
Get an updated version of the entity.
|
EntityT |
getRequestEntity()
Access the original entity used to make the request.
|
io.vavr.control.Option<EntityT> |
getResponseEntity()
Get the optional response entity parsed from the HTTP content.
|
Map<String,Iterable<String>> |
getResponseHeaders()
Get the response headers.
|
int |
getResponseStatusCode()
Get the response status code.
|
io.vavr.control.Option<String> |
getUpdatedVersionIdentifier()
Get the version identifier present in the response headers, the identifier of the original entity or none, if
neither exist.
|
int |
hashCode() |
String |
toString() |
@Nonnull public EntityT getModifiedEntity()
@Nonnull public io.vavr.control.Option<EntityT> getResponseEntity()
@Nonnull public EntityT getRequestEntity()
public int getResponseStatusCode()
@Nonnull public Map<String,Iterable<String>> getResponseHeaders()
@Nonnull public io.vavr.control.Option<String> getUpdatedVersionIdentifier()
Copyright © 2021 SAP SE. All rights reserved.