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