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