AsyncResponse extends ReconstructedAsyncResponse
Async Response helper class
The first generic parameter is the type of start response And the second generic parameter is the type of status response
Tags
Table of Contents
- getId() : string
- Returning the job id
- getOriginalResponse() : Model
- Reurning the original job start response
- status() : Model
- Getting the status of the async job
Methods
getId()
Returning the job id
public
getId() : string
Return values
string —getOriginalResponse()
Reurning the original job start response
public
getOriginalResponse() : Model
Return values
Model —status()
Getting the status of the async job
public
status() : Model