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