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

public static interface Api.Simple<T> extends Api.Get<T>, Api.Create<T>, Api.Delete<T>
Common interface for simple rest objects
  • Method Summary

    Methods inherited from interface ch.aaap.harvestclient.api.Api.Create

    create

    Methods inherited from interface ch.aaap.harvestclient.api.Api.Delete

    delete

    Methods inherited from interface ch.aaap.harvestclient.api.Api.Get

    get