Package io.camunda.client.api.response
Interface DocumentLinkResponse
- All Known Implementing Classes:
DocumentLinkResponseImpl
@ExperimentalApi("https://github.com/camunda/issues/issues/841")
public interface DocumentLinkResponse
-
Method Summary
-
Method Details
-
getUrl
String getUrl()- Returns:
- the public URL to the document
-
getExpiresAt
OffsetDateTime getExpiresAt()- Returns:
- the expiration date of the document link
-