Class AutomationAddToDigestStep.Builder
- java.lang.Object
-
- com.courier.api.resources.automations.types.AutomationAddToDigestStep.Builder
-
- All Implemented Interfaces:
AutomationAddToDigestStep._FinalStage,AutomationAddToDigestStep.SubscriptionTopicIdStage
- Enclosing class:
- AutomationAddToDigestStep
public static final class AutomationAddToDigestStep.Builder extends java.lang.Object implements AutomationAddToDigestStep.SubscriptionTopicIdStage, AutomationAddToDigestStep._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutomationAddToDigestStepbuild()AutomationAddToDigestStep.Builderfrom(AutomationAddToDigestStep other)AutomationAddToDigestStep._FinalStageif_(java.lang.String if_)AutomationAddToDigestStep._FinalStageif_(java.util.Optional<java.lang.String> if_)AutomationAddToDigestStep._FinalStageref(java.lang.String ref)AutomationAddToDigestStep._FinalStageref(java.util.Optional<java.lang.String> ref)AutomationAddToDigestStep._FinalStagesubscriptionTopicId(java.lang.String subscriptionTopicId)The subscription topic that has digests enabled
-
-
-
Method Detail
-
from
public AutomationAddToDigestStep.Builder from(AutomationAddToDigestStep other)
- Specified by:
fromin interfaceAutomationAddToDigestStep.SubscriptionTopicIdStage
-
subscriptionTopicId
public AutomationAddToDigestStep._FinalStage subscriptionTopicId(java.lang.String subscriptionTopicId)
The subscription topic that has digests enabled
- Specified by:
subscriptionTopicIdin interfaceAutomationAddToDigestStep.SubscriptionTopicIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
ref
public AutomationAddToDigestStep._FinalStage ref(java.lang.String ref)
- Specified by:
refin interfaceAutomationAddToDigestStep._FinalStage
-
ref
public AutomationAddToDigestStep._FinalStage ref(java.util.Optional<java.lang.String> ref)
- Specified by:
refin interfaceAutomationAddToDigestStep._FinalStage
-
if_
public AutomationAddToDigestStep._FinalStage if_(java.lang.String if_)
- Specified by:
if_in interfaceAutomationAddToDigestStep._FinalStage
-
if_
public AutomationAddToDigestStep._FinalStage if_(java.util.Optional<java.lang.String> if_)
- Specified by:
if_in interfaceAutomationAddToDigestStep._FinalStage
-
build
public AutomationAddToDigestStep build()
- Specified by:
buildin interfaceAutomationAddToDigestStep._FinalStage
-
-