Class PortalJobResponse

java.lang.Object
no.digipost.signature.client.portal.PortalJobResponse
All Implemented Interfaces:
Cancellable

public class PortalJobResponse extends Object implements Cancellable
  • Constructor Details

    • PortalJobResponse

      public PortalJobResponse(long signatureJobId, String reference, CancellationUrl cancellationUrl)
  • Method Details

    • getSignatureJobId

      public long getSignatureJobId()
    • getReference

      public String getReference()
      Returns:
      the signature job's custom reference as specified upon creation. May be null.
    • getCancellationUrl

      public CancellationUrl getCancellationUrl()
      Specified by:
      getCancellationUrl in interface Cancellable