api.basecamp
Class People

java.lang.Object
  extended by api.basecamp.People

public class People
extends java.lang.Object

Collection of BaseCamp People Objects

Author:
jondavidjohn

Constructor Summary
People(BCAuth auth)
          Get All People
 
Method Summary
 Person getEntry(int id)
           
 int getEntryCount()
           
 java.util.List<Person> getPeople()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

People

public People(BCAuth auth)
Get All People

Parameters:
auth - BCAuth
Method Detail

getPeople

public java.util.List<Person> getPeople()

getEntry

public Person getEntry(int id)

getEntryCount

public int getEntryCount()