public static interface YahooWeatherService.LimitDeclaration
| Modifier and Type | Method and Description |
|---|---|
List<Channel> |
all()
Returns all the results with no limits.
|
List<Channel> |
first(int count)
Limits results to first
count Channels. |
List<Channel> |
last(int count)
Limits results to last
count Channels. |
List<Channel> first(int count) throws JAXBException, IOException
count Channels.count - the limit of the number of results.JAXBException - if an error occurs parsing the response.IOException - if an error occurs communicating with the service.List<Channel> last(int count) throws JAXBException, IOException
count Channels.count - the limit of the number of results.JAXBException - if an error occurs parsing the response.IOException - if an error occurs communicating with the service.List<Channel> all() throws JAXBException, IOException
JAXBException - if an error occurs parsing the response.IOException - if an error occurs communicating with the service.Copyright © 2016. All rights reserved.