public class PhloUpdater extends Updater<PhloUpdateResponse>
| Modifier and Type | Field and Description |
|---|---|
protected PlivoClient |
plivoClient |
id, secondaryId| Constructor and Description |
|---|
PhloUpdater(java.lang.String phloId) |
| Modifier and Type | Method and Description |
|---|---|
PlivoClient |
client() |
protected retrofit2.Call<PhloUpdateResponse> |
obtainCall() |
PhloUpdater |
payload(java.util.Map<java.lang.String,java.lang.Object> payload) |
PhloUpdateResponse |
run() |
handleResponse, validateprotected PlivoClient plivoClient
public PhloUpdater(java.lang.String phloId)
public PhloUpdater payload(java.util.Map<java.lang.String,java.lang.Object> payload)
public PlivoClient client()
client in class BaseRequestpublic PhloUpdateResponse run() throws java.io.IOException, PlivoRestException
java.io.IOExceptionPlivoRestExceptionprotected retrofit2.Call<PhloUpdateResponse> obtainCall()
obtainCall in class Updater<PhloUpdateResponse>