public static class AutomateWorkflowActionV2026R0.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected EnumWrapper<AutomateWorkflowActionV2026R0ActionTypeField> |
actionType |
protected OffsetDateTime |
createdAt |
protected UserMiniV2026R0 |
createdBy |
protected String |
description |
protected String |
id |
protected EnumWrapper<AutomateWorkflowActionV2026R0TypeField> |
type |
protected OffsetDateTime |
updatedAt |
protected UserMiniV2026R0 |
updatedBy |
protected AutomateWorkflowReferenceV2026R0 |
workflow |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder(String id,
AutomateWorkflowReferenceV2026R0 workflow) |
| Modifier and Type | Method and Description |
|---|---|
AutomateWorkflowActionV2026R0.Builder |
actionType(AutomateWorkflowActionV2026R0ActionTypeField actionType) |
AutomateWorkflowActionV2026R0.Builder |
actionType(EnumWrapper<AutomateWorkflowActionV2026R0ActionTypeField> actionType) |
AutomateWorkflowActionV2026R0 |
build() |
AutomateWorkflowActionV2026R0.Builder |
createdAt(OffsetDateTime createdAt) |
AutomateWorkflowActionV2026R0.Builder |
createdBy(UserMiniV2026R0 createdBy) |
AutomateWorkflowActionV2026R0.Builder |
description(String description) |
AutomateWorkflowActionV2026R0.Builder |
type(AutomateWorkflowActionV2026R0TypeField type) |
AutomateWorkflowActionV2026R0.Builder |
type(EnumWrapper<AutomateWorkflowActionV2026R0TypeField> type) |
AutomateWorkflowActionV2026R0.Builder |
updatedAt(OffsetDateTime updatedAt) |
AutomateWorkflowActionV2026R0.Builder |
updatedBy(UserMiniV2026R0 updatedBy) |
getExplicitlySetNullableFields, 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 Builder(String id, AutomateWorkflowReferenceV2026R0 workflow)
public AutomateWorkflowActionV2026R0.Builder type(AutomateWorkflowActionV2026R0TypeField type)
public AutomateWorkflowActionV2026R0.Builder type(EnumWrapper<AutomateWorkflowActionV2026R0TypeField> type)
public AutomateWorkflowActionV2026R0.Builder actionType(AutomateWorkflowActionV2026R0ActionTypeField actionType)
public AutomateWorkflowActionV2026R0.Builder actionType(EnumWrapper<AutomateWorkflowActionV2026R0ActionTypeField> actionType)
public AutomateWorkflowActionV2026R0.Builder description(String description)
public AutomateWorkflowActionV2026R0.Builder createdAt(OffsetDateTime createdAt)
public AutomateWorkflowActionV2026R0.Builder updatedAt(OffsetDateTime updatedAt)
public AutomateWorkflowActionV2026R0.Builder createdBy(UserMiniV2026R0 createdBy)
public AutomateWorkflowActionV2026R0.Builder updatedBy(UserMiniV2026R0 updatedBy)
public AutomateWorkflowActionV2026R0 build()