public interface ShareNetworkService extends RestService
Modifier and Type | Method and Description |
---|---|
ShareNetwork |
addSecurityService(String shareNetworkId,
String securityServiceId)
Adds a security service to a share network.
|
ShareNetwork |
create(ShareNetworkCreate shareNetworkCreate)
Creates a share network.
|
ActionResponse |
delete(String shareNetworkId)
Deletes a share network.
|
ShareNetwork |
get(String shareNetworkId)
Shows details for a share network.
|
List<? extends ShareNetwork> |
list()
Lists all share networks.
|
List<? extends ShareNetwork> |
listDetails()
Lists all share networks with details.
|
ShareNetwork |
removeSecurityService(String shareNetworkId,
String securityServiceId)
Removes a security service from a share network.
|
ShareNetworkCreateBuilder |
shareNetworkCreateBuilder() |
ShareNetwork |
update(String shareNetworkId,
ShareNetworkUpdateOptions shareNetworkUpdateOptions)
Updates a share network.
|
ShareNetwork create(ShareNetworkCreate shareNetworkCreate)
shareNetworkCreate
- the share network to createList<? extends ShareNetwork> list()
List<? extends ShareNetwork> listDetails()
ShareNetwork get(String shareNetworkId)
shareNetworkId
- the share network IDShareNetwork update(String shareNetworkId, ShareNetworkUpdateOptions shareNetworkUpdateOptions)
shareNetworkId
- the share network IDshareNetworkUpdateOptions
- the options to update on the share networkActionResponse delete(String shareNetworkId)
shareNetworkId
- the share network IDShareNetwork addSecurityService(String shareNetworkId, String securityServiceId)
shareNetworkId
- the share network IDsecurityServiceId
- the security service IDShareNetwork removeSecurityService(String shareNetworkId, String securityServiceId)
shareNetworkId
- the share network IDsecurityServiceId
- the security service IDShareNetworkCreateBuilder shareNetworkCreateBuilder()
Copyright © 2017. All rights reserved.