api.basecamp
Class Milestones
java.lang.Object
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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Milestones
public Milestones(BCAuth auth,
int projectId)
- Get All Milestones for a project
- Parameters:
auth
- BCAuth ObjectprojectId
- ID of Project
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