public class GroupServiceImpl extends ServiceImpl implements GroupService
GroupService.GetRequest, GroupService.GetResponse, GroupService.RemoveRequest, GroupService.RemoveResponse
Constructor and Description |
---|
GroupServiceImpl(HttpConnection connection,
String path) |
Modifier and Type | Method and Description |
---|---|
GroupService.GetRequest |
get() |
AssignedPermissionsService |
permissionsService() |
GroupService.RemoveRequest |
remove() |
AssignedRolesService |
rolesService() |
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
AssignedTagsService |
tagsService() |
String |
toString() |
checkAction, checkFault, getConnection, getPath, throwError
public GroupServiceImpl(HttpConnection connection, String path)
public GroupService.GetRequest get()
get
in interface GroupService
public GroupService.RemoveRequest remove()
remove
in interface GroupService
public AssignedPermissionsService permissionsService()
permissionsService
in interface GroupService
public AssignedRolesService rolesService()
rolesService
in interface GroupService
public AssignedTagsService tagsService()
tagsService
in interface GroupService
public Service service(String path)
GroupService
Service locator method, returns individual service on which the URI is dispatched.
service
in interface GroupService
Copyright © 2016. All rights reserved.