net.unto.twitter.methods
Class FriendIdsRequest.Builder

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

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


Method Summary
 FriendIdsRequest build()
           
 FriendIdsRequest.Builder id(String id)
          The ID or screen_name of the user to retrieve the friends ID list for.
 
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 FriendIdsRequest.Builder id(String id)
The ID or screen_name of the user to retrieve the friends ID list for.

Parameters:
id - The ID or screen_name of the user to retrieve the friends ID list for.
Returns:
FriendIdsRequest

build

public FriendIdsRequest build()


Copyright © 2009 DeWitt Clinton. All Rights Reserved.