public class DirectJobResponse extends Object
| Constructor and Description |
|---|
DirectJobResponse(long signatureJobId,
String reference,
List<RedirectUrls.RedirectUrl> redirectUrls,
String statusUrl) |
| Modifier and Type | Method and Description |
|---|---|
RedirectUrls |
getRedirectUrls() |
String |
getReference() |
long |
getSignatureJobId() |
String |
getSingleRedirectUrl()
Gets the only redirect URL for this job.
|
String |
getStatusUrl() |
public DirectJobResponse(long signatureJobId,
String reference,
List<RedirectUrls.RedirectUrl> redirectUrls,
String statusUrl)
public long getSignatureJobId()
public String getReference()
creation. May be null.public String getSingleRedirectUrl()
IllegalStateException - if there are multiple redirect URLsgetRedirectUrls()public RedirectUrls getRedirectUrls()
public String getStatusUrl()
Copyright © 2018 Digipost. All rights reserved.