public class HttpPutRequest extends HttpPostRequest
Modifier and Type | Field and Description |
---|---|
protected String |
method |
auth, DEFAULT_ENCODING, lastHttpStatusCode, lastResponseStream, url, USER_AGENT
Constructor and Description |
---|
HttpPutRequest(String url) |
HttpPutRequest(String url,
Authentication auth) |
HttpPutRequest(String url,
Map<String,Serializable> fields) |
HttpPutRequest(String url,
Map<String,Serializable> fields,
Authentication auth) |
getConnection
execute, getProxiedConnection, getResponseAsFile, getResponseBody, getResponseCode
protected String method
public HttpPutRequest(String url) throws HelloSignException
HelloSignException
public HttpPutRequest(String url, Authentication auth) throws HelloSignException
HelloSignException
public HttpPutRequest(String url, Map<String,Serializable> fields, Authentication auth) throws HelloSignException
HelloSignException
public HttpPutRequest(String url, Map<String,Serializable> fields) throws HelloSignException
HelloSignException
Copyright © 2017 HelloSign. All rights reserved.