Package com.docusign.esign.model
Class ConsoleViewRequest
- java.lang.Object
-
- com.docusign.esign.model.ConsoleViewRequest
-
public class ConsoleViewRequest extends java.lang.ObjectConsoleViewRequest.
-
-
Constructor Summary
Constructors Constructor Description ConsoleViewRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsoleViewRequestenvelopeId(java.lang.String envelopeId)envelopeId.booleanequals(java.lang.Object o)Compares objects.java.lang.StringgetEnvelopeId()The envelope ID of the envelope status that failed to post..java.lang.StringgetReturnUrl()The URL to be redirected to after the console view session has ended..inthashCode()Returns the HashCode.ConsoleViewRequestreturnUrl(java.lang.String returnUrl)returnUrl.voidsetEnvelopeId(java.lang.String envelopeId)setEnvelopeId.voidsetReturnUrl(java.lang.String returnUrl)setReturnUrl.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
envelopeId
public ConsoleViewRequest envelopeId(java.lang.String envelopeId)
envelopeId.- Returns:
- ConsoleViewRequest
-
getEnvelopeId
public java.lang.String getEnvelopeId()
The envelope ID of the envelope status that failed to post..- Returns:
- envelopeId
-
setEnvelopeId
public void setEnvelopeId(java.lang.String envelopeId)
setEnvelopeId.
-
returnUrl
public ConsoleViewRequest returnUrl(java.lang.String returnUrl)
returnUrl.- Returns:
- ConsoleViewRequest
-
getReturnUrl
public java.lang.String getReturnUrl()
The URL to be redirected to after the console view session has ended..- Returns:
- returnUrl
-
setReturnUrl
public void setReturnUrl(java.lang.String returnUrl)
setReturnUrl.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-