Interface ConvertibleContent

All Known Implementing Classes:
Client, Expense, Invoice, Item, LineItem, Money, OtherIncome, Payment, Project, Service, ServiceRate, Task, Tax, TimeEntry

public interface ConvertibleContent
Interface for models that can be converted into Maps.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the objects values as a Map suitable to sending to FreshBooks in a POST or PUT request.
  • Method Details

    • getContent

      Map<String,Object> getContent()
      Return the objects values as a Map suitable to sending to FreshBooks in a POST or PUT request.
      Returns: