public class RolesServiceImpl extends ServiceImpl implements RolesService
RolesService.AddRequest, RolesService.AddResponse, RolesService.ListRequest, RolesService.ListResponse
Constructor and Description |
---|
RolesServiceImpl(HttpConnection connection,
String path) |
Modifier and Type | Method and Description |
---|---|
RolesService.AddRequest |
add() |
RolesService.ListRequest |
list() |
RoleService |
roleService(String id)
Sub-resource locator method, returns individual role resource on which the remainder of the URI is dispatched.
|
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
String |
toString() |
checkAction, checkFault, getConnection, getPath, throwError
public RolesServiceImpl(HttpConnection connection, String path)
public RolesService.AddRequest add()
add
in interface RolesService
public RolesService.ListRequest list()
list
in interface RolesService
public RoleService roleService(String id)
RolesService
Sub-resource locator method, returns individual role resource on which the remainder of the URI is dispatched.
roleService
in interface RolesService
public Service service(String path)
RolesService
Service locator method, returns individual service on which the URI is dispatched.
service
in interface RolesService
Copyright © 2016. All rights reserved.