public class AutomateWorkflowActionV2026R0 extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AutomateWorkflowActionV2026R0.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected EnumWrapper<AutomateWorkflowActionV2026R0ActionTypeField> |
actionType
The type that defines the behavior of this action.
|
protected OffsetDateTime |
createdAt
The date and time when the action was created.
|
protected UserMiniV2026R0 |
createdBy |
protected String |
description
A human-readable description of the workflow action.
|
protected String |
id
The identifier for the Automate action.
|
protected EnumWrapper<AutomateWorkflowActionV2026R0TypeField> |
type
The object type for this workflow action wrapper.
|
protected OffsetDateTime |
updatedAt
The date and time when the action was last updated.
|
protected UserMiniV2026R0 |
updatedBy |
protected AutomateWorkflowReferenceV2026R0 |
workflow |
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
AutomateWorkflowActionV2026R0(AutomateWorkflowActionV2026R0.Builder builder) |
|
AutomateWorkflowActionV2026R0(String id,
AutomateWorkflowReferenceV2026R0 workflow) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EnumWrapper<AutomateWorkflowActionV2026R0ActionTypeField> |
getActionType() |
OffsetDateTime |
getCreatedAt() |
UserMiniV2026R0 |
getCreatedBy() |
String |
getDescription() |
String |
getId() |
EnumWrapper<AutomateWorkflowActionV2026R0TypeField> |
getType() |
OffsetDateTime |
getUpdatedAt() |
UserMiniV2026R0 |
getUpdatedBy() |
AutomateWorkflowReferenceV2026R0 |
getWorkflow() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<AutomateWorkflowActionV2026R0TypeField> type
protected EnumWrapper<AutomateWorkflowActionV2026R0ActionTypeField> actionType
protected String description
protected OffsetDateTime createdAt
protected OffsetDateTime updatedAt
protected UserMiniV2026R0 createdBy
protected UserMiniV2026R0 updatedBy
protected final AutomateWorkflowReferenceV2026R0 workflow
public AutomateWorkflowActionV2026R0(String id, AutomateWorkflowReferenceV2026R0 workflow)
protected AutomateWorkflowActionV2026R0(AutomateWorkflowActionV2026R0.Builder builder)
public EnumWrapper<AutomateWorkflowActionV2026R0TypeField> getType()
public EnumWrapper<AutomateWorkflowActionV2026R0ActionTypeField> getActionType()
public String getDescription()
public OffsetDateTime getCreatedAt()
public OffsetDateTime getUpdatedAt()
public UserMiniV2026R0 getCreatedBy()
public UserMiniV2026R0 getUpdatedBy()
public AutomateWorkflowReferenceV2026R0 getWorkflow()