public class BeginPutFile extends VoidRequest
| Modifier and Type | Field and Description |
|---|---|
protected String |
path |
protected String |
repositoryName |
| Constructor and Description |
|---|
BeginPutFile(String repositoryName,
String path) |
| 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, setCloudStoreRestClient, throwOriginalExceptionIfPossible, urlEncodeprotected final String repositoryName
public BeginPutFile(String repositoryName, String path)
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–2019. All rights reserved.