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