StringStringRequestTypeSystemRequestSystemRequestSystemRequestStringGet the FileName
Kind: Instance method of SystemRequest
Returns: String - the KEY_FILE_NAME value
StringGet the RequestSubType
Kind: Instance method of SystemRequest
Returns: String - the KEY_REQUEST_SUB_TYPE value
RequestTypeGet the RequestType
Kind: Instance method of SystemRequest
Returns: RequestType - the KEY_REQUEST_TYPE value
SystemRequestSet 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} |
SystemRequestSet 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} |
SystemRequestSet 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. |