java.lang.Object
            
            
        
                
            
            com.smartdevicelink.proxy.RPCStruct
            
            
        
    
Parameter List
| Name | Type | Description | SmartDeviceLink Ver. Available | 
|---|---|---|---|
| allowed | HMILevel | A set of all HMI levels that are permitted for this given RPC.
 					
  | 
 			SmartDeviceLink 2.0 | 
| userDisallowed | HMILevel | A set of all HMI levels that are prohibited for this given RPC.
 					
  | 
 			SmartDeviceLink 2.0 | 
public static final java.lang.String KEY_ALLOWED
public static final java.lang.String KEY_USER_DISALLOWED
| From Class | Fields | 
|---|---|
| com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store | 
Constructs a newly allocated HMIPermissions object
public HMIPermissions()
Constructs a newly allocated HMIPermissions object indicated by the Hashtable parameter
public HMIPermissions(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a newly allocated HMIPermissions object
public HMIPermissions(java.util.List<com.smartdevicelink.proxy.rpc.enums.HMILevel> allowed,java.util.List<com.smartdevicelink.proxy.rpc.enums.HMILevel> userDisallowed)
get a set of all HMI levels that are permitted for this given RPC.
public java.util.List getAllowed()
set HMI level that is permitted for this given RPC.
public com.smartdevicelink.proxy.rpc.HMIPermissions setAllowed(java.util.List<com.smartdevicelink.proxy.rpc.enums.HMILevel> allowed)
get a set of all HMI levels that are prohibited for this given RPC
public java.util.List getUserDisallowed()
set a set of all HMI levels that are prohibited for this given RPC
public com.smartdevicelink.proxy.rpc.HMIPermissions setUserDisallowed(java.util.List<com.smartdevicelink.proxy.rpc.enums.HMILevel> userDisallowed)
| From Class | Methods | 
|---|---|
| com.smartdevicelink.proxy.RPCStruct | getStoreValue, getStore, deserializeJSON, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong, clone, equals, hashCode | 
| java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |