Class AutomationStepOption
- java.lang.Object
-
- com.courier.api.resources.automations.types.AutomationStepOption
-
public final class AutomationStepOption extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAutomationStepOption.Visitor<T>
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.lang.Objectget()inthashCode()static AutomationStepOptionof(AutomationAddToBatchStep value)static AutomationStepOptionof(AutomationAddToDigestStep value)static AutomationStepOptionof(AutomationCancelStep value)static AutomationStepOptionof(AutomationDelayStep value)static AutomationStepOptionof(AutomationFetchDataStep value)static AutomationStepOptionof(AutomationInvokeStep value)static AutomationStepOptionof(AutomationSendListStep value)static AutomationStepOptionof(AutomationSendStep value)static AutomationStepOptionof(AutomationThrottleStep value)static AutomationStepOptionof(AutomationUpdateProfileStep value)static AutomationStepOptionof(AutomationV2SendStep value)java.lang.StringtoString()<T> Tvisit(AutomationStepOption.Visitor<T> visitor)
-
-
-
Method Detail
-
get
public java.lang.Object get()
-
visit
public <T> T visit(AutomationStepOption.Visitor<T> visitor)
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
of
public static AutomationStepOption of(AutomationAddToDigestStep value)
-
of
public static AutomationStepOption of(AutomationAddToBatchStep value)
-
of
public static AutomationStepOption of(AutomationThrottleStep value)
-
of
public static AutomationStepOption of(AutomationCancelStep value)
-
of
public static AutomationStepOption of(AutomationDelayStep value)
-
of
public static AutomationStepOption of(AutomationFetchDataStep value)
-
of
public static AutomationStepOption of(AutomationInvokeStep value)
-
of
public static AutomationStepOption of(AutomationSendStep value)
-
of
public static AutomationStepOption of(AutomationV2SendStep value)
-
of
public static AutomationStepOption of(AutomationSendListStep value)
-
of
public static AutomationStepOption of(AutomationUpdateProfileStep value)
-
-