CreateResponse - The type of the response.public abstract class Creator<CreateResponse extends BaseResponse> extends BaseRequest
plivoClient| Constructor and Description |
|---|
Creator() |
| Modifier and Type | Method and Description |
|---|---|
Creator<CreateResponse> |
client(PlivoClient plivoClient) |
CreateResponse |
create()
Actually create an instance of the resource.
|
protected abstract retrofit2.Call<CreateResponse> |
obtainCall() |
client, handleResponse, validatepublic Creator()
public CreateResponse create() throws java.io.IOException, PlivoRestException
java.io.IOExceptionPlivoRestExceptionpublic Creator<CreateResponse> client(PlivoClient plivoClient)
client in class BaseRequestprotected abstract retrofit2.Call<CreateResponse> obtainCall()