Uses of Class
no.digipost.signature.client.direct.DirectJobStatusResponse
Packages that use DirectJobStatusResponse
-
Uses of DirectJobStatusResponse in no.digipost.signature.client.direct
Methods in no.digipost.signature.client.direct that return DirectJobStatusResponseModifier and TypeMethodDescriptionDirectClient.getStatus(StatusReference statusReference) Get the current status for the givenStatusReference, which references the status for a specific job.DirectClient.getStatusChange()If there is a job with an updatedstatus, the returned object contains necessary information to act on the status change.DirectClient.getStatusChange(Sender sender) If there is a job with an updatedstatus, the returned object contains necessary information to act on the status change.Methods in no.digipost.signature.client.direct with parameters of type DirectJobStatusResponseModifier and TypeMethodDescriptionvoidDirectClient.confirm(DirectJobStatusResponse receivedStatusResponse) Confirms that the status retrieved fromDirectClient.getStatus(StatusReference)orDirectClient.getStatusChange()is received.