public class PutFileData extends VoidRequest
| Constructor and Description |
|---|
PutFileData(String repositoryName,
String path,
long offset,
byte[] fileData) |
| Modifier and Type | Method and Description |
|---|---|
protected 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, urlEncodepublic PutFileData(String repositoryName, String path, long offset, byte[] fileData)
protected 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.