public class UpdateTurnList extends RPCRequest
Function Group: Navigation
HMILevel needs to be FULL, LIMITED or BACKGROUND
ShowConstantTbt| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_SOFT_BUTTONS |
static String |
KEY_TURN_LIST |
onResponseListenerfunction, KEY_CORRELATION_ID, KEY_FUNCTION_NAME, KEY_NOTIFICATION, KEY_PARAMETERS, KEY_REQUEST, KEY_RESPONSE, messageType, parametersKEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
UpdateTurnList()
Constructs a new UpdateTurnList object
|
UpdateTurnList(Hashtable<String,Object> hash)
Constructs a new UpdateTurnList object indicated by the Hashtable
parameter
|
| Modifier and Type | Method and Description |
|---|---|
List<SoftButton> |
getSoftButtons()
Gets the SoftButton List object
|
List<Turn> |
getTurnList()
Gets a list of turns to be shown to the user
|
UpdateTurnList |
setSoftButtons(List<SoftButton> softButtons)
Sets the SoftButtons
|
UpdateTurnList |
setTurnList(List<Turn> turnList)
Sets a list of turns to be shown to the user
|
getCorrelationID, getOnRPCResponseListener, setCorrelationID, setOnRPCResponseListenergetBoolean, getDouble, getFloat, getFunctionID, getFunctionName, getInteger, getLong, getMessageType, getObject, getParameters, getString, setFunctionName, setParametersclone, deserializeJSON, equals, format, formatObject, getBulkData, getMessageTypeName, getStore, getStoreValue, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_TURN_LIST
public static final String KEY_SOFT_BUTTONS
public UpdateTurnList setTurnList(List<Turn> turnList)
turnList - a ListNotes: Minsize=1; Maxsize=100
public List<Turn> getTurnList()
public List<SoftButton> getSoftButtons()
public UpdateTurnList setSoftButtons(List<SoftButton> softButtons)
softButtons - a ListNotes: