|
Method DetailString get(String key) Returns the specified value from of the payload result of the request, if any. This may return null if the remote workflow did not set a payload.
Parameters:
Returns: String Since: 07-02-2020 Data getData() Returns the data of the payload result of the request, if any. This may return null if the remote workflow did not set a payload. Returns: Data Since: 07-02-2020 Data getData(String data) Returns the specified data of the payload result of the request, if any. This may return null if the remote workflow did not set a payload.
Parameters:
Returns: Data Since: 07-02-2020 DataList getDataList(String list) Returns the specified datalist of the payload result of the request, if any. This may return null if the remote workflow did not set a payload.
Parameters:
Returns: DataList Since: 07-02-2020 String getError() On failure, returns the failure message. Returns: String Since: 06-18-2018 Payload getPayload() Returns the payload result of the request, if any. This may return null if the remote workflow did not set a payload. Returns: Payload Since: 06-18-2018 SafeBox getSafeBox() Returns the SafeBox associated with this request, if any. Returns: SafeBox Since: 11-17-2022 boolean isSuccess() Returns true if the request is successful. Returns: boolean Since: 06-18-2018 String toString() Returns a description of this object. Returns: String Since: 06-18-2018 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 18, 2024 01:04 PM |