public static interface BookmarkService.UpdateRequest extends Request<BookmarkService.UpdateRequest,BookmarkService.UpdateResponse>
Modifier and Type | Method and Description |
---|---|
BookmarkService.UpdateRequest |
async(Boolean async)
Indicates if the update should be performed asynchronously.
|
BookmarkService.UpdateRequest |
bookmark(Bookmark bookmark) |
BookmarkService.UpdateRequest |
bookmark(BookmarkBuilder bookmark) |
BookmarkService.UpdateRequest async(Boolean async)
Indicates if the update should be performed asynchronously.
BookmarkService.UpdateRequest bookmark(Bookmark bookmark)
BookmarkService.UpdateRequest bookmark(BookmarkBuilder bookmark)
Copyright © 2016. All rights reserved.