| Package | Description |
|---|---|
| no.digipost.signature.client.direct |
| Modifier and Type | Field and Description |
|---|---|
static DirectJobStatusResponse |
DirectJobStatusResponse.NO_UPDATED_STATUS
This instance indicates that there has been no status updates since the last poll request for
DirectJobStatusResponse. |
| Modifier and Type | Method and Description |
|---|---|
DirectJobStatusResponse |
DirectClient.getStatus(StatusReference statusReference)
Get the current status for the given
StatusReference, which references the status for a specific job. |
DirectJobStatusResponse |
DirectClient.getStatusChange()
If there is a job with an updated
status, the returned object contains
necessary information to act on the status change. |
DirectJobStatusResponse |
DirectClient.getStatusChange(Sender sender)
If there is a job with an updated
status, the returned object contains
necessary information to act on the status change. |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectClient.confirm(DirectJobStatusResponse receivedStatusResponse)
Confirms that the status retrieved from
DirectClient.getStatus(StatusReference) or DirectClient.getStatusChange() is received. |
Copyright © 2018 Digipost. All rights reserved.