public class MakeSymlink extends VoidRequest
| Modifier and Type | Field and Description |
|---|---|
protected Date |
lastModified |
protected String |
path |
protected String |
repositoryName |
protected String |
target |
| Constructor and Description |
|---|
MakeSymlink(String repositoryName,
String path,
String target,
Date lastModified) |
| 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(). |
protected javax.ws.rs.client.WebTarget |
createMakeSymlinkWebTarget() |
execute, isResultNullableassertResponseIndicatesSuccess, assignCredentials, createWebTarget, encodePath, getBaseURL, getClientOrFail, getCloudStoreRestClient, getCloudStoreRestClientOrFail, getPath, setCloudStoreRestClient, throwOriginalExceptionIfPossible, urlEncodeprotected final String repositoryName
protected final Date lastModified
public MakeSymlink(String repositoryName, String path, String target, Date lastModified)
protected javax.ws.rs.core.Response _execute()
VoidRequestVoidRequest.execute()._execute in class VoidRequestSyncInvoker.put(javax.ws.rs.client.Entity) or a
similar method.protected javax.ws.rs.client.WebTarget createMakeSymlinkWebTarget()
Copyright © 2013–2019. All rights reserved.