net.unto.twitter.methods
Class FollowersRequest.Builder

java.lang.Object
  extended by net.unto.twitter.methods.AbstractRequest.Builder<FollowersRequest.Builder>
      extended by 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>


Method Summary
 FollowersRequest build()
           
 FollowersRequest.Builder id(String id)
          The ID or screen name of the user for whom to request a list of followers.
 FollowersRequest.Builder page(int page)
          Retrieves the next 100 followers.
 
Methods inherited from class net.unto.twitter.methods.AbstractRequest.Builder
host, httpManager, port, scheme
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.