public class ConferenceRecordDeleter extends Deleter<Conference>
plivoClient| Constructor and Description |
|---|
ConferenceRecordDeleter(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
ConferenceRecordDeleter |
client(PlivoClient plivoClient) |
protected retrofit2.Call<okhttp3.ResponseBody> |
obtainCall() |
void |
stop() |
client, handleResponse, validatepublic ConferenceRecordDeleter(java.lang.String id)
protected retrofit2.Call<okhttp3.ResponseBody> obtainCall()
obtainCall in class Deleter<Conference>public void stop() throws java.io.IOException, PlivoRestException
java.io.IOExceptionPlivoRestExceptionpublic ConferenceRecordDeleter client(PlivoClient plivoClient)
client in class Deleter<Conference>