Interface NewsfeedAssignment.NewsfeedIdStage
-
- All Known Implementing Classes:
NewsfeedAssignment.Builder
- Enclosing class:
- NewsfeedAssignment
public static interface NewsfeedAssignment.NewsfeedIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NewsfeedAssignment.Builderfrom(NewsfeedAssignment other)NewsfeedAssignment._FinalStagenewsfeedId(int newsfeedId)The unique identifier for the newsfeed which is given by Intercom.
-
-
-
Method Detail
-
newsfeedId
NewsfeedAssignment._FinalStage newsfeedId(int newsfeedId)
The unique identifier for the newsfeed which is given by Intercom. Publish dates cannot be in the future, to schedule news items use the dedicated feature in app (see this article).
-
from
NewsfeedAssignment.Builder from(NewsfeedAssignment other)
-
-