public interface GroupsService extends Service
Modifier and Type | Interface and Description |
---|---|
static interface |
GroupsService.AddRequest |
static interface |
GroupsService.AddResponse |
static interface |
GroupsService.ListRequest |
static interface |
GroupsService.ListResponse |
Modifier and Type | Method and Description |
---|---|
GroupsService.AddRequest |
add() |
GroupService |
groupService(String id) |
GroupsService.ListRequest |
list() |
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
GroupsService.AddRequest add()
GroupsService.ListRequest list()
GroupService groupService(String id)
Copyright © 2016. All rights reserved.