Package com.hellosign.openapi.model
Class EmbeddedEditUrlResponseEmbedded
- java.lang.Object
-
- com.hellosign.openapi.model.EmbeddedEditUrlResponseEmbedded
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class EmbeddedEditUrlResponseEmbedded extends java.lang.ObjectAn embedded template object.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_EDIT_URLstatic java.lang.StringJSON_PROPERTY_EXPIRES_AT
-
Constructor Summary
Constructors Constructor Description EmbeddedEditUrlResponseEmbedded()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>createFormData()EmbeddedEditUrlResponseEmbeddededitUrl(java.lang.String editUrl)booleanequals(java.lang.Object o)Return true if this EmbeddedEditUrlResponseEmbedded object is equal to o.EmbeddedEditUrlResponseEmbeddedexpiresAt(java.lang.Integer expiresAt)java.lang.StringgetEditUrl()A template url that can be opened in an iFrame.java.lang.IntegergetExpiresAt()The specific time that the the `edit_url` link expires, in epoch.inthashCode()voidsetEditUrl(java.lang.String editUrl)voidsetExpiresAt(java.lang.Integer expiresAt)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_EDIT_URL
public static final java.lang.String JSON_PROPERTY_EDIT_URL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EXPIRES_AT
public static final java.lang.String JSON_PROPERTY_EXPIRES_AT
- See Also:
- Constant Field Values
-
-
Method Detail
-
editUrl
public EmbeddedEditUrlResponseEmbedded editUrl(java.lang.String editUrl)
-
getEditUrl
@Nullable public java.lang.String getEditUrl()
A template url that can be opened in an iFrame.- Returns:
- editUrl
-
setEditUrl
public void setEditUrl(java.lang.String editUrl)
-
expiresAt
public EmbeddedEditUrlResponseEmbedded expiresAt(java.lang.Integer expiresAt)
-
getExpiresAt
@Nullable public java.lang.Integer getExpiresAt()
The specific time that the the `edit_url` link expires, in epoch.- Returns:
- expiresAt
-
setExpiresAt
public void setExpiresAt(java.lang.Integer expiresAt)
-
equals
public boolean equals(java.lang.Object o)
Return true if this EmbeddedEditUrlResponseEmbedded object is equal to o.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
createFormData
public java.util.Map<java.lang.String,java.lang.Object> createFormData() throws ApiException- Throws:
ApiException
-
-