java.lang.Object
com.smartdevicelink.proxy.RPCStruct
com.smartdevicelink.proxy.RPCMessage
com.smartdevicelink.proxy.RPCRequest
The TIMEOUTPROMPT global property default value is the same as the HELPPROMPT global property default value
HMILevel needs to be FULL, LIMITED or BACKGROUND
Parameter List
Param Name | Type | Description | Req. | Notes | Version Available |
---|---|---|---|---|---|
properties | GlobalProperty | An array of one or more GlobalProperty enumeration elements indicating which global properties to reset to their default value. | Y | Array must have at least one element.; minsize:1; maxsize:100 | SmartDeviceLink 1.0 |
Response
Indicates whether the Global Properties were successfully set to their default values.
Non-default Result Codes:
SUCCESS
INVALID_DATA
OUT_OF_MEMORY
TOO_MANY_PENDING_REQUESTS
APPLICATION_NOT_REGISTERED
GENERIC_ERROR
REJECTED
DISALLOWED
public static final java.lang.String KEY_PROPERTIES
Constructs a new ResetGlobalProperties object
public ResetGlobalProperties()
Constructs a new ResetGlobalProperties object indicated by the Hashtable parameter
public ResetGlobalProperties(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a new ResetGlobalProperties object
public ResetGlobalProperties(java.util.List<com.smartdevicelink.proxy.rpc.enums.GlobalProperty> properties)
Gets an array of one or more GlobalProperty enumeration elements indicating which global properties to reset to their default value
public java.util.List getProperties()
Sets an array of one or more GlobalProperty enumeration elements indicating which global properties to reset to their default value
public com.smartdevicelink.proxy.rpc.ResetGlobalProperties setProperties(java.util.List<com.smartdevicelink.proxy.rpc.enums.GlobalProperty> properties)
From Class | Methods |
---|---|
com.smartdevicelink.proxy.RPCRequest | getCorrelationID, setCorrelationID, setOnRPCResponseListener, getOnRPCResponseListener |
com.smartdevicelink.proxy.RPCMessage | getFunctionID, getFunctionName, setFunctionName, getMessageType, setParameters, getParameters, getObject, getString, getInteger, getFloat, getDouble, getBoolean, getLong |
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 |