162163164165166167168
* New user timeline api query. * * @return the user timeline api query */ public UserTimelineApiQuery newUserTimelineApiQuery() { return new UserTimelineApiQueryImpl(applicationKey); }