public static interface BookmarksService.ListRequest extends Request<BookmarksService.ListRequest,BookmarksService.ListResponse>
Modifier and Type | Method and Description |
---|---|
BookmarksService.ListRequest |
max(BigInteger max)
Sets the maximum number of bookmarks to return.
|
BookmarksService.ListRequest |
max(Integer max)
Sets the maximum number of bookmarks to return.
|
BookmarksService.ListRequest |
max(Long max)
Sets the maximum number of bookmarks to return.
|
BookmarksService.ListRequest max(Integer max)
Sets the maximum number of bookmarks to return. If not specified all the bookmarks are returned.
BookmarksService.ListRequest max(Long max)
Sets the maximum number of bookmarks to return. If not specified all the bookmarks are returned.
BookmarksService.ListRequest max(BigInteger max)
Sets the maximum number of bookmarks to return. If not specified all the bookmarks are returned.
Copyright © 2016. All rights reserved.