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