api.basecamp
Class Milestones

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

public class Milestones
extends java.lang.Object

Collection of BaseCamp Milestone Objects

Author:
jondavidjohn

Constructor Summary
Milestones(BCAuth auth, int projectId)
          Get All Milestones for a project
 
Method Summary
 Milestone getMilestone(int index)
           
 int getMilestoneCount()
           
 java.util.List<Milestone> getMilestones()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Milestones

public Milestones(BCAuth auth,
                  int projectId)
Get All Milestones for a project

Parameters:
auth - BCAuth Object
projectId - ID of Project
Method Detail

getMilestones

public java.util.List<Milestone> getMilestones()
Returns:
List object of Milestones

getMilestone

public Milestone getMilestone(int index)
Parameters:
index - Index of specific Milestone
Returns:
Specific Milestone for index

getMilestoneCount

public int getMilestoneCount()
Returns:
Count of Milestone Objects