public class EndpointDeleter extends VoiceDeleter<Endpoint>
id, secondaryIdplivoClient| Constructor and Description |
|---|
EndpointDeleter(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 EndpointDeleter(java.lang.String id)
protected retrofit2.Call<okhttp3.ResponseBody> obtainCall()
obtainCall in class VoiceDeleter<Endpoint>protected retrofit2.Call<okhttp3.ResponseBody> obtainFallback1Call()
obtainFallback1Call in class VoiceDeleter<Endpoint>protected retrofit2.Call<okhttp3.ResponseBody> obtainFallback2Call()
obtainFallback2Call in class VoiceDeleter<Endpoint>