net.unto.twitter.methods
Class FollowerIdsRequest.Builder

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


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