Package com.docusign.esign.model
Class ConsoleViewRequest
- java.lang.Object
-
- com.docusign.esign.model.ConsoleViewRequest
-
- All Implemented Interfaces:
Serializable
public class ConsoleViewRequest extends Object implements Serializable
The request object for the [EnvelopeViews: createConsole](/docs/esign-rest-api/reference/envelopes/envelopeviews/createconsole/) method..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConsoleViewRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsoleViewRequestenvelopeId(String envelopeId)envelopeId.booleanequals(Object o)Compares objects.StringgetEnvelopeId()The envelope ID of the envelope status that failed to post..StringgetReturnUrl()The URL to be redirected to after the console view session has ended..inthashCode()Returns the HashCode.ConsoleViewRequestreturnUrl(String returnUrl)returnUrl.voidsetEnvelopeId(String envelopeId)setEnvelopeId.voidsetReturnUrl(String returnUrl)setReturnUrl.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
envelopeId
public ConsoleViewRequest envelopeId(String envelopeId)
envelopeId.- Returns:
- ConsoleViewRequest
-
getEnvelopeId
public String getEnvelopeId()
The envelope ID of the envelope status that failed to post..- Returns:
- envelopeId
-
setEnvelopeId
public void setEnvelopeId(String envelopeId)
setEnvelopeId.
-
returnUrl
public ConsoleViewRequest returnUrl(String returnUrl)
returnUrl.- Returns:
- ConsoleViewRequest
-
getReturnUrl
public String getReturnUrl()
The URL to be redirected to after the console view session has ended..- Returns:
- returnUrl
-
setReturnUrl
public void setReturnUrl(String returnUrl)
setReturnUrl.
-
equals
public boolean equals(Object o)
Compares objects.
-
-