public class ApplicationDeleter extends VoiceDeleter<Application>
id, secondaryIdplivoClient| Constructor and Description |
|---|
ApplicationDeleter(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
cascade() |
ApplicationDeleter |
cascade(java.lang.Boolean cascade) |
java.lang.String |
newEndpointApplication() |
ApplicationDeleter |
newEndpointApplication(java.lang.String newEndpointApplication) |
protected retrofit2.Call<okhttp3.ResponseBody> |
obtainCall() |
protected retrofit2.Call<okhttp3.ResponseBody> |
obtainFallback1Call() |
protected retrofit2.Call<okhttp3.ResponseBody> |
obtainFallback2Call() |
client, deleteclient, handleResponse, validatepublic ApplicationDeleter(java.lang.String id)
public java.lang.Boolean cascade()
public java.lang.String newEndpointApplication()
public ApplicationDeleter cascade(java.lang.Boolean cascade)
cascade - Specify if the subaccount should be cascade or not.public ApplicationDeleter newEndpointApplication(java.lang.String newEndpointApplication)
newEndpointApplication - to be associated with endpointsprotected retrofit2.Call<okhttp3.ResponseBody> obtainCall()
obtainCall in class VoiceDeleter<Application>protected retrofit2.Call<okhttp3.ResponseBody> obtainFallback1Call()
obtainFallback1Call in class VoiceDeleter<Application>protected retrofit2.Call<okhttp3.ResponseBody> obtainFallback2Call()
obtainFallback2Call in class VoiceDeleter<Application>