Package com.smartcar.sdk
Class SmartcarCompatibilityMatrixRequest
- java.lang.Object
-
- com.smartcar.sdk.SmartcarCompatibilityMatrixRequest
-
public final class SmartcarCompatibilityMatrixRequest extends java.lang.ObjectClass encompassing optional arguments for Smartcar compatibility matrix requests
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSmartcarCompatibilityMatrixRequest.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClientId()java.lang.StringgetClientSecret()java.lang.StringgetMake()java.lang.StringgetMode()java.lang.StringgetRegion()java.lang.String[]getScope()java.lang.StringgetType()java.lang.StringgetVersion()
-
-
-
Method Detail
-
getClientId
public java.lang.String getClientId()
-
getClientSecret
public java.lang.String getClientSecret()
-
getMake
public java.lang.String getMake()
-
getMode
public java.lang.String getMode()
-
getRegion
public java.lang.String getRegion()
-
getScope
public java.lang.String[] getScope()
-
getType
public java.lang.String getType()
-
getVersion
public java.lang.String getVersion()
-
-