String
String
RequestType
SystemRequest
SystemRequest
SystemRequest
String
Get the FileName
Kind: Instance method of SystemRequest
Returns: String
- the KEY_FILE_NAME value
String
Get the RequestSubType
Kind: Instance method of SystemRequest
Returns: String
- the KEY_REQUEST_SUB_TYPE value
RequestType
Get the RequestType
Kind: Instance method of SystemRequest
Returns: RequestType
- the KEY_REQUEST_TYPE value
SystemRequest
Set the FileName
Kind: Instance method of SystemRequest
Returns: SystemRequest
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
name | String |
Filename of HTTP data to store in predefined system staging area. Mandatory if requestType is HTTP. PROPRIETARY requestType should ignore this parameter. - The desired FileName. {'string_min_length': 1, 'string_max_length': 255} |
SystemRequest
Set the RequestSubType
Kind: Instance method of SystemRequest
Returns: SystemRequest
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
type | String |
This parameter is filled for supporting OEM proprietary data exchanges. - The desired RequestSubType. {'string_min_length': 1, 'string_max_length': 255} |
SystemRequest
Set the RequestType
Kind: Instance method of SystemRequest
Returns: SystemRequest
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
type | RequestType |
The type of system request. Note that Proprietary requests should forward the binary data to the known proprietary module on the system. - The desired RequestType. |