Uses of Record Class
de.chiflux.tesla.api.FullVehicleData
Packages that use FullVehicleData
-
Uses of FullVehicleData in de.chiflux.tesla
Methods in de.chiflux.tesla that return FullVehicleDataModifier and TypeMethodDescriptionTeslaApi.getFullVehicleData(String id_s) Full vehicle data consists of charge state, drive state, vehicle config vehicle state and general information.TeslaApiService.getFullVehicleData(String id) TeslaLiveApi.getFullVehicleData(String id_s) Methods in de.chiflux.tesla with parameters of type FullVehicleDataModifier and TypeMethodDescriptionstatic ExtendedVehicleInfoVehicleInfo.ofFullVehicleData(FullVehicleData fullVehicleData) Constructs a user-friendly record of selected information of the vehicleData API -
Uses of FullVehicleData in de.chiflux.tesla.api
Methods in de.chiflux.tesla.api that return FullVehicleDataModifier and TypeMethodDescriptionFullVehicleDataResponse.response()Returns the value of theresponserecord component.Constructors in de.chiflux.tesla.api with parameters of type FullVehicleDataModifierConstructorDescriptionFullVehicleDataResponse(FullVehicleData response) Creates an instance of aFullVehicleDataResponserecord class.