public class WorkflowFlowsTriggerScopeField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkflowFlowsTriggerScopeField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected WorkflowFlowsTriggerScopeObjectField |
object
The object the `ref` points to.
|
protected String |
ref
Indicates the path of the condition value to check.
|
protected EnumWrapper<WorkflowFlowsTriggerScopeTypeField> |
type
The trigger scope's resource type.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
WorkflowFlowsTriggerScopeField() |
protected |
WorkflowFlowsTriggerScopeField(WorkflowFlowsTriggerScopeField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
WorkflowFlowsTriggerScopeObjectField |
getObject() |
String |
getRef() |
EnumWrapper<WorkflowFlowsTriggerScopeTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<WorkflowFlowsTriggerScopeTypeField> type
protected WorkflowFlowsTriggerScopeObjectField object
public WorkflowFlowsTriggerScopeField()
protected WorkflowFlowsTriggerScopeField(WorkflowFlowsTriggerScopeField.Builder builder)
public EnumWrapper<WorkflowFlowsTriggerScopeTypeField> getType()
public WorkflowFlowsTriggerScopeObjectField getObject()