Class AutomationInvokeResponse.Builder
- java.lang.Object
-
- com.courier.api.resources.automations.types.AutomationInvokeResponse.Builder
-
- All Implemented Interfaces:
AutomationInvokeResponse._FinalStage,AutomationInvokeResponse.RunIdStage
- Enclosing class:
- AutomationInvokeResponse
public static final class AutomationInvokeResponse.Builder extends java.lang.Object implements AutomationInvokeResponse.RunIdStage, AutomationInvokeResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutomationInvokeResponsebuild()AutomationInvokeResponse.Builderfrom(AutomationInvokeResponse other)AutomationInvokeResponse._FinalStagerunId(java.lang.String runId)
-
-
-
Method Detail
-
from
public AutomationInvokeResponse.Builder from(AutomationInvokeResponse other)
- Specified by:
fromin interfaceAutomationInvokeResponse.RunIdStage
-
runId
public AutomationInvokeResponse._FinalStage runId(java.lang.String runId)
- Specified by:
runIdin interfaceAutomationInvokeResponse.RunIdStage
-
build
public AutomationInvokeResponse build()
- Specified by:
buildin interfaceAutomationInvokeResponse._FinalStage
-
-