api.basecamp
Class Messages
java.lang.Object
api.basecamp.Messages
public class Messages
- extends java.lang.Object
Collection of BaseCamp Company Objects
- Author:
- jondavidjohn
Constructor Summary |
Messages(BCAuth auth,
int projectId)
Gets Messages associated with given project. |
Messages(BCAuth auth,
int projectId,
int categoryId)
Gets All Category Messages |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Messages
public Messages(BCAuth auth,
int projectId,
int categoryId)
- Gets All Category Messages
- Parameters:
auth
- BCAuth Object
Messages
public Messages(BCAuth auth,
int projectId)
- Gets Messages associated with given project.
- Parameters:
auth
- BCAuth ObjectprojectId
- ID of project
getItems
public java.util.List<Message> getItems()
getMessage
public Message getMessage(int id)
getMessageCount
public int getMessageCount()