Uses of Class
edu.ucsb.cs156.example.entities.Articles
-
Uses of Articles in edu.ucsb.cs156.example.controllers
Modifier and TypeMethodDescriptionGet a single article by ID.ArticlesController.postArticle
(String title, String url, String explanation, String email, LocalDateTime dateAdded) Create a new article.ArticlesController.updateArticle
(Long id, @Valid Articles incoming) Update an existing article.Modifier and TypeMethodDescriptionArticlesController.updateArticle
(Long id, @Valid Articles incoming) Update an existing article.