T - The type of the resource.public abstract class Deleter<T extends BaseResource> extends BaseRequest<T>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
| Constructor and Description |
|---|
Deleter(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Actually delete the resource.
|
protected abstract retrofit2.Call<okhttp3.ResponseBody> |
obtainCall() |
client, client, handleResponse, validatepublic void delete()
throws java.io.IOException,
PlivoRestException
java.io.IOExceptionPlivoRestExceptionprotected abstract retrofit2.Call<okhttp3.ResponseBody> obtainCall()