Class Resource
java.lang.Object
net.amcintosh.freshbooks.resources.api.Resource
- Direct Known Subclasses:
AccountingResource
,AuthResource
,ProjectResource
Base class for API resources.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
buildQueryString
(List<QueryBuilder> builders) Construct the http call query string from the List of QueryBuilders provided.protected abstract ResourceType
-
Field Details
-
freshBooksClient
-
-
Constructor Details
-
Resource
- Parameters:
freshBooksClient
- Initialized instance of FreshBooksClient
-
-
Method Details
-
getResourceType
-
buildQueryString
Construct the http call query string from the List of QueryBuilders provided.- Parameters:
builders
- List of QueryBuilders- Returns:
-