Class ProjectList

java.lang.Object
java.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
net.amcintosh.freshbooks.models.ListResult
net.amcintosh.freshbooks.models.ProjectList
All Implemented Interfaces:
Cloneable, Map<String,Object>

public class ProjectList extends ListResult
Results of projects list call containing list of projects and pagination data.
  • Constructor Details

  • Method Details

    • getProjects

      public ArrayList<Project> getProjects()
      Array of projects returned by the `list` call.
      Returns:
      Arraylist of Project objects