T - the response type.public abstract class UrlRequestExecutor<T> extends RequestExecutor<T>
| Modifier and Type | Method and Description |
|---|---|
UrlRequestExecutor |
eTag(java.lang.String eTag)
Specifies HTTP entity tag purposed for caching REST API calls.
|
execute, executepublic UrlRequestExecutor eTag(java.lang.String eTag)
eTag - the entity tag value.