Package com.intercom.api.types
Interface ActivityLog.IdStage
-
- All Known Implementing Classes:
ActivityLog.Builder
- Enclosing class:
- ActivityLog
public static interface ActivityLog.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActivityLog.Builderfrom(ActivityLog other)ActivityLog.PerformedByStageid(java.lang.String id)The id representing the activity.
-
-
-
Method Detail
-
id
ActivityLog.PerformedByStage id(@NotNull java.lang.String id)
The id representing the activity.
-
from
ActivityLog.Builder from(ActivityLog other)
-
-