Package com.hellosign.openapi.model
Class SubFormFieldsPerDocumentHyperlink
- java.lang.Object
-
- com.hellosign.openapi.model.SubFormFieldsPerDocumentBase
-
- com.hellosign.openapi.model.SubFormFieldsPerDocumentHyperlink
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class SubFormFieldsPerDocumentHyperlink extends SubFormFieldsPerDocumentBaseThis class extends `SubFormFieldsPerDocumentBase`.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_CONTENTstatic java.lang.StringJSON_PROPERTY_CONTENT_URLstatic java.lang.StringJSON_PROPERTY_TYPE-
Fields inherited from class com.hellosign.openapi.model.SubFormFieldsPerDocumentBase
JSON_PROPERTY_API_ID, JSON_PROPERTY_DOCUMENT_INDEX, JSON_PROPERTY_HEIGHT, JSON_PROPERTY_NAME, JSON_PROPERTY_PAGE, JSON_PROPERTY_REQUIRED, JSON_PROPERTY_SIGNER, JSON_PROPERTY_WIDTH, JSON_PROPERTY_X, JSON_PROPERTY_Y
-
-
Constructor Summary
Constructors Constructor Description SubFormFieldsPerDocumentHyperlink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubFormFieldsPerDocumentHyperlinkcontent(java.lang.String content)SubFormFieldsPerDocumentHyperlinkcontentUrl(java.lang.String contentUrl)java.util.Map<java.lang.String,java.lang.Object>createFormData()booleanequals(java.lang.Object o)Return true if this SubFormFieldsPerDocumentHyperlink object is equal to o.java.lang.StringgetContent()Link Text.java.lang.StringgetContentUrl()Link URL.java.lang.StringgetType()A hyperlink field.inthashCode()voidsetContent(java.lang.String content)voidsetContentUrl(java.lang.String contentUrl)voidsetType(java.lang.String type)java.lang.StringtoString()SubFormFieldsPerDocumentHyperlinktype(java.lang.String type)-
Methods inherited from class com.hellosign.openapi.model.SubFormFieldsPerDocumentBase
apiId, documentIndex, getApiId, getDocumentIndex, getHeight, getName, getPage, getRequired, getSigner, getWidth, getX, getY, height, name, page, required, setApiId, setDocumentIndex, setHeight, setName, setPage, setRequired, setSigner, setWidth, setX, setY, signer, width, x, y
-
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final java.lang.String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CONTENT
public static final java.lang.String JSON_PROPERTY_CONTENT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CONTENT_URL
public static final java.lang.String JSON_PROPERTY_CONTENT_URL
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public SubFormFieldsPerDocumentHyperlink type(java.lang.String type)
- Overrides:
typein classSubFormFieldsPerDocumentBase
-
getType
@Nonnull public java.lang.String getType()
A hyperlink field. Use the `SubFormFieldsPerDocumentHyperlink` class.- Overrides:
getTypein classSubFormFieldsPerDocumentBase- Returns:
- type
-
setType
public void setType(java.lang.String type)
- Overrides:
setTypein classSubFormFieldsPerDocumentBase
-
content
public SubFormFieldsPerDocumentHyperlink content(java.lang.String content)
-
getContent
@Nonnull public java.lang.String getContent()
Link Text.- Returns:
- content
-
setContent
public void setContent(java.lang.String content)
-
contentUrl
public SubFormFieldsPerDocumentHyperlink contentUrl(java.lang.String contentUrl)
-
getContentUrl
@Nonnull public java.lang.String getContentUrl()
Link URL.- Returns:
- contentUrl
-
setContentUrl
public void setContentUrl(java.lang.String contentUrl)
-
equals
public boolean equals(java.lang.Object o)
Return true if this SubFormFieldsPerDocumentHyperlink object is equal to o.- Overrides:
equalsin classSubFormFieldsPerDocumentBase
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSubFormFieldsPerDocumentBase
-
toString
public java.lang.String toString()
- Overrides:
toStringin classSubFormFieldsPerDocumentBase
-
createFormData
public java.util.Map<java.lang.String,java.lang.Object> createFormData() throws ApiException- Overrides:
createFormDatain classSubFormFieldsPerDocumentBase- Throws:
ApiException
-
-