Class ServiceList

java.lang.Object
java.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
net.amcintosh.freshbooks.models.ListResult
net.amcintosh.freshbooks.models.ServiceList
All Implemented Interfaces:
Cloneable, Map<String,Object>

public class ServiceList extends ListResult
Results of services list call containing list of services and pagination data.
  • Constructor Details

  • Method Details

    • getServices

      public List<Service> getServices()
      Array of services returned by the `list` call.
      Returns:
      List of Service objects