public class CallDeleter extends VoiceDeleter<Call>
id, secondaryIdplivoClient| Constructor and Description |
|---|
CallDeleter(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
protected retrofit2.Call<okhttp3.ResponseBody> |
obtainCall() |
protected retrofit2.Call<okhttp3.ResponseBody> |
obtainFallback1Call() |
protected retrofit2.Call<okhttp3.ResponseBody> |
obtainFallback2Call() |
client, deleteclient, handleResponse, validatepublic CallDeleter(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>