public class ConsoleViewRequest extends Object
Constructor and Description |
---|
ConsoleViewRequest() |
Modifier and Type | Method and Description |
---|---|
ConsoleViewRequest |
envelopeId(String envelopeId) |
boolean |
equals(Object o) |
String |
getEnvelopeId()
The envelope ID of the envelope status that failed to post.
|
String |
getReturnUrl()
The URL to be redirected to after the console view session has ended.
|
int |
hashCode() |
ConsoleViewRequest |
returnUrl(String returnUrl) |
void |
setEnvelopeId(String envelopeId) |
void |
setReturnUrl(String returnUrl) |
String |
toString() |
public ConsoleViewRequest envelopeId(String envelopeId)
public String getEnvelopeId()
public void setEnvelopeId(String envelopeId)
public ConsoleViewRequest returnUrl(String returnUrl)
public String getReturnUrl()
public void setReturnUrl(String returnUrl)
Copyright © 2020. All rights reserved.