summaryrefslogtreecommitdiff
path: root/base/src/main/java/com/smartdevicelink/proxy/rpc/GetInteriorVehicleDataConsentResponse.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/src/main/java/com/smartdevicelink/proxy/rpc/GetInteriorVehicleDataConsentResponse.java')
-rw-r--r--base/src/main/java/com/smartdevicelink/proxy/rpc/GetInteriorVehicleDataConsentResponse.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/src/main/java/com/smartdevicelink/proxy/rpc/GetInteriorVehicleDataConsentResponse.java b/base/src/main/java/com/smartdevicelink/proxy/rpc/GetInteriorVehicleDataConsentResponse.java
index 5c2b5c7e9..91df49d4a 100644
--- a/base/src/main/java/com/smartdevicelink/proxy/rpc/GetInteriorVehicleDataConsentResponse.java
+++ b/base/src/main/java/com/smartdevicelink/proxy/rpc/GetInteriorVehicleDataConsentResponse.java
@@ -31,8 +31,9 @@ public class GetInteriorVehicleDataConsentResponse extends RPCResponse {
* Sets the list of allowances for this class
* @param allowances the allowances to be set
*/
- public void setAllowances(@NonNull List<Boolean> allowances) {
+ public GetInteriorVehicleDataConsentResponse setAllowances(@NonNull List<Boolean> allowances) {
setParameters(KEY_ALLOWED, allowances);
+ return this;
}
/**