Interface Newsfeed._FinalStage
-
- All Known Implementing Classes:
Newsfeed.Builder
- Enclosing class:
- Newsfeed
public static interface Newsfeed._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Newsfeedbuild()Newsfeed._FinalStageupdatedAt(java.lang.Integer updatedAt)Newsfeed._FinalStageupdatedAt(java.util.Optional<java.lang.Integer> updatedAt)Timestamp for when the newsfeed was last updated.
-
-
-
Method Detail
-
build
Newsfeed build()
-
updatedAt
Newsfeed._FinalStage updatedAt(java.util.Optional<java.lang.Integer> updatedAt)
Timestamp for when the newsfeed was last updated.
-
updatedAt
Newsfeed._FinalStage updatedAt(java.lang.Integer updatedAt)
-
-