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