mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-09 12:37:47 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.557.0
This commit is contained in:
@@ -45,11 +45,12 @@ import java.util.Optional;
|
||||
* ShowOrdering
|
||||
*
|
||||
* <p>Setting that indicates the episode ordering for the show.
|
||||
* None = Library default,
|
||||
* tmdbAiring = The Movie Database (Aired),
|
||||
* aired = TheTVDB (Aired),
|
||||
* dvd = TheTVDB (DVD),
|
||||
* absolute = TheTVDB (Absolute)).
|
||||
* Options:
|
||||
* - None = Library default
|
||||
* - tmdbAiring = The Movie Database (Aired)
|
||||
* - aired = TheTVDB (Aired)
|
||||
* - dvd = TheTVDB (DVD)
|
||||
* - absolute = TheTVDB (Absolute)
|
||||
*/
|
||||
@JsonDeserialize(using = ShowOrdering._Deserializer.class)
|
||||
@JsonSerialize(using = ShowOrdering._Serializer.class)
|
||||
|
||||
Reference in New Issue
Block a user