Class TimeTrackingResource
java.lang.Object
net.amcintosh.freshbooks.resources.api.Resource
net.amcintosh.freshbooks.resources.api.ProjectResource
net.amcintosh.freshbooks.resources.api.TimeTrackingResource
- Direct Known Subclasses:
TimeEntries
Handles resources under the '
These are handled identically to `/projects` endpoints. Refer to
/timetracking'.
These are handled identically to `/projects` endpoints. Refer to
ProjectResource.-
Field Summary
Fields inherited from class net.amcintosh.freshbooks.resources.api.Resource
freshBooksClient -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ResourceTypeprotected StringgetUrl(long businessId) protected StringgetUrl(long businessId, long resourceId) protected StringgetUrl(long businessId, long resourceId, IncludesQueryBuilder builder) protected StringgetUrl(long businessId, List<QueryBuilder> builders) Methods inherited from class net.amcintosh.freshbooks.resources.api.ProjectResource
getPathForList, getPathForSingle, getUrl, getUrl, handleListRequest, handleRequest, handleRequestMethods inherited from class net.amcintosh.freshbooks.resources.api.Resource
buildQueryString
-
Constructor Details
-
TimeTrackingResource
- Parameters:
freshBooksClient- Initialized instance of FreshBooksClient
-
-
Method Details
-
getResourceType
- Overrides:
getResourceTypein classProjectResource
-
getUrl
-
getUrl
-
getUrl
- Overrides:
getUrlin classProjectResource
-
getUrl
- Overrides:
getUrlin classProjectResource
-