net.unto.twitter.methods
Class FriendsRequest.Builder

java.lang.Object
  extended by net.unto.twitter.methods.AbstractRequest.Builder<FriendsRequest.Builder>
      extended by net.unto.twitter.methods.FriendsRequest.Builder
All Implemented Interfaces:
Request.Builder
Enclosing class:
FriendsRequest

public static final class FriendsRequest.Builder
extends AbstractRequest.Builder<FriendsRequest.Builder>


Method Summary
 FriendsRequest build()
           
 FriendsRequest.Builder id(String id)
          The ID or screen name of the user for whom to request a list of followers.
 FriendsRequest.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 FriendsRequest.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:
FriendsRequest

page

public FriendsRequest.Builder page(int page)
Retrieves the next 100 followers.

Parameters:
page - Retrieves the next 100 followers.
Returns:
FriendsRequest

build

public FriendsRequest build()


Copyright © 2009 DeWitt Clinton. All Rights Reserved.