public class CreateObjectRequest extends PutObjectRequest<CreateObjectRequest>
acl, content, contentLength, contentType, userMetadata, wsChecksumidentifier| Constructor and Description |
|---|
CreateObjectRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMethod()
Returns the HTTP method this request will use.
|
java.lang.String |
getServiceRelativePath()
Returns the service-relative path of this request (i.e.
|
protected CreateObjectRequest |
me()
Returns "this" in concrete implementation classes.
|
acl, content, contentLength, contentType, generateHeaders, getAcl, getContent, getContentLength, getContentType, getServerGeneratedChecksumAlgorithm, getUserMetadata, getWsChecksum, serverGeneratedChecksumAlgorithm, setAcl, setContent, setContentLength, setContentType, setServerGeneratedChecksumAlgorithm, setUserMetadata, setWsChecksum, supports100Continue, userMetadata, wsChecksumgetIdentifier, identifier, setIdentifierpublic java.lang.String getServiceRelativePath()
RequestgetServiceRelativePath in class Requestpublic java.lang.String getMethod()
Requestprotected CreateObjectRequest me()
ObjectRequestnew CreateObjectRequest().identifier(path).content(content).me in class ObjectRequest<CreateObjectRequest>