Class CustomActionStarted.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.types.CustomActionStarted.Builder
-
- Enclosing class:
- CustomActionStarted
public static final class CustomActionStarted.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomActionStarted.Builderaction(CustomActionStarted.Action action)CustomActionStarted.Builderaction(java.util.Optional<CustomActionStarted.Action> action)CustomActionStartedbuild()CustomActionStarted.Builderfrom(CustomActionStarted other)
-
-
-
Method Detail
-
from
public CustomActionStarted.Builder from(CustomActionStarted other)
-
action
public CustomActionStarted.Builder action(java.util.Optional<CustomActionStarted.Action> action)
-
action
public CustomActionStarted.Builder action(CustomActionStarted.Action action)
-
build
public CustomActionStarted build()
-
-