Class AutomationV2SendStep
- java.lang.Object
-
- com.courier.api.resources.automations.types.AutomationV2SendStep
-
- All Implemented Interfaces:
IAutomationStep
public final class AutomationV2SendStep extends java.lang.Object implements IAutomationStep
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAutomationV2SendStep._FinalStagestatic classAutomationV2SendStep.Builderstatic interfaceAutomationV2SendStep.MessageStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AutomationV2SendStep.MessageStagebuilder()booleanequals(java.lang.Object other)java.lang.StringgetAction()java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.util.Optional<java.lang.String>getIf()MessagegetMessage()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
-
getAction
public java.lang.String getAction()
-
getMessage
public Message getMessage()
-
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 AutomationV2SendStep.MessageStage builder()
-
-