Skip navigation links
A B C D E F G H I J L M N O P R S T U V W Y 

A

accidentCount(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
accidentEvent(Boolean) - Method in class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
 
accidentSequenceNumber(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
activityCode(Integer) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
Adapter() - Constructor for class com.autocheckinsurance.sdk.model.HistoryRecord.OruEnum.Adapter
 
Adapter() - Constructor for class com.autocheckinsurance.sdk.model.HistoryRecord.UomEnum.Adapter
 
Adapter() - Constructor for class com.autocheckinsurance.sdk.model.HistoryResponse.LevelEnum.Adapter
 
Adapter() - Constructor for class com.autocheckinsurance.sdk.model.RiskCalculationRequest.TypeEnum.Adapter
 
Adapter() - Constructor for class com.autocheckinsurance.sdk.model.RiskCalculationResponse.TypeEnum.Adapter
 
Adapter() - Constructor for class com.autocheckinsurance.sdk.model.VehicleHistory.BbpEnum.Adapter
 
addDefaultHeader(String, String) - Method in class com.autocheckinsurance.sdk.ApiClient
Add a default header.
addHistoryRecordsItem(HistoryRecord) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
addRecallRecordsItem(RecallRecord) - Method in class com.autocheckinsurance.sdk.model.VehicleRecall
 
addVehicleOwnerHistoryItem(VehicleOwnershipActivity) - Method in class com.autocheckinsurance.sdk.model.Vehicle
 
addVehicleRequestAttributesItem(VehicleRequestAttribute) - Method in class com.autocheckinsurance.sdk.model.HistoryRequest
 
addVehicleRequestAttributesItem(VehicleRequestAttribute) - Method in class com.autocheckinsurance.sdk.model.UnprocessedHistoryRequests
 
addVehicleRiskRequestAttributesItem(VehicleRiskRequestAttribute) - Method in class com.autocheckinsurance.sdk.model.RiskCalculationRequest
 
addVehicleRiskRequestAttributesItem(VehicleRiskRequestAttribute) - Method in class com.autocheckinsurance.sdk.model.UnprocessedRiskCalculationRequests
 
addVehicleRiskResultsItem(VehicleRiskResult) - Method in class com.autocheckinsurance.sdk.model.RiskCalculationResponse
 
addVehiclesItem(Vehicle) - Method in class com.autocheckinsurance.sdk.model.HistoryResponse
 
age(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleScoring
 
ApiCallback<T> - Interface in com.autocheckinsurance.sdk
Callback for asynchronous API call.
ApiClient - Class in com.autocheckinsurance.sdk
 
ApiClient() - Constructor for class com.autocheckinsurance.sdk.ApiClient
 
ApiException - Exception in com.autocheckinsurance.sdk
 
ApiException() - Constructor for exception com.autocheckinsurance.sdk.ApiException
 
ApiException(Throwable) - Constructor for exception com.autocheckinsurance.sdk.ApiException
 
ApiException(String) - Constructor for exception com.autocheckinsurance.sdk.ApiException
 
ApiException(String, Throwable, int, Map<String, List<String>>, String) - Constructor for exception com.autocheckinsurance.sdk.ApiException
 
ApiException(String, int, Map<String, List<String>>, String) - Constructor for exception com.autocheckinsurance.sdk.ApiException
 
ApiException(String, Throwable, int, Map<String, List<String>>) - Constructor for exception com.autocheckinsurance.sdk.ApiException
 
ApiException(int, Map<String, List<String>>, String) - Constructor for exception com.autocheckinsurance.sdk.ApiException
 
ApiException(int, String) - Constructor for exception com.autocheckinsurance.sdk.ApiException
 
ApiException(int, String, Map<String, List<String>>, String) - Constructor for exception com.autocheckinsurance.sdk.ApiException
 
ApiKeyAuth - Class in com.autocheckinsurance.sdk.auth
 
ApiKeyAuth(String, String) - Constructor for class com.autocheckinsurance.sdk.auth.ApiKeyAuth
 
ApiResponse<T> - Class in com.autocheckinsurance.sdk
API response returned by API call.
ApiResponse(int, Map<String, List<String>>) - Constructor for class com.autocheckinsurance.sdk.ApiResponse
 
ApiResponse(int, Map<String, List<String>>, T) - Constructor for class com.autocheckinsurance.sdk.ApiResponse
 
applyToParams(List<Pair>, Map<String, String>) - Method in class com.autocheckinsurance.sdk.auth.ApiKeyAuth
 
applyToParams(List<Pair>, Map<String, String>) - Method in interface com.autocheckinsurance.sdk.auth.Authentication
Apply authentication settings to header and query params.
applyToParams(List<Pair>, Map<String, String>) - Method in class com.autocheckinsurance.sdk.auth.HttpBasicAuth
 
applyToParams(List<Pair>, Map<String, String>) - Method in class com.autocheckinsurance.sdk.auth.OAuth
 
assured(Boolean) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
Authentication - Interface in com.autocheckinsurance.sdk.auth
 

B

bbp(VehicleHistory.BbpEnum) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
body(String) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
buildCall(String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, Object>, String[], ProgressRequestBody.ProgressRequestListener) - Method in class com.autocheckinsurance.sdk.ApiClient
Build HTTP call with the given options.
buildRequest(String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, Object>, String[], ProgressRequestBody.ProgressRequestListener) - Method in class com.autocheckinsurance.sdk.ApiClient
Build an HTTP request with the given options.
buildRequestBodyFormEncoding(Map<String, Object>) - Method in class com.autocheckinsurance.sdk.ApiClient
Build a form-encoding request body with the given form parameters.
buildRequestBodyMultipart(Map<String, Object>) - Method in class com.autocheckinsurance.sdk.ApiClient
Build a multipart (file uploading) request body with the given form parameters, which could contain text fields and file fields.
buildUrl(String, List<Pair>, List<Pair>) - Method in class com.autocheckinsurance.sdk.ApiClient
Build full URL by concatenating base path, the given sub path and query parameters.
ByteArrayAdapter() - Constructor for class com.autocheckinsurance.sdk.JSON.ByteArrayAdapter
 

C

calcRisk(String, String, RiskCalculationRequest) - Method in class com.autocheckinsurance.sdk.api.VehicleApi
Calculate Risk of Loss for Requested Vehicles Method for calculating Loss Risk Prediction for a list of vehicles.
calcRiskAsync(String, String, RiskCalculationRequest, ApiCallback<RiskCalculationResponse>) - Method in class com.autocheckinsurance.sdk.api.VehicleApi
Calculate Risk of Loss for Requested Vehicles (asynchronously) Method for calculating Loss Risk Prediction for a list of vehicles.
calcRiskCall(String, String, RiskCalculationRequest, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.autocheckinsurance.sdk.api.VehicleApi
Build call for calcRisk
calcRiskPlus(String, String, RiskCalculationRequest) - Method in class com.autocheckinsurance.sdk.api.VehicleApi
Calculate Risk of Loss and return Full History for Requested Vehicles Method for calculating Loss Risk Prediction and returning Full History for a list of vehicles.
calcRiskPlusAsync(String, String, RiskCalculationRequest, ApiCallback<RiskCalculationPlusResponse>) - Method in class com.autocheckinsurance.sdk.api.VehicleApi
Calculate Risk of Loss and return Full History for Requested Vehicles (asynchronously) Method for calculating Loss Risk Prediction and returning Full History for a list of vehicles.
calcRiskPlusCall(String, String, RiskCalculationRequest, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.autocheckinsurance.sdk.api.VehicleApi
Build call for calcRiskPlus
calcRiskPlusWithHttpInfo(String, String, RiskCalculationRequest) - Method in class com.autocheckinsurance.sdk.api.VehicleApi
Calculate Risk of Loss and return Full History for Requested Vehicles Method for calculating Loss Risk Prediction and returning Full History for a list of vehicles.
calcRiskWithHttpInfo(String, String, RiskCalculationRequest) - Method in class com.autocheckinsurance.sdk.api.VehicleApi
Calculate Risk of Loss for Requested Vehicles Method for calculating Loss Risk Prediction for a list of vehicles.
caseNumber(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
category(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
checklistGroup(Integer) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
city(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
color(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
com.autocheckinsurance.sdk - package com.autocheckinsurance.sdk
 
com.autocheckinsurance.sdk.api - package com.autocheckinsurance.sdk.api
 
com.autocheckinsurance.sdk.auth - package com.autocheckinsurance.sdk.auth
 
com.autocheckinsurance.sdk.model - package com.autocheckinsurance.sdk.model
 
compareScoreRangeHigh(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleScoring
 
compareScoreRangeLow(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleScoring
 
conditionRpt(Boolean) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
Configuration - Class in com.autocheckinsurance.sdk
 
Configuration() - Constructor for class com.autocheckinsurance.sdk.Configuration
 
consequence(Boolean) - Method in class com.autocheckinsurance.sdk.model.RecallRecord
 
containsIgnoreCase(String[], String) - Static method in class com.autocheckinsurance.sdk.StringUtil
Check if the given array contains the given value (with case-insensitive comparison).
contentLength() - Method in class com.autocheckinsurance.sdk.ProgressRequestBody
 
contentLength() - Method in class com.autocheckinsurance.sdk.ProgressResponseBody
 
contentType() - Method in class com.autocheckinsurance.sdk.ProgressRequestBody
 
contentType() - Method in class com.autocheckinsurance.sdk.ProgressResponseBody
 
count(Integer) - Method in class com.autocheckinsurance.sdk.model.HistoryResponse
 
count(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
count(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleRecall
 
country(String) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
createGson() - Static method in class com.autocheckinsurance.sdk.JSON
 

D

date(LocalDate) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
date(LocalDate) - Method in class com.autocheckinsurance.sdk.model.RecallRecord
 
DateTypeAdapter() - Constructor for class com.autocheckinsurance.sdk.JSON.DateTypeAdapter
 
DateTypeAdapter(DateFormat) - Constructor for class com.autocheckinsurance.sdk.JSON.DateTypeAdapter
 
DefaultApi - Class in com.autocheckinsurance.sdk.api
 
DefaultApi() - Constructor for class com.autocheckinsurance.sdk.api.DefaultApi
 
DefaultApi(ApiClient) - Constructor for class com.autocheckinsurance.sdk.api.DefaultApi
 
deserialize(Response, Type) - Method in class com.autocheckinsurance.sdk.ApiClient
Deserialize response body to Java object, according to the return type and the Content-Type response header.
deserialize(String, Type) - Method in class com.autocheckinsurance.sdk.JSON
Deserialize the given JSON string to Java object.
downloadFileFromResponse(Response) - Method in class com.autocheckinsurance.sdk.ApiClient
Download file from the given response.
duration(String) - Method in class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
 

E

effectiveEndDate(LocalDate) - Method in class com.autocheckinsurance.sdk.model.VehicleRiskRequestAttribute
 
effectiveEndDate(LocalDate) - Method in class com.autocheckinsurance.sdk.model.VehicleRiskResult
 
Empty - Class in com.autocheckinsurance.sdk.model
Empty
Empty() - Constructor for class com.autocheckinsurance.sdk.model.Empty
 
end(LocalDate) - Method in class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
 
engine(String) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
equals(Object) - Method in class com.autocheckinsurance.sdk.model.Empty
 
equals(Object) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
equals(Object) - Method in class com.autocheckinsurance.sdk.model.HistoryRequest
 
equals(Object) - Method in class com.autocheckinsurance.sdk.model.HistoryResponse
 
equals(Object) - Method in class com.autocheckinsurance.sdk.model.RecallRecord
 
equals(Object) - Method in class com.autocheckinsurance.sdk.model.RiskCalculationPlusResponse
 
equals(Object) - Method in class com.autocheckinsurance.sdk.model.RiskCalculationRequest
 
equals(Object) - Method in class com.autocheckinsurance.sdk.model.RiskCalculationResponse
 
equals(Object) - Method in class com.autocheckinsurance.sdk.model.UnprocessedHistoryRequests
 
equals(Object) - Method in class com.autocheckinsurance.sdk.model.UnprocessedRiskCalculationRequests
 
equals(Object) - Method in class com.autocheckinsurance.sdk.model.Vehicle
 
equals(Object) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
equals(Object) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
equals(Object) - Method in class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
 
equals(Object) - Method in class com.autocheckinsurance.sdk.model.VehicleRecall
 
equals(Object) - Method in class com.autocheckinsurance.sdk.model.VehicleRequestAttribute
 
equals(Object) - Method in class com.autocheckinsurance.sdk.model.VehicleRiskRequestAttribute
 
equals(Object) - Method in class com.autocheckinsurance.sdk.model.VehicleRiskResult
 
equals(Object) - Method in class com.autocheckinsurance.sdk.model.VehicleScoring
 
escapeString(String) - Method in class com.autocheckinsurance.sdk.ApiClient
Escape the given string to be used as URL query value.
estimatedAverageMiles(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
execute(Call) - Method in class com.autocheckinsurance.sdk.ApiClient
execute(Call, Type) - Method in class com.autocheckinsurance.sdk.ApiClient
Execute HTTP call and deserialize the HTTP response body into the given return type.
executeAsync(Call, ApiCallback<T>) - Method in class com.autocheckinsurance.sdk.ApiClient
executeAsync(Call, Type, ApiCallback<T>) - Method in class com.autocheckinsurance.sdk.ApiClient
Execute HTTP call asynchronously.

F

fromValue(String) - Static method in enum com.autocheckinsurance.sdk.model.HistoryRecord.OruEnum
 
fromValue(String) - Static method in enum com.autocheckinsurance.sdk.model.HistoryRecord.UomEnum
 
fromValue(String) - Static method in enum com.autocheckinsurance.sdk.model.HistoryResponse.LevelEnum
 
fromValue(String) - Static method in enum com.autocheckinsurance.sdk.model.RiskCalculationRequest.TypeEnum
 
fromValue(String) - Static method in enum com.autocheckinsurance.sdk.model.RiskCalculationResponse.TypeEnum
 
fromValue(String) - Static method in enum com.autocheckinsurance.sdk.model.VehicleHistory.BbpEnum
 

G

getAccessToken() - Method in class com.autocheckinsurance.sdk.auth.OAuth
 
getAccidentCount() - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
the number of accidents
getAccidentSequenceNumber() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
the accident sequence number
getActivityCode() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
the unique identifier for the activity type
getAge() - Method in class com.autocheckinsurance.sdk.model.VehicleScoring
the vehicle's age
getApiClient() - Method in class com.autocheckinsurance.sdk.api.DefaultApi
 
getApiClient() - Method in class com.autocheckinsurance.sdk.api.VehicleApi
 
getApiClient() - Method in class com.autocheckinsurance.sdk.api.VehicleHistoryApi
 
getApiKey() - Method in class com.autocheckinsurance.sdk.auth.ApiKeyAuth
 
getApiKeyPrefix() - Method in class com.autocheckinsurance.sdk.auth.ApiKeyAuth
 
getAuthentication(String) - Method in class com.autocheckinsurance.sdk.ApiClient
Get authentication for the given name.
getAuthentications() - Method in class com.autocheckinsurance.sdk.ApiClient
Get authentications (key: authentication name, value: authentication).
getBasePath() - Method in class com.autocheckinsurance.sdk.ApiClient
Get base path
getBbp() - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
Decides the BBP badge to be displayed on report.
getBody() - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
the body type
getCaseNumber() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
the case number
getCategory() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
the activity category
getChecklistGroup() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
the checklist group
getCity() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
the city in which the activity was reported
getCode() - Method in exception com.autocheckinsurance.sdk.ApiException
Get the HTTP status code.
getColor() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
the color of a vehicle supplied by dealer
getCompareScoreRangeHigh() - Method in class com.autocheckinsurance.sdk.model.VehicleScoring
the high end of the score range
getCompareScoreRangeLow() - Method in class com.autocheckinsurance.sdk.model.VehicleScoring
the low end of the score range
getConnectTimeout() - Method in class com.autocheckinsurance.sdk.ApiClient
Get connection timeout (in milliseconds).
getCount() - Method in class com.autocheckinsurance.sdk.model.HistoryResponse
the number of vehicles returned
getCount() - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
the number of historical activity records
getCount() - Method in class com.autocheckinsurance.sdk.model.VehicleRecall
the number of recall records
getCountry() - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
the country of origin
getData() - Method in class com.autocheckinsurance.sdk.ApiResponse
 
getDate() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
the date of the activity
getDate() - Method in class com.autocheckinsurance.sdk.model.RecallRecord
the date of the recall
getDateFormat() - Method in class com.autocheckinsurance.sdk.ApiClient
 
getDefaultApiClient() - Static method in class com.autocheckinsurance.sdk.Configuration
Get the default API client, which would be used when creating API instances without providing an API client.
getDuration() - Method in class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
the duration of ownership
getEffectiveEndDate() - Method in class com.autocheckinsurance.sdk.model.VehicleRiskRequestAttribute
the effective end date
getEffectiveEndDate() - Method in class com.autocheckinsurance.sdk.model.VehicleRiskResult
the effective end date
getEnd() - Method in class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
the date ownership ended
getEngine() - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
the engine type/size
getEstimatedAverageMiles() - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
the estimated average miles
getGson() - Method in class com.autocheckinsurance.sdk.JSON
Get Gson.
getHeaders() - Method in class com.autocheckinsurance.sdk.ApiResponse
 
getHistory() - Method in class com.autocheckinsurance.sdk.model.Vehicle
Get history
getHistoryRecords() - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
the list of historical activity for the vehicle
getHistoryResponse() - Method in class com.autocheckinsurance.sdk.model.RiskCalculationPlusResponse
Get historyResponse
getHttpClient() - Method in class com.autocheckinsurance.sdk.ApiClient
Get HTTP client
getJSON() - Method in class com.autocheckinsurance.sdk.ApiClient
Get JSON
getKeyManagers() - Method in class com.autocheckinsurance.sdk.ApiClient
 
getLastOdometer() - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
the last odometer reading
getLevel() - Method in class com.autocheckinsurance.sdk.model.HistoryResponse
the history level returned
getLocation() - Method in class com.autocheckinsurance.sdk.auth.ApiKeyAuth
 
getManufacturer() - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
the vehicle manufacturer
getManufacturerCode() - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
the vehicle manufacturer code
getManufacturerURL() - Method in class com.autocheckinsurance.sdk.model.VehicleRecall
the manufacturer's URL
getModel() - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
the vehicle model
getName() - Method in class com.autocheckinsurance.sdk.Pair
 
getNhtsaCampaignNumber() - Method in class com.autocheckinsurance.sdk.model.RecallRecord
the NHTSA compaign number
getOdometer() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
the odometer reading
getOrgName() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
the name of the reporting organization
getOriginalIncidentReportedDate() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
the date of the incident was reported
getOru() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
odometer rollback use indicator of how odometer reading is used in rollback calculation
getOwnerCount() - Method in class com.autocheckinsurance.sdk.model.VehicleScoring
the number of owners
getParamName() - Method in class com.autocheckinsurance.sdk.auth.ApiKeyAuth
 
getPassword() - Method in class com.autocheckinsurance.sdk.auth.HttpBasicAuth
 
getPhone() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
the phone of the reporting organization
getReadTimeout() - Method in class com.autocheckinsurance.sdk.ApiClient
Get read timeout (in milliseconds).
getRecallCode() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
recall code supplied by manufacturer
getRecallCount() - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
the number of recalls
getRecallLinkTxt() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
used in URL text
getRecallRecords() - Method in class com.autocheckinsurance.sdk.model.VehicleRecall
the list of recalls for the vehicle
getRecalls() - Method in class com.autocheckinsurance.sdk.model.Vehicle
recall information for the vehicle
getRecallTxt() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
description of recall
getRecallUrl() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
the URL is supplied by the manufacturer
getReferenceNumber() - Method in class com.autocheckinsurance.sdk.model.Vehicle
the reference number for the caller's tracking purposes
getReferenceNumber() - Method in class com.autocheckinsurance.sdk.model.VehicleRequestAttribute
the reference number for the caller's tracking purposes
getReferenceNumber() - Method in class com.autocheckinsurance.sdk.model.VehicleRiskRequestAttribute
the reference number for the caller's tracking purposes
getReferenceNumber() - Method in class com.autocheckinsurance.sdk.model.VehicleRiskResult
the reference number for the caller's tracking purposes
getRemedy() - Method in class com.autocheckinsurance.sdk.model.RecallRecord
the remedy for the recall
getResponseBody() - Method in exception com.autocheckinsurance.sdk.ApiException
Get the HTTP response body.
getResponseHeaders() - Method in exception com.autocheckinsurance.sdk.ApiException
Get the HTTP response headers.
getResultCode() - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
the result code (0 = no errors)
getResultMessage() - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
the result message.
getResults() - Method in class com.autocheckinsurance.sdk.model.VehicleRiskResult
The risk prediction results.
getRiskResponse() - Method in class com.autocheckinsurance.sdk.model.RiskCalculationPlusResponse
Get riskResponse
getScore() - Method in class com.autocheckinsurance.sdk.model.VehicleScoring
the score of this vehicle
getScoring() - Method in class com.autocheckinsurance.sdk.model.Vehicle
Get scoring
getSequenceNumber() - Method in class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
the sequence number
getSeriesCode() - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
the series code
getSslCaCert() - Method in class com.autocheckinsurance.sdk.ApiClient
Get SSL CA cert.
getStart() - Method in class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
the date ownership started
getState() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
the state in which the activity occurred
getState() - Method in class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
the state in which the ownership occurred
getStatus() - Method in class com.autocheckinsurance.sdk.model.RecallRecord
the status of the recall
getStatusCode() - Method in class com.autocheckinsurance.sdk.ApiResponse
 
getSummary() - Method in class com.autocheckinsurance.sdk.model.RecallRecord
the recall summary
getTempFolderPath() - Method in class com.autocheckinsurance.sdk.ApiClient
The path of temporary folder used to store downloaded files from endpoints with file response.
getTitle() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
the title record
getTitle() - Method in class com.autocheckinsurance.sdk.model.RecallRecord
the recall title
getType() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
the type of activity
getType() - Method in class com.autocheckinsurance.sdk.model.RiskCalculationRequest
the risk prediction type
getType() - Method in class com.autocheckinsurance.sdk.model.RiskCalculationResponse
The risk prediction type used
getUnprocessed() - Method in class com.autocheckinsurance.sdk.model.HistoryResponse
Get unprocessed
getUnprocessed() - Method in class com.autocheckinsurance.sdk.model.RiskCalculationResponse
Get unprocessed
getUom() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
the odometer unit of measurement
getUrl() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
the URL supplied by a dealer
getUsername() - Method in class com.autocheckinsurance.sdk.auth.HttpBasicAuth
 
getValue() - Method in enum com.autocheckinsurance.sdk.model.HistoryRecord.OruEnum
 
getValue() - Method in enum com.autocheckinsurance.sdk.model.HistoryRecord.UomEnum
 
getValue() - Method in enum com.autocheckinsurance.sdk.model.HistoryResponse.LevelEnum
 
getValue() - Method in enum com.autocheckinsurance.sdk.model.RiskCalculationRequest.TypeEnum
 
getValue() - Method in enum com.autocheckinsurance.sdk.model.RiskCalculationResponse.TypeEnum
 
getValue() - Method in enum com.autocheckinsurance.sdk.model.VehicleHistory.BbpEnum
 
getValue() - Method in class com.autocheckinsurance.sdk.Pair
 
getVehicleClass() - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
the vehicle class
getVehicleInformation() - Method in class com.autocheckinsurance.sdk.model.Vehicle
Get vehicleInformation
getVehicleOwnerHistory() - Method in class com.autocheckinsurance.sdk.model.Vehicle
ownership history for the vehicle (Please note that ownership activity is a separately licensed section of the vehicle history responses.
getVehicleRequestAttributes() - Method in class com.autocheckinsurance.sdk.model.HistoryRequest
the list of vehicle request attributes
getVehicleRequestAttributes() - Method in class com.autocheckinsurance.sdk.model.UnprocessedHistoryRequests
the list of unprocessed requests
getVehicleRiskRequestAttributes() - Method in class com.autocheckinsurance.sdk.model.RiskCalculationRequest
the list of vehicle identification numbers/effective end date combinations
getVehicleRiskRequestAttributes() - Method in class com.autocheckinsurance.sdk.model.UnprocessedRiskCalculationRequests
the list of unprocessed requests
getVehicleRiskResults() - Method in class com.autocheckinsurance.sdk.model.RiskCalculationResponse
the list of results for each vehicle identification numbers/effective end date combination
getVehicles() - Method in class com.autocheckinsurance.sdk.model.HistoryResponse
the list of vehicles returned
getVin() - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
the Vehicle Identification Number
getVin() - Method in class com.autocheckinsurance.sdk.model.VehicleRequestAttribute
the vehicle identification number
getVin() - Method in class com.autocheckinsurance.sdk.model.VehicleRiskRequestAttribute
the vehicle identification number
getVin() - Method in class com.autocheckinsurance.sdk.model.VehicleRiskResult
the vehicle identification number
getWriteTimeout() - Method in class com.autocheckinsurance.sdk.ApiClient
Get write timeout (in milliseconds).
getYear() - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
the model year
getYearPurchased() - Method in class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
the year this owner purchased the vehicle
guessContentTypeFromFile(File) - Method in class com.autocheckinsurance.sdk.ApiClient
Guess Content-Type header from the given file (defaults to "application/octet-stream").

H

handleResponse(Response, Type) - Method in class com.autocheckinsurance.sdk.ApiClient
Handle the given response, return the deserialized object when the response is successful.
hashCode() - Method in class com.autocheckinsurance.sdk.model.Empty
 
hashCode() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
hashCode() - Method in class com.autocheckinsurance.sdk.model.HistoryRequest
 
hashCode() - Method in class com.autocheckinsurance.sdk.model.HistoryResponse
 
hashCode() - Method in class com.autocheckinsurance.sdk.model.RecallRecord
 
hashCode() - Method in class com.autocheckinsurance.sdk.model.RiskCalculationPlusResponse
 
hashCode() - Method in class com.autocheckinsurance.sdk.model.RiskCalculationRequest
 
hashCode() - Method in class com.autocheckinsurance.sdk.model.RiskCalculationResponse
 
hashCode() - Method in class com.autocheckinsurance.sdk.model.UnprocessedHistoryRequests
 
hashCode() - Method in class com.autocheckinsurance.sdk.model.UnprocessedRiskCalculationRequests
 
hashCode() - Method in class com.autocheckinsurance.sdk.model.Vehicle
 
hashCode() - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
hashCode() - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
hashCode() - Method in class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
 
hashCode() - Method in class com.autocheckinsurance.sdk.model.VehicleRecall
 
hashCode() - Method in class com.autocheckinsurance.sdk.model.VehicleRequestAttribute
 
hashCode() - Method in class com.autocheckinsurance.sdk.model.VehicleRiskRequestAttribute
 
hashCode() - Method in class com.autocheckinsurance.sdk.model.VehicleRiskResult
 
hashCode() - Method in class com.autocheckinsurance.sdk.model.VehicleScoring
 
history(VehicleHistory) - Method in class com.autocheckinsurance.sdk.model.Vehicle
 
historyFull(String, String, HistoryRequest) - Method in class com.autocheckinsurance.sdk.api.VehicleHistoryApi
Retrieve Historical Activity for Requested Vehicles Method to retrieve vehicle history and ownership data (if authorized) for a list of vehicles.
historyFullAsync(String, String, HistoryRequest, ApiCallback<HistoryResponse>) - Method in class com.autocheckinsurance.sdk.api.VehicleHistoryApi
Retrieve Historical Activity for Requested Vehicles (asynchronously) Method to retrieve vehicle history and ownership data (if authorized) for a list of vehicles.
historyFullCall(String, String, HistoryRequest, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.autocheckinsurance.sdk.api.VehicleHistoryApi
Build call for historyFull
historyFullWithHttpInfo(String, String, HistoryRequest) - Method in class com.autocheckinsurance.sdk.api.VehicleHistoryApi
Retrieve Historical Activity for Requested Vehicles Method to retrieve vehicle history and ownership data (if authorized) for a list of vehicles.
historyMileage(String, String, HistoryRequest) - Method in class com.autocheckinsurance.sdk.api.VehicleHistoryApi
Retrieve Odometer Discrepancy Activity for Requested Vehicles Method to retrieve odometer discrepancy history for a list of vehicles.
historyMileageAsync(String, String, HistoryRequest, ApiCallback<HistoryResponse>) - Method in class com.autocheckinsurance.sdk.api.VehicleHistoryApi
Retrieve Odometer Discrepancy Activity for Requested Vehicles (asynchronously) Method to retrieve odometer discrepancy history for a list of vehicles.
historyMileageCall(String, String, HistoryRequest, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.autocheckinsurance.sdk.api.VehicleHistoryApi
Build call for historyMileage
historyMileageWithHttpInfo(String, String, HistoryRequest) - Method in class com.autocheckinsurance.sdk.api.VehicleHistoryApi
Retrieve Odometer Discrepancy Activity for Requested Vehicles Method to retrieve odometer discrepancy history for a list of vehicles.
HistoryRecord - Class in com.autocheckinsurance.sdk.model
historical activity for the vehicle
HistoryRecord() - Constructor for class com.autocheckinsurance.sdk.model.HistoryRecord
 
HistoryRecord.OruEnum - Enum in com.autocheckinsurance.sdk.model
odometer rollback use indicator of how odometer reading is used in rollback calculation
HistoryRecord.OruEnum.Adapter - Class in com.autocheckinsurance.sdk.model
 
HistoryRecord.UomEnum - Enum in com.autocheckinsurance.sdk.model
the odometer unit of measurement
HistoryRecord.UomEnum.Adapter - Class in com.autocheckinsurance.sdk.model
 
historyRecords(List<HistoryRecord>) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
HistoryRequest - Class in com.autocheckinsurance.sdk.model
HistoryRequest
HistoryRequest() - Constructor for class com.autocheckinsurance.sdk.model.HistoryRequest
 
HistoryResponse - Class in com.autocheckinsurance.sdk.model
HistoryResponse
HistoryResponse() - Constructor for class com.autocheckinsurance.sdk.model.HistoryResponse
 
historyResponse(HistoryResponse) - Method in class com.autocheckinsurance.sdk.model.RiskCalculationPlusResponse
 
HistoryResponse.LevelEnum - Enum in com.autocheckinsurance.sdk.model
the history level returned
HistoryResponse.LevelEnum.Adapter - Class in com.autocheckinsurance.sdk.model
 
HttpBasicAuth - Class in com.autocheckinsurance.sdk.auth
 
HttpBasicAuth() - Constructor for class com.autocheckinsurance.sdk.auth.HttpBasicAuth
 

I

isAccidentEvent() - Method in class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
indicates if this owner had any accident related activity with this vehicle
isAssured() - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
if the vehicle is considered to be AutoCheck Assured or not.
isConditionRpt() - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
if a condition report is available for a vehicle.
isConsequence() - Method in class com.autocheckinsurance.sdk.model.RecallRecord
the consequence of the recall
isDebugging() - Method in class com.autocheckinsurance.sdk.ApiClient
Check that whether debugging is enabled for this API client.
isJsonMime(String) - Method in class com.autocheckinsurance.sdk.ApiClient
Check if the given MIME is a JSON MIME.
isLease() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
indicates if this is a lease record
isLien() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
indicates if this is a lein record
isMixedOdometer() - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
indicates a mixed odometer
isOdometer() - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
indicates if an odometer reading exists
isRecallDataAvailable() - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
indicates if recall data is available
isRollback() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
indicates if this is a rollback record
isRollback() - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
indicates if the vehicle's history determines that the odometer has been tampered with
isTitleRegStorm() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
indicates there has been a title or registration event in a major storm area sometime prior to the storm
isUrlLink() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
indicates whether or not the url needs to display as a hyperlink in the history section of the report
isVerifyingSsl() - Method in class com.autocheckinsurance.sdk.ApiClient
True if isVerifyingSsl flag is on

J

join(String[], String) - Static method in class com.autocheckinsurance.sdk.StringUtil
Join an array of strings with the given separator.
JSON - Class in com.autocheckinsurance.sdk
 
JSON() - Constructor for class com.autocheckinsurance.sdk.JSON
 
JSON.ByteArrayAdapter - Class in com.autocheckinsurance.sdk
Gson TypeAdapter for Byte Array type
JSON.DateTypeAdapter - Class in com.autocheckinsurance.sdk
Gson TypeAdapter for java.util.Date type If the dateFormat is null, ISO8601Utils will be used.
JSON.LocalDateTypeAdapter - Class in com.autocheckinsurance.sdk
Gson TypeAdapter for JSR310 LocalDate type
JSON.OffsetDateTimeTypeAdapter - Class in com.autocheckinsurance.sdk
Gson TypeAdapter for JSR310 OffsetDateTime type
JSON.SqlDateTypeAdapter - Class in com.autocheckinsurance.sdk
Gson TypeAdapter for java.sql.Date type If the dateFormat is null, a simple "yyyy-MM-dd" format will be used (more efficient than SimpleDateFormat).

L

lastOdometer(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
lease(Boolean) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
level(HistoryResponse.LevelEnum) - Method in class com.autocheckinsurance.sdk.model.HistoryResponse
 
lien(Boolean) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
LocalDateTypeAdapter() - Constructor for class com.autocheckinsurance.sdk.JSON.LocalDateTypeAdapter
 
LocalDateTypeAdapter(DateTimeFormatter) - Constructor for class com.autocheckinsurance.sdk.JSON.LocalDateTypeAdapter
 

M

manufacturer(String) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
manufacturerCode(String) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
manufacturerURL(String) - Method in class com.autocheckinsurance.sdk.model.VehicleRecall
 
mixedOdometer(Boolean) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
model(String) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 

N

nhtsaCampaignNumber(String) - Method in class com.autocheckinsurance.sdk.model.RecallRecord
 

O

OAuth - Class in com.autocheckinsurance.sdk.auth
 
OAuth() - Constructor for class com.autocheckinsurance.sdk.auth.OAuth
 
OAuthFlow - Enum in com.autocheckinsurance.sdk.auth
 
odometer(Integer) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
odometer(Boolean) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
OffsetDateTimeTypeAdapter() - Constructor for class com.autocheckinsurance.sdk.JSON.OffsetDateTimeTypeAdapter
 
OffsetDateTimeTypeAdapter(DateTimeFormatter) - Constructor for class com.autocheckinsurance.sdk.JSON.OffsetDateTimeTypeAdapter
 
onDownloadProgress(long, long, boolean) - Method in interface com.autocheckinsurance.sdk.ApiCallback
This is called when the API downlond processing.
onFailure(ApiException, int, Map<String, List<String>>) - Method in interface com.autocheckinsurance.sdk.ApiCallback
This is called when the API call fails.
onRequestProgress(long, long, boolean) - Method in interface com.autocheckinsurance.sdk.ProgressRequestBody.ProgressRequestListener
 
onSuccess(T, int, Map<String, List<String>>) - Method in interface com.autocheckinsurance.sdk.ApiCallback
This is called when the API call succeeded.
onUploadProgress(long, long, boolean) - Method in interface com.autocheckinsurance.sdk.ApiCallback
This is called when the API upload processing.
orgName(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
originalIncidentReportedDate(LocalDate) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
oru(HistoryRecord.OruEnum) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
ownerCount(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleScoring
 

P

Pair - Class in com.autocheckinsurance.sdk
 
Pair(String, String) - Constructor for class com.autocheckinsurance.sdk.Pair
 
parameterToPair(String, Object) - Method in class com.autocheckinsurance.sdk.ApiClient
Formats the specified query parameter to a list containing a single Pair object.
parameterToPairs(String, String, Collection) - Method in class com.autocheckinsurance.sdk.ApiClient
Formats the specified collection query parameters to a list of Pair objects.
parameterToString(Object) - Method in class com.autocheckinsurance.sdk.ApiClient
Format the given parameter object into string.
phone(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
prepareDownloadFile(Response) - Method in class com.autocheckinsurance.sdk.ApiClient
Prepare file for download
processHeaderParams(Map<String, String>, Request.Builder) - Method in class com.autocheckinsurance.sdk.ApiClient
Set header parameters to the request builder, including default headers.
ProgressRequestBody - Class in com.autocheckinsurance.sdk
 
ProgressRequestBody(RequestBody, ProgressRequestBody.ProgressRequestListener) - Constructor for class com.autocheckinsurance.sdk.ProgressRequestBody
 
ProgressRequestBody.ProgressRequestListener - Interface in com.autocheckinsurance.sdk
 
ProgressResponseBody - Class in com.autocheckinsurance.sdk
 
ProgressResponseBody(ResponseBody, ProgressResponseBody.ProgressListener) - Constructor for class com.autocheckinsurance.sdk.ProgressResponseBody
 
ProgressResponseBody.ProgressListener - Interface in com.autocheckinsurance.sdk
 

R

read(JsonReader) - Method in class com.autocheckinsurance.sdk.JSON.ByteArrayAdapter
 
read(JsonReader) - Method in class com.autocheckinsurance.sdk.JSON.DateTypeAdapter
 
read(JsonReader) - Method in class com.autocheckinsurance.sdk.JSON.LocalDateTypeAdapter
 
read(JsonReader) - Method in class com.autocheckinsurance.sdk.JSON.OffsetDateTimeTypeAdapter
 
read(JsonReader) - Method in class com.autocheckinsurance.sdk.JSON.SqlDateTypeAdapter
 
read(JsonReader) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord.OruEnum.Adapter
 
read(JsonReader) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord.UomEnum.Adapter
 
read(JsonReader) - Method in class com.autocheckinsurance.sdk.model.HistoryResponse.LevelEnum.Adapter
 
read(JsonReader) - Method in class com.autocheckinsurance.sdk.model.RiskCalculationRequest.TypeEnum.Adapter
 
read(JsonReader) - Method in class com.autocheckinsurance.sdk.model.RiskCalculationResponse.TypeEnum.Adapter
 
read(JsonReader) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory.BbpEnum.Adapter
 
recallCode(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
recallCount(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
recallDataAvailable(Boolean) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
recallLinkTxt(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
RecallRecord - Class in com.autocheckinsurance.sdk.model
recall information for the vehicle
RecallRecord() - Constructor for class com.autocheckinsurance.sdk.model.RecallRecord
 
recallRecords(List<RecallRecord>) - Method in class com.autocheckinsurance.sdk.model.VehicleRecall
 
recalls(VehicleRecall) - Method in class com.autocheckinsurance.sdk.model.Vehicle
 
recallTxt(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
recallUrl(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
referenceNumber(String) - Method in class com.autocheckinsurance.sdk.model.Vehicle
 
referenceNumber(String) - Method in class com.autocheckinsurance.sdk.model.VehicleRequestAttribute
 
referenceNumber(String) - Method in class com.autocheckinsurance.sdk.model.VehicleRiskRequestAttribute
 
referenceNumber(String) - Method in class com.autocheckinsurance.sdk.model.VehicleRiskResult
 
remedy(String) - Method in class com.autocheckinsurance.sdk.model.RecallRecord
 
resultCode(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
resultMessage(String) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
results(String) - Method in class com.autocheckinsurance.sdk.model.VehicleRiskResult
 
RiskCalculationPlusResponse - Class in com.autocheckinsurance.sdk.model
RiskCalculationPlusResponse
RiskCalculationPlusResponse() - Constructor for class com.autocheckinsurance.sdk.model.RiskCalculationPlusResponse
 
RiskCalculationRequest - Class in com.autocheckinsurance.sdk.model
RiskCalculationRequest
RiskCalculationRequest() - Constructor for class com.autocheckinsurance.sdk.model.RiskCalculationRequest
 
RiskCalculationRequest.TypeEnum - Enum in com.autocheckinsurance.sdk.model
the risk prediction type
RiskCalculationRequest.TypeEnum.Adapter - Class in com.autocheckinsurance.sdk.model
 
RiskCalculationResponse - Class in com.autocheckinsurance.sdk.model
RiskCalculationResponse
RiskCalculationResponse() - Constructor for class com.autocheckinsurance.sdk.model.RiskCalculationResponse
 
RiskCalculationResponse.TypeEnum - Enum in com.autocheckinsurance.sdk.model
The risk prediction type used
RiskCalculationResponse.TypeEnum.Adapter - Class in com.autocheckinsurance.sdk.model
 
riskResponse(RiskCalculationResponse) - Method in class com.autocheckinsurance.sdk.model.RiskCalculationPlusResponse
 
rollback(Boolean) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
rollback(Boolean) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 

S

sanitizeFilename(String) - Method in class com.autocheckinsurance.sdk.ApiClient
Sanitize filename by removing path.
score(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleScoring
 
scoring(VehicleScoring) - Method in class com.autocheckinsurance.sdk.model.Vehicle
 
selectHeaderAccept(String[]) - Method in class com.autocheckinsurance.sdk.ApiClient
Select the Accept header's value from the given accepts array: if JSON exists in the given array, use it; otherwise use all of them (joining into a string)
selectHeaderContentType(String[]) - Method in class com.autocheckinsurance.sdk.ApiClient
Select the Content-Type header's value from the given array: if JSON exists in the given array, use it; otherwise use the first one of the array.
sequenceNumber(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
 
serialize(Object, String) - Method in class com.autocheckinsurance.sdk.ApiClient
Serialize the given Java object into request body according to the object's class and the request Content-Type.
serialize(Object) - Method in class com.autocheckinsurance.sdk.JSON
Serialize the given Java object into JSON string.
seriesCode(String) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
setAccessToken(String) - Method in class com.autocheckinsurance.sdk.ApiClient
Helper method to set access token for the first OAuth2 authentication.
setAccessToken(String) - Method in class com.autocheckinsurance.sdk.auth.OAuth
 
setAccidentCount(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
setAccidentEvent(Boolean) - Method in class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
 
setAccidentSequenceNumber(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setActivityCode(Integer) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setAge(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleScoring
 
setApiClient(ApiClient) - Method in class com.autocheckinsurance.sdk.api.DefaultApi
 
setApiClient(ApiClient) - Method in class com.autocheckinsurance.sdk.api.VehicleApi
 
setApiClient(ApiClient) - Method in class com.autocheckinsurance.sdk.api.VehicleHistoryApi
 
setApiKey(String) - Method in class com.autocheckinsurance.sdk.ApiClient
Helper method to set API key value for the first API key authentication.
setApiKey(String) - Method in class com.autocheckinsurance.sdk.auth.ApiKeyAuth
 
setApiKeyPrefix(String) - Method in class com.autocheckinsurance.sdk.ApiClient
Helper method to set API key prefix for the first API key authentication.
setApiKeyPrefix(String) - Method in class com.autocheckinsurance.sdk.auth.ApiKeyAuth
 
setAssured(Boolean) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
setBasePath(String) - Method in class com.autocheckinsurance.sdk.ApiClient
Set base path
setBbp(VehicleHistory.BbpEnum) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
setBody(String) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
setCaseNumber(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setCategory(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setChecklistGroup(Integer) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setCity(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setColor(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setCompareScoreRangeHigh(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleScoring
 
setCompareScoreRangeLow(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleScoring
 
setConditionRpt(Boolean) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
setConnectTimeout(int) - Method in class com.autocheckinsurance.sdk.ApiClient
Sets the connect timeout (in milliseconds).
setConsequence(Boolean) - Method in class com.autocheckinsurance.sdk.model.RecallRecord
 
setCount(Integer) - Method in class com.autocheckinsurance.sdk.model.HistoryResponse
 
setCount(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
setCount(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleRecall
 
setCountry(String) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
setDate(LocalDate) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setDate(LocalDate) - Method in class com.autocheckinsurance.sdk.model.RecallRecord
 
setDateFormat(DateFormat) - Method in class com.autocheckinsurance.sdk.ApiClient
 
setDateFormat(DateFormat) - Method in class com.autocheckinsurance.sdk.JSON
 
setDebugging(boolean) - Method in class com.autocheckinsurance.sdk.ApiClient
Enable/disable debugging for this API client.
setDefaultApiClient(ApiClient) - Static method in class com.autocheckinsurance.sdk.Configuration
Set the default API client, which would be used when creating API instances without providing an API client.
setDuration(String) - Method in class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
 
setEffectiveEndDate(LocalDate) - Method in class com.autocheckinsurance.sdk.model.VehicleRiskRequestAttribute
 
setEffectiveEndDate(LocalDate) - Method in class com.autocheckinsurance.sdk.model.VehicleRiskResult
 
setEnd(LocalDate) - Method in class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
 
setEngine(String) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
setEstimatedAverageMiles(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
setFormat(DateFormat) - Method in class com.autocheckinsurance.sdk.JSON.DateTypeAdapter
 
setFormat(DateTimeFormatter) - Method in class com.autocheckinsurance.sdk.JSON.LocalDateTypeAdapter
 
setFormat(DateTimeFormatter) - Method in class com.autocheckinsurance.sdk.JSON.OffsetDateTimeTypeAdapter
 
setFormat(DateFormat) - Method in class com.autocheckinsurance.sdk.JSON.SqlDateTypeAdapter
 
setGson(Gson) - Method in class com.autocheckinsurance.sdk.JSON
Set Gson.
setHistory(VehicleHistory) - Method in class com.autocheckinsurance.sdk.model.Vehicle
 
setHistoryRecords(List<HistoryRecord>) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
setHistoryResponse(HistoryResponse) - Method in class com.autocheckinsurance.sdk.model.RiskCalculationPlusResponse
 
setHttpClient(OkHttpClient) - Method in class com.autocheckinsurance.sdk.ApiClient
Set HTTP client
setJSON(JSON) - Method in class com.autocheckinsurance.sdk.ApiClient
Set JSON
setKeyManagers(KeyManager[]) - Method in class com.autocheckinsurance.sdk.ApiClient
Configure client keys to use for authorization in an SSL session.
setLastOdometer(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
setLease(Boolean) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setLenientOnJson(boolean) - Method in class com.autocheckinsurance.sdk.ApiClient
 
setLenientOnJson(boolean) - Method in class com.autocheckinsurance.sdk.JSON
 
setLevel(HistoryResponse.LevelEnum) - Method in class com.autocheckinsurance.sdk.model.HistoryResponse
 
setLien(Boolean) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setLocalDateFormat(DateTimeFormatter) - Method in class com.autocheckinsurance.sdk.ApiClient
 
setLocalDateFormat(DateTimeFormatter) - Method in class com.autocheckinsurance.sdk.JSON
 
setManufacturer(String) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
setManufacturerCode(String) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
setManufacturerURL(String) - Method in class com.autocheckinsurance.sdk.model.VehicleRecall
 
setMixedOdometer(Boolean) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
setModel(String) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
setNhtsaCampaignNumber(String) - Method in class com.autocheckinsurance.sdk.model.RecallRecord
 
setOdometer(Integer) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setOdometer(Boolean) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
setOffsetDateTimeFormat(DateTimeFormatter) - Method in class com.autocheckinsurance.sdk.ApiClient
 
setOffsetDateTimeFormat(DateTimeFormatter) - Method in class com.autocheckinsurance.sdk.JSON
 
setOrgName(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setOriginalIncidentReportedDate(LocalDate) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setOru(HistoryRecord.OruEnum) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setOwnerCount(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleScoring
 
setPassword(String) - Method in class com.autocheckinsurance.sdk.ApiClient
Helper method to set password for the first HTTP basic authentication.
setPassword(String) - Method in class com.autocheckinsurance.sdk.auth.HttpBasicAuth
 
setPhone(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setReadTimeout(int) - Method in class com.autocheckinsurance.sdk.ApiClient
Sets the read timeout (in milliseconds).
setRecallCode(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setRecallCount(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
setRecallDataAvailable(Boolean) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
setRecallLinkTxt(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setRecallRecords(List<RecallRecord>) - Method in class com.autocheckinsurance.sdk.model.VehicleRecall
 
setRecalls(VehicleRecall) - Method in class com.autocheckinsurance.sdk.model.Vehicle
 
setRecallTxt(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setRecallUrl(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setReferenceNumber(String) - Method in class com.autocheckinsurance.sdk.model.Vehicle
 
setReferenceNumber(String) - Method in class com.autocheckinsurance.sdk.model.VehicleRequestAttribute
 
setReferenceNumber(String) - Method in class com.autocheckinsurance.sdk.model.VehicleRiskRequestAttribute
 
setReferenceNumber(String) - Method in class com.autocheckinsurance.sdk.model.VehicleRiskResult
 
setRemedy(String) - Method in class com.autocheckinsurance.sdk.model.RecallRecord
 
setResultCode(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
setResultMessage(String) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
setResults(String) - Method in class com.autocheckinsurance.sdk.model.VehicleRiskResult
 
setRiskResponse(RiskCalculationResponse) - Method in class com.autocheckinsurance.sdk.model.RiskCalculationPlusResponse
 
setRollback(Boolean) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setRollback(Boolean) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
setScore(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleScoring
 
setScoring(VehicleScoring) - Method in class com.autocheckinsurance.sdk.model.Vehicle
 
setSequenceNumber(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
 
setSeriesCode(String) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
setSqlDateFormat(DateFormat) - Method in class com.autocheckinsurance.sdk.ApiClient
 
setSqlDateFormat(DateFormat) - Method in class com.autocheckinsurance.sdk.JSON
 
setSslCaCert(InputStream) - Method in class com.autocheckinsurance.sdk.ApiClient
Configure the CA certificate to be trusted when making https requests.
setStart(LocalDate) - Method in class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
 
setState(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setState(String) - Method in class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
 
setStatus(String) - Method in class com.autocheckinsurance.sdk.model.RecallRecord
 
setSummary(String) - Method in class com.autocheckinsurance.sdk.model.RecallRecord
 
setTempFolderPath(String) - Method in class com.autocheckinsurance.sdk.ApiClient
Set the temporary folder path (for downloading files)
setTitle(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setTitle(String) - Method in class com.autocheckinsurance.sdk.model.RecallRecord
 
setTitleRegStorm(Boolean) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setType(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setType(RiskCalculationRequest.TypeEnum) - Method in class com.autocheckinsurance.sdk.model.RiskCalculationRequest
 
setType(RiskCalculationResponse.TypeEnum) - Method in class com.autocheckinsurance.sdk.model.RiskCalculationResponse
 
setUnprocessed(UnprocessedHistoryRequests) - Method in class com.autocheckinsurance.sdk.model.HistoryResponse
 
setUnprocessed(UnprocessedRiskCalculationRequests) - Method in class com.autocheckinsurance.sdk.model.RiskCalculationResponse
 
setUom(HistoryRecord.UomEnum) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setUrl(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setUrlLink(Boolean) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
setUserAgent(String) - Method in class com.autocheckinsurance.sdk.ApiClient
Set the User-Agent header's value (by adding to the default header map).
setUsername(String) - Method in class com.autocheckinsurance.sdk.ApiClient
Helper method to set username for the first HTTP basic authentication.
setUsername(String) - Method in class com.autocheckinsurance.sdk.auth.HttpBasicAuth
 
setVehicleClass(String) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
setVehicleInformation(VehicleInformation) - Method in class com.autocheckinsurance.sdk.model.Vehicle
 
setVehicleOwnerHistory(List<VehicleOwnershipActivity>) - Method in class com.autocheckinsurance.sdk.model.Vehicle
 
setVehicleRequestAttributes(List<VehicleRequestAttribute>) - Method in class com.autocheckinsurance.sdk.model.HistoryRequest
 
setVehicleRequestAttributes(List<VehicleRequestAttribute>) - Method in class com.autocheckinsurance.sdk.model.UnprocessedHistoryRequests
 
setVehicleRiskRequestAttributes(List<VehicleRiskRequestAttribute>) - Method in class com.autocheckinsurance.sdk.model.RiskCalculationRequest
 
setVehicleRiskRequestAttributes(List<VehicleRiskRequestAttribute>) - Method in class com.autocheckinsurance.sdk.model.UnprocessedRiskCalculationRequests
 
setVehicleRiskResults(List<VehicleRiskResult>) - Method in class com.autocheckinsurance.sdk.model.RiskCalculationResponse
 
setVehicles(List<Vehicle>) - Method in class com.autocheckinsurance.sdk.model.HistoryResponse
 
setVerifyingSsl(boolean) - Method in class com.autocheckinsurance.sdk.ApiClient
Configure whether to verify certificate and hostname when making https requests.
setVin(String) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
setVin(String) - Method in class com.autocheckinsurance.sdk.model.VehicleRequestAttribute
 
setVin(String) - Method in class com.autocheckinsurance.sdk.model.VehicleRiskRequestAttribute
 
setVin(String) - Method in class com.autocheckinsurance.sdk.model.VehicleRiskResult
 
setWriteTimeout(int) - Method in class com.autocheckinsurance.sdk.ApiClient
Sets the write timeout (in milliseconds).
setYear(String) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
setYearPurchased(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
 
source() - Method in class com.autocheckinsurance.sdk.ProgressResponseBody
 
SqlDateTypeAdapter() - Constructor for class com.autocheckinsurance.sdk.JSON.SqlDateTypeAdapter
 
SqlDateTypeAdapter(DateFormat) - Constructor for class com.autocheckinsurance.sdk.JSON.SqlDateTypeAdapter
 
start(LocalDate) - Method in class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
 
state(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
state(String) - Method in class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
 
status(String) - Method in class com.autocheckinsurance.sdk.model.RecallRecord
 
StringUtil - Class in com.autocheckinsurance.sdk
 
StringUtil() - Constructor for class com.autocheckinsurance.sdk.StringUtil
 
summary(String) - Method in class com.autocheckinsurance.sdk.model.RecallRecord
 

T

title(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
title(String) - Method in class com.autocheckinsurance.sdk.model.RecallRecord
 
titleRegStorm(Boolean) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
toString() - Method in class com.autocheckinsurance.sdk.model.Empty
 
toString() - Method in enum com.autocheckinsurance.sdk.model.HistoryRecord.OruEnum
 
toString() - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
toString() - Method in enum com.autocheckinsurance.sdk.model.HistoryRecord.UomEnum
 
toString() - Method in class com.autocheckinsurance.sdk.model.HistoryRequest
 
toString() - Method in enum com.autocheckinsurance.sdk.model.HistoryResponse.LevelEnum
 
toString() - Method in class com.autocheckinsurance.sdk.model.HistoryResponse
 
toString() - Method in class com.autocheckinsurance.sdk.model.RecallRecord
 
toString() - Method in class com.autocheckinsurance.sdk.model.RiskCalculationPlusResponse
 
toString() - Method in class com.autocheckinsurance.sdk.model.RiskCalculationRequest
 
toString() - Method in enum com.autocheckinsurance.sdk.model.RiskCalculationRequest.TypeEnum
 
toString() - Method in class com.autocheckinsurance.sdk.model.RiskCalculationResponse
 
toString() - Method in enum com.autocheckinsurance.sdk.model.RiskCalculationResponse.TypeEnum
 
toString() - Method in class com.autocheckinsurance.sdk.model.UnprocessedHistoryRequests
 
toString() - Method in class com.autocheckinsurance.sdk.model.UnprocessedRiskCalculationRequests
 
toString() - Method in class com.autocheckinsurance.sdk.model.Vehicle
 
toString() - Method in enum com.autocheckinsurance.sdk.model.VehicleHistory.BbpEnum
 
toString() - Method in class com.autocheckinsurance.sdk.model.VehicleHistory
 
toString() - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
toString() - Method in class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
 
toString() - Method in class com.autocheckinsurance.sdk.model.VehicleRecall
 
toString() - Method in class com.autocheckinsurance.sdk.model.VehicleRequestAttribute
 
toString() - Method in class com.autocheckinsurance.sdk.model.VehicleRiskRequestAttribute
 
toString() - Method in class com.autocheckinsurance.sdk.model.VehicleRiskResult
 
toString() - Method in class com.autocheckinsurance.sdk.model.VehicleScoring
 
type(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
type(RiskCalculationRequest.TypeEnum) - Method in class com.autocheckinsurance.sdk.model.RiskCalculationRequest
 
type(RiskCalculationResponse.TypeEnum) - Method in class com.autocheckinsurance.sdk.model.RiskCalculationResponse
 

U

unprocessed(UnprocessedHistoryRequests) - Method in class com.autocheckinsurance.sdk.model.HistoryResponse
 
unprocessed(UnprocessedRiskCalculationRequests) - Method in class com.autocheckinsurance.sdk.model.RiskCalculationResponse
 
UnprocessedHistoryRequests - Class in com.autocheckinsurance.sdk.model
UnprocessedHistoryRequests
UnprocessedHistoryRequests() - Constructor for class com.autocheckinsurance.sdk.model.UnprocessedHistoryRequests
 
UnprocessedRiskCalculationRequests - Class in com.autocheckinsurance.sdk.model
UnprocessedRiskCalculationRequests
UnprocessedRiskCalculationRequests() - Constructor for class com.autocheckinsurance.sdk.model.UnprocessedRiskCalculationRequests
 
uom(HistoryRecord.UomEnum) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
update(long, long, boolean) - Method in interface com.autocheckinsurance.sdk.ProgressResponseBody.ProgressListener
 
updateParamsForAuth(String[], List<Pair>, Map<String, String>) - Method in class com.autocheckinsurance.sdk.ApiClient
Update query and header parameters based on authentication settings.
url(String) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 
urlLink(Boolean) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord
 

V

valueOf(String) - Static method in enum com.autocheckinsurance.sdk.auth.OAuthFlow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.autocheckinsurance.sdk.model.HistoryRecord.OruEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.autocheckinsurance.sdk.model.HistoryRecord.UomEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.autocheckinsurance.sdk.model.HistoryResponse.LevelEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.autocheckinsurance.sdk.model.RiskCalculationRequest.TypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.autocheckinsurance.sdk.model.RiskCalculationResponse.TypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.autocheckinsurance.sdk.model.VehicleHistory.BbpEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.autocheckinsurance.sdk.auth.OAuthFlow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.autocheckinsurance.sdk.model.HistoryRecord.OruEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.autocheckinsurance.sdk.model.HistoryRecord.UomEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.autocheckinsurance.sdk.model.HistoryResponse.LevelEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.autocheckinsurance.sdk.model.RiskCalculationRequest.TypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.autocheckinsurance.sdk.model.RiskCalculationResponse.TypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.autocheckinsurance.sdk.model.VehicleHistory.BbpEnum
Returns an array containing the constants of this enum type, in the order they are declared.
Vehicle - Class in com.autocheckinsurance.sdk.model
The vehicle and it's requested data.
Vehicle() - Constructor for class com.autocheckinsurance.sdk.model.Vehicle
 
VehicleApi - Class in com.autocheckinsurance.sdk.api
 
VehicleApi() - Constructor for class com.autocheckinsurance.sdk.api.VehicleApi
 
VehicleApi(ApiClient) - Constructor for class com.autocheckinsurance.sdk.api.VehicleApi
 
vehicleClass(String) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
VehicleHistory - Class in com.autocheckinsurance.sdk.model
the historical information for a vehicle
VehicleHistory() - Constructor for class com.autocheckinsurance.sdk.model.VehicleHistory
 
VehicleHistory.BbpEnum - Enum in com.autocheckinsurance.sdk.model
Decides the BBP badge to be displayed on report.
VehicleHistory.BbpEnum.Adapter - Class in com.autocheckinsurance.sdk.model
 
VehicleHistoryApi - Class in com.autocheckinsurance.sdk.api
 
VehicleHistoryApi() - Constructor for class com.autocheckinsurance.sdk.api.VehicleHistoryApi
 
VehicleHistoryApi(ApiClient) - Constructor for class com.autocheckinsurance.sdk.api.VehicleHistoryApi
 
vehicleHistoryFullOptions() - Method in class com.autocheckinsurance.sdk.api.DefaultApi
 
vehicleHistoryFullOptionsAsync(ApiCallback<Empty>) - Method in class com.autocheckinsurance.sdk.api.DefaultApi
(asynchronously)
vehicleHistoryFullOptionsCall(ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.autocheckinsurance.sdk.api.DefaultApi
Build call for vehicleHistoryFullOptions
vehicleHistoryFullOptionsWithHttpInfo() - Method in class com.autocheckinsurance.sdk.api.DefaultApi
 
vehicleHistoryMileageOptions() - Method in class com.autocheckinsurance.sdk.api.DefaultApi
 
vehicleHistoryMileageOptionsAsync(ApiCallback<Empty>) - Method in class com.autocheckinsurance.sdk.api.DefaultApi
(asynchronously)
vehicleHistoryMileageOptionsCall(ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.autocheckinsurance.sdk.api.DefaultApi
Build call for vehicleHistoryMileageOptions
vehicleHistoryMileageOptionsWithHttpInfo() - Method in class com.autocheckinsurance.sdk.api.DefaultApi
 
vehicleInformation(VehicleInformation) - Method in class com.autocheckinsurance.sdk.model.Vehicle
 
VehicleInformation - Class in com.autocheckinsurance.sdk.model
the information for a vehicle
VehicleInformation() - Constructor for class com.autocheckinsurance.sdk.model.VehicleInformation
 
vehicleOwnerHistory(List<VehicleOwnershipActivity>) - Method in class com.autocheckinsurance.sdk.model.Vehicle
 
VehicleOwnershipActivity - Class in com.autocheckinsurance.sdk.model
Please note that ownership activity is a separately licensed section of the vehicle history responses.
VehicleOwnershipActivity() - Constructor for class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
 
VehicleRecall - Class in com.autocheckinsurance.sdk.model
the recall information for a vehicle
VehicleRecall() - Constructor for class com.autocheckinsurance.sdk.model.VehicleRecall
 
VehicleRequestAttribute - Class in com.autocheckinsurance.sdk.model
VehicleRequestAttribute
VehicleRequestAttribute() - Constructor for class com.autocheckinsurance.sdk.model.VehicleRequestAttribute
 
vehicleRequestAttributes(List<VehicleRequestAttribute>) - Method in class com.autocheckinsurance.sdk.model.HistoryRequest
 
vehicleRequestAttributes(List<VehicleRequestAttribute>) - Method in class com.autocheckinsurance.sdk.model.UnprocessedHistoryRequests
 
vehicleRiskOptions() - Method in class com.autocheckinsurance.sdk.api.DefaultApi
 
vehicleRiskOptionsAsync(ApiCallback<Empty>) - Method in class com.autocheckinsurance.sdk.api.DefaultApi
(asynchronously)
vehicleRiskOptionsCall(ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.autocheckinsurance.sdk.api.DefaultApi
Build call for vehicleRiskOptions
vehicleRiskOptionsWithHttpInfo() - Method in class com.autocheckinsurance.sdk.api.DefaultApi
 
vehicleRiskPlusOptions() - Method in class com.autocheckinsurance.sdk.api.DefaultApi
 
vehicleRiskPlusOptionsAsync(ApiCallback<Empty>) - Method in class com.autocheckinsurance.sdk.api.DefaultApi
(asynchronously)
vehicleRiskPlusOptionsCall(ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class com.autocheckinsurance.sdk.api.DefaultApi
Build call for vehicleRiskPlusOptions
vehicleRiskPlusOptionsWithHttpInfo() - Method in class com.autocheckinsurance.sdk.api.DefaultApi
 
VehicleRiskRequestAttribute - Class in com.autocheckinsurance.sdk.model
VehicleRiskRequestAttribute
VehicleRiskRequestAttribute() - Constructor for class com.autocheckinsurance.sdk.model.VehicleRiskRequestAttribute
 
vehicleRiskRequestAttributes(List<VehicleRiskRequestAttribute>) - Method in class com.autocheckinsurance.sdk.model.RiskCalculationRequest
 
vehicleRiskRequestAttributes(List<VehicleRiskRequestAttribute>) - Method in class com.autocheckinsurance.sdk.model.UnprocessedRiskCalculationRequests
 
VehicleRiskResult - Class in com.autocheckinsurance.sdk.model
VehicleRiskResult
VehicleRiskResult() - Constructor for class com.autocheckinsurance.sdk.model.VehicleRiskResult
 
vehicleRiskResults(List<VehicleRiskResult>) - Method in class com.autocheckinsurance.sdk.model.RiskCalculationResponse
 
vehicles(List<Vehicle>) - Method in class com.autocheckinsurance.sdk.model.HistoryResponse
 
VehicleScoring - Class in com.autocheckinsurance.sdk.model
the score compared to other vehicles of this make, model, and year
VehicleScoring() - Constructor for class com.autocheckinsurance.sdk.model.VehicleScoring
 
vin(String) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
vin(String) - Method in class com.autocheckinsurance.sdk.model.VehicleRequestAttribute
 
vin(String) - Method in class com.autocheckinsurance.sdk.model.VehicleRiskRequestAttribute
 
vin(String) - Method in class com.autocheckinsurance.sdk.model.VehicleRiskResult
 

W

write(JsonWriter, byte[]) - Method in class com.autocheckinsurance.sdk.JSON.ByteArrayAdapter
 
write(JsonWriter, Date) - Method in class com.autocheckinsurance.sdk.JSON.DateTypeAdapter
 
write(JsonWriter, LocalDate) - Method in class com.autocheckinsurance.sdk.JSON.LocalDateTypeAdapter
 
write(JsonWriter, OffsetDateTime) - Method in class com.autocheckinsurance.sdk.JSON.OffsetDateTimeTypeAdapter
 
write(JsonWriter, Date) - Method in class com.autocheckinsurance.sdk.JSON.SqlDateTypeAdapter
 
write(JsonWriter, HistoryRecord.OruEnum) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord.OruEnum.Adapter
 
write(JsonWriter, HistoryRecord.UomEnum) - Method in class com.autocheckinsurance.sdk.model.HistoryRecord.UomEnum.Adapter
 
write(JsonWriter, HistoryResponse.LevelEnum) - Method in class com.autocheckinsurance.sdk.model.HistoryResponse.LevelEnum.Adapter
 
write(JsonWriter, RiskCalculationRequest.TypeEnum) - Method in class com.autocheckinsurance.sdk.model.RiskCalculationRequest.TypeEnum.Adapter
 
write(JsonWriter, RiskCalculationResponse.TypeEnum) - Method in class com.autocheckinsurance.sdk.model.RiskCalculationResponse.TypeEnum.Adapter
 
write(JsonWriter, VehicleHistory.BbpEnum) - Method in class com.autocheckinsurance.sdk.model.VehicleHistory.BbpEnum.Adapter
 
writeTo(BufferedSink) - Method in class com.autocheckinsurance.sdk.ProgressRequestBody
 

Y

year(String) - Method in class com.autocheckinsurance.sdk.model.VehicleInformation
 
yearPurchased(Integer) - Method in class com.autocheckinsurance.sdk.model.VehicleOwnershipActivity
 
A B C D E F G H I J L M N O P R S T U V W Y 
Skip navigation links

Copyright © 2019. All rights reserved.