Interface NewsfeedAssignment._FinalStage
-
- All Known Implementing Classes:
NewsfeedAssignment.Builder
- Enclosing class:
- NewsfeedAssignment
public static interface NewsfeedAssignment._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NewsfeedAssignmentbuild()NewsfeedAssignment._FinalStagepublishedAt(java.lang.Integer publishedAt)NewsfeedAssignment._FinalStagepublishedAt(java.util.Optional<java.lang.Integer> 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
-
build
NewsfeedAssignment build()
-
publishedAt
NewsfeedAssignment._FinalStage publishedAt(java.util.Optional<java.lang.Integer> 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".
-
publishedAt
NewsfeedAssignment._FinalStage publishedAt(java.lang.Integer publishedAt)
-
-