Class AutomationSendListStep.Builder
- java.lang.Object
-
- com.courier.api.resources.automations.types.AutomationSendListStep.Builder
-
- All Implemented Interfaces:
AutomationSendListStep._FinalStage,AutomationSendListStep.ListStage
- Enclosing class:
- AutomationSendListStep
public static final class AutomationSendListStep.Builder extends java.lang.Object implements AutomationSendListStep.ListStage, AutomationSendListStep._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutomationSendListStep._FinalStagebrand(java.lang.String brand)AutomationSendListStep._FinalStagebrand(java.util.Optional<java.lang.String> brand)AutomationSendListStepbuild()AutomationSendListStep._FinalStagedata(java.util.Map<java.lang.String,java.lang.Object> data)AutomationSendListStep._FinalStagedata(java.util.Optional<java.util.Map<java.lang.String,java.lang.Object>> data)AutomationSendListStep.Builderfrom(AutomationSendListStep other)AutomationSendListStep._FinalStageif_(java.lang.String if_)AutomationSendListStep._FinalStageif_(java.util.Optional<java.lang.String> if_)AutomationSendListStep._FinalStagelist(java.lang.String list)AutomationSendListStep._FinalStageoverride(java.util.Map<java.lang.String,java.lang.Object> override)AutomationSendListStep._FinalStageoverride(java.util.Optional<java.util.Map<java.lang.String,java.lang.Object>> override)AutomationSendListStep._FinalStageref(java.lang.String ref)AutomationSendListStep._FinalStageref(java.util.Optional<java.lang.String> ref)AutomationSendListStep._FinalStagetemplate(java.lang.String template)AutomationSendListStep._FinalStagetemplate(java.util.Optional<java.lang.String> template)
-
-
-
Method Detail
-
from
public AutomationSendListStep.Builder from(AutomationSendListStep other)
- Specified by:
fromin interfaceAutomationSendListStep.ListStage
-
list
public AutomationSendListStep._FinalStage list(java.lang.String list)
- Specified by:
listin interfaceAutomationSendListStep.ListStage
-
template
public AutomationSendListStep._FinalStage template(java.lang.String template)
- Specified by:
templatein interfaceAutomationSendListStep._FinalStage
-
template
public AutomationSendListStep._FinalStage template(java.util.Optional<java.lang.String> template)
- Specified by:
templatein interfaceAutomationSendListStep._FinalStage
-
override
public AutomationSendListStep._FinalStage override(java.util.Map<java.lang.String,java.lang.Object> override)
- Specified by:
overridein interfaceAutomationSendListStep._FinalStage
-
override
public AutomationSendListStep._FinalStage override(java.util.Optional<java.util.Map<java.lang.String,java.lang.Object>> override)
- Specified by:
overridein interfaceAutomationSendListStep._FinalStage
-
data
public AutomationSendListStep._FinalStage data(java.util.Map<java.lang.String,java.lang.Object> data)
- Specified by:
datain interfaceAutomationSendListStep._FinalStage
-
data
public AutomationSendListStep._FinalStage data(java.util.Optional<java.util.Map<java.lang.String,java.lang.Object>> data)
- Specified by:
datain interfaceAutomationSendListStep._FinalStage
-
brand
public AutomationSendListStep._FinalStage brand(java.lang.String brand)
- Specified by:
brandin interfaceAutomationSendListStep._FinalStage
-
brand
public AutomationSendListStep._FinalStage brand(java.util.Optional<java.lang.String> brand)
- Specified by:
brandin interfaceAutomationSendListStep._FinalStage
-
ref
public AutomationSendListStep._FinalStage ref(java.lang.String ref)
- Specified by:
refin interfaceAutomationSendListStep._FinalStage
-
ref
public AutomationSendListStep._FinalStage ref(java.util.Optional<java.lang.String> ref)
- Specified by:
refin interfaceAutomationSendListStep._FinalStage
-
if_
public AutomationSendListStep._FinalStage if_(java.lang.String if_)
- Specified by:
if_in interfaceAutomationSendListStep._FinalStage
-
if_
public AutomationSendListStep._FinalStage if_(java.util.Optional<java.lang.String> if_)
- Specified by:
if_in interfaceAutomationSendListStep._FinalStage
-
build
public AutomationSendListStep build()
- Specified by:
buildin interfaceAutomationSendListStep._FinalStage
-
-