|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intel.gpe.client2.requests.BaseRequest
com.intel.gpe.client2.common.requests.CreateDirectoryRequest
public class CreateDirectoryRequest
The request for directory creation. The return value of the request is the name of the created directory.
| Constructor Summary | |
|---|---|
CreateDirectoryRequest(com.intel.gpe.clients.api.StorageClient storageClient,
java.lang.String path)
Create the request object. |
|
| Method Summary | |
|---|---|
java.lang.Object |
perform()
The request body. |
| Methods inherited from class com.intel.gpe.client2.requests.BaseRequest |
|---|
getName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreateDirectoryRequest(com.intel.gpe.clients.api.StorageClient storageClient,
java.lang.String path)
storageClient - -
the client to the storagepath - -
the path of the directory| Method Detail |
|---|
public java.lang.Object perform()
throws java.lang.Throwable
Request
java.lang.Throwable - TODO
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||