Interface NewsfeedAssignment.PublishedAtStage
-
- All Known Implementing Classes:
NewsfeedAssignment.Builder
- Enclosing class:
- NewsfeedAssignment
public static interface NewsfeedAssignment.PublishedAtStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NewsfeedAssignment._FinalStagepublishedAt(int publishedAt)Publish date of the news item on the newsfeed, use this field if you want to set a publish date in the past (e.g.
-
-
-
Method Detail
-
publishedAt
NewsfeedAssignment._FinalStage publishedAt(int publishedAt)
Publish date of the news item on the newsfeed, use this field if you want to set a publish date in the past (e.g. when importing existing news items). On write, this field will be ignored if the news item state is "draft".
-
-