public interface ShareServerService extends RestService
Modifier and Type | Method and Description |
---|---|
ActionResponse |
delete(String shareServerId)
Deletes a share server.
|
ShareServer |
get(String shareServerId)
Shows details for a share server.
|
List<? extends ShareServer> |
list()
Lists all share servers.
|
List<? extends ShareServer> list()
ShareServer get(String shareServerId)
shareServerId
- the share server IDActionResponse delete(String shareServerId)
shareServerId
- the share server IDCopyright © 2017. All rights reserved.