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