Package com.smartcar.sdk.data
Class ServiceHistory
- java.lang.Object
-
- com.smartcar.sdk.data.ApiData
-
- com.smartcar.sdk.data.ServiceHistory
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceHistory extends ApiData
POJO for Service History of a Vehicle- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceHistory()
ServiceHistory(java.util.List<ServiceRecord> items)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ServiceRecord>
getItems()
Returns the list of service records.
-
-
-
Constructor Detail
-
ServiceHistory
public ServiceHistory()
-
ServiceHistory
public ServiceHistory(java.util.List<ServiceRecord> items)
-
-
Method Detail
-
getItems
public java.util.List<ServiceRecord> getItems()
Returns the list of service records.- Returns:
- List of service records
-
-