public class DevicesFromUrlRequestExecutor extends UrlRequestExecutor<Devices>
| Constructor and Description |
|---|
DevicesFromUrlRequestExecutor(DevicesService devicesService,
java.lang.String url)
Constructs request executor initialized with corresponding service class and the URL.
|
| Modifier and Type | Method and Description |
|---|---|
DevicesFromUrlRequestExecutor |
eTag(java.lang.String eTag)
Specifies HTTP entity tag purposed for caching REST API calls.
|
execute, executepublic DevicesFromUrlRequestExecutor(DevicesService devicesService, java.lang.String url)
devicesService - the devices API service.url - the URL.public DevicesFromUrlRequestExecutor eTag(java.lang.String eTag)
eTag in class UrlRequestExecutor<Devices>eTag - the entity tag value.