Package io.camunda.client.protocol.rest
Class DocumentLinkRequest
java.lang.Object
io.camunda.client.protocol.rest.DocumentLinkRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class DocumentLinkRequest
extends Object
DocumentLinkRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe time-to-live of the document link in ms.inthashCode()voidsetTimeToLive(Long timeToLive) timeToLive(Long timeToLive) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TIME_TO_LIVE
- See Also:
-
-
Constructor Details
-
DocumentLinkRequest
public DocumentLinkRequest()
-
-
Method Details
-
timeToLive
-
getTimeToLive
The time-to-live of the document link in ms.- Returns:
- timeToLive
-
setTimeToLive
-
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
-