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