public abstract class Updater<T extends BaseResponse> extends BaseRequest
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
| Constructor and Description |
|---|
Updater(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract retrofit2.Call<T> |
obtainCall() |
T |
update()
Actually update the resource.
|
client, client, handleResponse, validatepublic T update() throws java.io.IOException, PlivoRestException
java.io.IOExceptionPlivoRestExceptionprotected abstract retrofit2.Call<T> obtainCall()