public class CallRecordCreator extends Creator<CallRecordCreateResponse>
plivoClient| Constructor and Description |
|---|
CallRecordCreator(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
CallRecordCreator |
client(PlivoClient plivoClient) |
protected retrofit2.Call<CallRecordCreateResponse> |
obtainCall() |
CallRecordCreateResponse |
record() |
client, handleResponse, validatepublic CallRecordCreator(java.lang.String id)
protected retrofit2.Call<CallRecordCreateResponse> obtainCall()
obtainCall in class Creator<CallRecordCreateResponse>public CallRecordCreateResponse record() throws java.io.IOException, PlivoRestException
java.io.IOExceptionPlivoRestExceptionpublic CallRecordCreator client(PlivoClient plivoClient)
client in class Creator<CallRecordCreateResponse>