Package io.camunda.client.protocol.rest
Class DocumentLink
java.lang.Object
io.camunda.client.protocol.rest.DocumentLink
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class DocumentLink
extends Object
DocumentLink
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe date and time when the link expires.getUrl()The link to the document.inthashCode()voidsetExpiresAt(String expiresAt) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_URL
- See Also:
-
JSON_PROPERTY_EXPIRES_AT
- See Also:
-
-
Constructor Details
-
DocumentLink
public DocumentLink()
-
-
Method Details
-
url
-
getUrl
The link to the document.- Returns:
- url
-
setUrl
-
expiresAt
-
getExpiresAt
The date and time when the link expires.- Returns:
- expiresAt
-
setExpiresAt
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-