Class TimeEntryList

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.TimeEntryList
All Implemented Interfaces:
Cloneable, Map<String,Object>

public class TimeEntryList extends ListResult
Results of time_entries list call containing list of time_entry, pagination, and billing data.
  • Constructor Details

  • Method Details

    • getTimeEntries

      public List<TimeEntry> getTimeEntries()
      Array of time entries returned by the `list` call.
      Returns:
      Arraylist of TimeEntry objects