public class EndPutFile extends VoidRequest
| Modifier and Type | Field and Description |
|---|---|
protected DateTime |
lastModified |
protected long |
length |
protected String |
path |
protected String |
repositoryName |
protected String |
sha1 |
| Constructor and Description |
|---|
EndPutFile(String repositoryName,
String path,
DateTime lastModified,
long length,
String sha1) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
_execute()
REST requests without response should implement this delegate method instead of
VoidRequest.execute(). |
execute, isResultNullableassertResponseIndicatesSuccess, assignCredentials, createWebTarget, encodePath, getBaseURL, getClientOrFail, getCloudStoreRestClient, getCloudStoreRestClientOrFail, getPath, handleException, setCloudStoreRestClient, throwOriginalExceptionIfPossible, urlEncodeprotected final String repositoryName
protected final DateTime lastModified
protected final long length
public EndPutFile(String repositoryName, String path, DateTime lastModified, long length, String sha1)
public javax.ws.rs.core.Response _execute()
VoidRequestVoidRequest.execute()._execute in class VoidRequestSyncInvoker.put(javax.ws.rs.client.Entity) or a
similar method.Copyright © 2013–2017. All rights reserved.