Package io.camunda.client.api.command
Interface CreateAgentHistoryItemCommandStep1.CreateAgentHistoryItemCommandStep4
- All Known Implementing Classes:
CreateAgentHistoryItemCommandImpl
- Enclosing interface:
CreateAgentHistoryItemCommandStep1
public static interface CreateAgentHistoryItemCommandStep1.CreateAgentHistoryItemCommandStep4
-
Method Summary
Modifier and TypeMethodDescriptioncontent(List<AgentInstanceHistoryContent> content) Sets the content blocks of this history item.
-
Method Details
-
content
CreateAgentHistoryItemCommandStep1.CreateAgentHistoryItemCommandStep5 content(List<AgentInstanceHistoryContent> content) Sets the content blocks of this history item.- Parameters:
content- the list of content blocks. Must not be null; may be empty.- Returns:
- this builder for method chaining
-