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
-
Method Summary
Modifier and TypeMethodDescriptionprotected ResourceType
protected String
getUrl
(long businessId) protected String
getUrl
(long businessId, long resourceId) protected String
getUrl
(long businessId, long resourceId, IncludesQueryBuilder builder) protected String
getUrl
(long businessId, List<QueryBuilder> builders) Methods inherited from class net.amcintosh.freshbooks.resources.api.ProjectResource
getPathForList, getPathForSingle, getUrl, getUrl, handleListRequest, handleRequest, handleRequest
Methods inherited from class net.amcintosh.freshbooks.resources.api.Resource
buildQueryString
-
Constructor Details
-
TimeTrackingResource
- Parameters:
freshBooksClient
- Initialized instance of FreshBooksClient
-
-
Method Details
-
getResourceType
- Overrides:
getResourceType
in classProjectResource
-
getUrl
-
getUrl
-
getUrl
- Overrides:
getUrl
in classProjectResource
-
getUrl
- Overrides:
getUrl
in classProjectResource
-