public interface UserService extends Service
Modifier and Type | Interface and Description |
---|---|
static interface |
UserService.GetRequest |
static interface |
UserService.GetResponse |
static interface |
UserService.RemoveRequest |
static interface |
UserService.RemoveResponse |
Modifier and Type | Method and Description |
---|---|
UserService.GetRequest |
get() |
AssignedPermissionsService |
permissionsService() |
UserService.RemoveRequest |
remove() |
AssignedRolesService |
rolesService() |
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
SshPublicKeysService |
sshPublicKeysService() |
AssignedTagsService |
tagsService() |
UserService.GetRequest get()
UserService.RemoveRequest remove()
AssignedPermissionsService permissionsService()
AssignedRolesService rolesService()
SshPublicKeysService sshPublicKeysService()
AssignedTagsService tagsService()
Copyright © 2016. All rights reserved.