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 TypeMethodDescriptionReturn the objects values as a Map suitable to sending to FreshBooks in a POST or PUT request.
-
Method Details
-
getContent
Return the objects values as a Map suitable to sending to FreshBooks in a POST or PUT request.- Returns:
-