Class AutomationSendStep.Builder
- java.lang.Object
-
- com.courier.api.resources.automations.types.AutomationSendStep.Builder
-
- Enclosing class:
- AutomationSendStep
public static final class AutomationSendStep.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutomationSendStep.Builderbrand(java.lang.String brand)AutomationSendStep.Builderbrand(java.util.Optional<java.lang.String> brand)AutomationSendStepbuild()AutomationSendStep.Builderdata(java.util.Map<java.lang.String,java.lang.Object> data)AutomationSendStep.Builderdata(java.util.Optional<java.util.Map<java.lang.String,java.lang.Object>> data)AutomationSendStep.Builderfrom(AutomationSendStep other)AutomationSendStep.Builderif_(java.lang.String if_)AutomationSendStep.Builderif_(java.util.Optional<java.lang.String> if_)AutomationSendStep.Builderoverride(java.util.Map<java.lang.String,java.lang.Object> override)AutomationSendStep.Builderoverride(java.util.Optional<java.util.Map<java.lang.String,java.lang.Object>> override)AutomationSendStep.Builderprofile(java.lang.Object profile)AutomationSendStep.Builderprofile(java.util.Optional<java.lang.Object> profile)AutomationSendStep.Builderrecipient(java.lang.String recipient)AutomationSendStep.Builderrecipient(java.util.Optional<java.lang.String> recipient)AutomationSendStep.Builderref(java.lang.String ref)AutomationSendStep.Builderref(java.util.Optional<java.lang.String> ref)AutomationSendStep.Buildertemplate(java.lang.String template)AutomationSendStep.Buildertemplate(java.util.Optional<java.lang.String> template)
-
-
-
Method Detail
-
from
public AutomationSendStep.Builder from(AutomationSendStep other)
-
if_
public AutomationSendStep.Builder if_(java.util.Optional<java.lang.String> if_)
-
if_
public AutomationSendStep.Builder if_(java.lang.String if_)
-
ref
public AutomationSendStep.Builder ref(java.util.Optional<java.lang.String> ref)
-
ref
public AutomationSendStep.Builder ref(java.lang.String ref)
-
brand
public AutomationSendStep.Builder brand(java.util.Optional<java.lang.String> brand)
-
brand
public AutomationSendStep.Builder brand(java.lang.String brand)
-
data
public AutomationSendStep.Builder data(java.util.Optional<java.util.Map<java.lang.String,java.lang.Object>> data)
-
data
public AutomationSendStep.Builder data(java.util.Map<java.lang.String,java.lang.Object> data)
-
override
public AutomationSendStep.Builder override(java.util.Optional<java.util.Map<java.lang.String,java.lang.Object>> override)
-
override
public AutomationSendStep.Builder override(java.util.Map<java.lang.String,java.lang.Object> override)
-
profile
public AutomationSendStep.Builder profile(java.util.Optional<java.lang.Object> profile)
-
profile
public AutomationSendStep.Builder profile(java.lang.Object profile)
-
recipient
public AutomationSendStep.Builder recipient(java.util.Optional<java.lang.String> recipient)
-
recipient
public AutomationSendStep.Builder recipient(java.lang.String recipient)
-
template
public AutomationSendStep.Builder template(java.util.Optional<java.lang.String> template)
-
template
public AutomationSendStep.Builder template(java.lang.String template)
-
build
public AutomationSendStep build()
-
-