Uses of Record Class
de.chiflux.tesla.api.VehicleData
Packages that use VehicleData
-
Uses of VehicleData in de.chiflux.tesla
Methods in de.chiflux.tesla with parameters of type VehicleDataModifier and TypeMethodDescriptionstatic BasicVehicleInfoVehicleInfo.ofVehicleData(VehicleData vehicleData) Constructs a user-friendly record of selected information of the vehicles API -
Uses of VehicleData in de.chiflux.tesla.api
Methods in de.chiflux.tesla.api that return types with arguments of type VehicleDataModifier and TypeMethodDescriptionVehiclesResponse.response()Returns the value of theresponserecord component.Constructor parameters in de.chiflux.tesla.api with type arguments of type VehicleDataModifierConstructorDescriptionVehiclesResponse(List<VehicleData> response, int count) Creates an instance of aVehiclesResponserecord class.