Package io.camunda.client.api.command
Class AgentInstanceHistoryContent.DocumentContent
java.lang.Object
io.camunda.client.api.command.AgentInstanceHistoryContent.DocumentContent
- All Implemented Interfaces:
AgentInstanceHistoryContent
- Enclosing interface:
AgentInstanceHistoryContent
public static final class AgentInstanceHistoryContent.DocumentContent
extends Object
implements AgentInstanceHistoryContent
Camunda Document Store reference content block (
contentType = "DOCUMENT").-
Nested Class Summary
Nested classes/interfaces inherited from interface io.camunda.client.api.command.AgentInstanceHistoryContent
AgentInstanceHistoryContent.DocumentContent, AgentInstanceHistoryContent.ObjectContent, AgentInstanceHistoryContent.TextContent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the document reference, ornullif the server omitted it.
-
Constructor Details
-
DocumentContent
-
-
Method Details
-
getContentType
- Specified by:
getContentTypein interfaceAgentInstanceHistoryContent
-
getDocumentReference
Returns the document reference, ornullif the server omitted it.The
AgentInstanceHistoryContent.document(DocumentReferenceResponse)factory method rejects null, so null can only be returned when this instance was deserialized from a server response.
-