public class CallGetter extends VoiceGetter<Call>
id, secondaryIdplivoClient| Constructor and Description |
|---|
CallGetter(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
protected retrofit2.Call<Call> |
obtainCall() |
protected retrofit2.Call<Call> |
obtainFallback1Call() |
protected retrofit2.Call<Call> |
obtainFallback2Call() |
client, get, toMapclient, handleResponse, validatepublic CallGetter(java.lang.String id)
protected retrofit2.Call<Call> obtainCall()
obtainCall in class VoiceGetter<Call>protected retrofit2.Call<Call> obtainFallback1Call()
obtainFallback1Call in class VoiceGetter<Call>protected retrofit2.Call<Call> obtainFallback2Call()
obtainFallback2Call in class VoiceGetter<Call>