public class PhloRunGetter extends Getter<PhloRunGetterResponse>
| Modifier and Type | Field and Description |
|---|---|
protected PlivoClient |
plivoClient |
| Constructor and Description |
|---|
PhloRunGetter(java.lang.String phloId,
java.lang.String runID) |
| Modifier and Type | Method and Description |
|---|---|
PlivoClient |
client() |
protected retrofit2.Call<PhloRunGetterResponse> |
obtainCall() |
handleResponse, validateprotected PlivoClient plivoClient
public PhloRunGetter(java.lang.String phloId, java.lang.String runID)
public PlivoClient client()
client in class BaseRequest<PhloRunGetterResponse>protected retrofit2.Call<PhloRunGetterResponse> obtainCall()
obtainCall in class Getter<PhloRunGetterResponse>