2020import java .util .stream .Collectors ;
2121
2222/**
23- * Extended info options for the watched shows endpoint. Use {@link #of(ExtendedShowsWatched...)}
24- * to combine multiple values into a comma-separated parameter.
23+ * Extended info options for the watched shows endpoint. Use {@link #of(ExtendedShowsWatched...)} to combine multiple
24+ * values into a comma-separated parameter.
2525 */
2626public class ExtendedShowsWatched implements TraktEnum {
2727
2828 /**
2929 * Return show details, like overview and rating.
3030 *
3131 * @deprecated Starting 2026-05-30, this will be the default. See the
32- * <a href="https://github.com/trakt/trakt-api/discussions/775">Upcoming API Changes: Watched Endpoints Pagination &
33- * Extended Defaults</a> discussion for details and updates.
32+ * <a href="https://github.com/trakt/trakt-api/discussions/775">Upcoming API Changes: Watched Endpoints Pagination
33+ * & Extended Defaults</a> discussion for details and updates.
3434 */
3535 @ Deprecated
3636 public static final ExtendedShowsWatched FULL = new ExtendedShowsWatched ("full" );
@@ -39,8 +39,8 @@ public class ExtendedShowsWatched implements TraktEnum {
3939 * Exclude watched info for seasons and episodes.
4040 *
4141 * @deprecated Starting 2026-05-30, this will be the default. See the
42- * <a href="https://github.com/trakt/trakt-api/discussions/775">Upcoming API Changes: Watched Endpoints Pagination &
43- * Extended Defaults</a> discussion for details and updates.
42+ * <a href="https://github.com/trakt/trakt-api/discussions/775">Upcoming API Changes: Watched Endpoints Pagination
43+ * & Extended Defaults</a> discussion for details and updates.
4444 */
4545 @ Deprecated
4646 public static final ExtendedShowsWatched NOSEASONS = new ExtendedShowsWatched ("noseasons" );
@@ -49,8 +49,8 @@ public class ExtendedShowsWatched implements TraktEnum {
4949 * Include season progress information.
5050 * <p>
5151 * Note: until 2026-05-30 this is the default and won't have any effect. See the
52- * <a href="https://github.com/trakt/trakt-api/discussions/775">Upcoming API Changes: Watched Endpoints Pagination &
53- * Extended Defaults</a> discussion for details and updates.
52+ * <a href="https://github.com/trakt/trakt-api/discussions/775">Upcoming API Changes: Watched Endpoints Pagination
53+ * & Extended Defaults</a> discussion for details and updates.
5454 */
5555 public static final ExtendedShowsWatched PROGRESS = new ExtendedShowsWatched ("progress" );
5656
0 commit comments