T - the type of payload expected in the response after the execution.public interface Request<T>
| Modifier and Type | Method and Description |
|---|---|
T |
execute()
Executes this request.
|
T execute() throws ReloadlyException
APIException - if the request was executed but the response wasn't successful.ReloadlyException - if the request couldn't be created or executed successfully.Copyright © 2022. All rights reserved.