Class AutomationStep
- java.lang.Object
-
- com.courier.api.resources.automations.types.AutomationStep
-
- All Implemented Interfaces:
IAutomationStep
public final class AutomationStep extends java.lang.Object implements IAutomationStep
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAutomationStep.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AutomationStep.Builderbuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.util.Optional<java.lang.String>getIf()java.util.Optional<java.lang.String>getRef()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getIf
public java.util.Optional<java.lang.String> getIf()
- Specified by:
getIfin interfaceIAutomationStep
-
getRef
public java.util.Optional<java.lang.String> getRef()
- Specified by:
getRefin interfaceIAutomationStep
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static AutomationStep.Builder builder()
-
-