net.unto.twitter.methods
Class FollowersRequest.Builder
java.lang.Object
net.unto.twitter.methods.AbstractRequest.Builder<FollowersRequest.Builder>
net.unto.twitter.methods.FollowersRequest.Builder
- All Implemented Interfaces:
- Request.Builder
- Enclosing class:
- FollowersRequest
public static final class FollowersRequest.Builder
- extends AbstractRequest.Builder<FollowersRequest.Builder>
id
public FollowersRequest.Builder id(String id)
- The ID or screen name of the user for whom to request a list of followers.
- Parameters:
id - The ID or screen name of the user for whom to request a list of
followers.
- Returns:
FollowersRequest
page
public FollowersRequest.Builder page(int page)
- Retrieves the next 100 followers.
- Parameters:
page - Retrieves the next 100 followers.
- Returns:
FollowersRequest
build
public FollowersRequest build()
Copyright © 2009 DeWitt Clinton. All Rights Reserved.