net.unto.twitter.methods
Class FollowerIdsRequest.Builder
java.lang.Object
net.unto.twitter.methods.AbstractRequest.Builder<FollowerIdsRequest.Builder>
net.unto.twitter.methods.FollowerIdsRequest.Builder
- All Implemented Interfaces:
- Request.Builder
- Enclosing class:
- FollowerIdsRequest
public static final class FollowerIdsRequest.Builder
- extends AbstractRequest.Builder<FollowerIdsRequest.Builder>
id
public FollowerIdsRequest.Builder id(String id)
- The ID or screen_name of the user to retrieve the followers ID list for.
- Parameters:
id - The ID or screen_name of the user to retrieve the followers ID list for.
- Returns:
FollowerIdsRequest
build
public FollowerIdsRequest build()
Copyright © 2009 DeWitt Clinton. All Rights Reserved.