Package ch.aaap.harvestclient.api
Interface Api.Simple<T>
- Type Parameters:
T- the type for this api
- All Superinterfaces:
Api.Create<T>,Api.Delete<T>,Api.Get<T>
- All Known Subinterfaces:
ClientContactsApi,ClientsApi,EstimateItemCategoriesApi,EstimatesApi,ExpenseCategoriesApi,ExpensesApi,InvoiceItemCategoriesApi,InvoicesApi,ProjectsApi,TasksApi,UsersApi
- All Known Implementing Classes:
ClientContactsApiImpl,ClientsApiImpl,EstimateItemCategoriesApiImpl,EstimatesApiImpl,ExpenseCategoriesApiImpl,ExpensesApiImpl,InvoiceItemCategoriesApiImpl,InvoicesApiImpl,ProjectsApiImpl,TasksApiImpl,UsersApiImpl
- Enclosing interface:
- Api
Common interface for simple rest objects
-
Method Summary
Methods inherited from interface ch.aaap.harvestclient.api.Api.Create
createMethods inherited from interface ch.aaap.harvestclient.api.Api.Delete
delete