public abstract class PutRequest<T> extends Request
connector, gson, queryParameters| Constructor and Description |
|---|
PutRequest(ServiceConnector connector,
String route,
String token,
Map<String,String> props) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBodyJsonString() |
abstract T |
parse(String response) |
T |
run() |
void |
withBodyJsonString(String bodyJsonString) |
getBodyAttributes, getHeaderAttributes, getQueryParameters, getRoute, getToken, withBodyAttribute, withBodyAttributes, withHeaderAttribute, withHeaderAttributes, withQueryParameter, withQueryParamspublic T run() throws CodotaConnectionException, CodotaHttpException
public void withBodyJsonString(String bodyJsonString)
public String getBodyJsonString()
Copyright © 2018. All rights reserved.