Uses of Enum
com.amilesend.tvmaze.client.api.UpdatesApi.Since
Packages that use UpdatesApi.Since
-
Uses of UpdatesApi.Since in com.amilesend.tvmaze.client.api
Methods in com.amilesend.tvmaze.client.api that return UpdatesApi.SinceModifier and TypeMethodDescriptionstatic UpdatesApi.SinceReturns the enum constant of this type with the specified name.static UpdatesApi.Since[]UpdatesApi.Since.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amilesend.tvmaze.client.api with parameters of type UpdatesApi.SinceModifier and TypeMethodDescriptionUpdatesApi.getPersonUpdates(UpdatesApi.Since since) Retrieves a map of persons in the TVMaze database and the corresponding last updated timestamp.UpdatesApi.getShowUpdates(UpdatesApi.Since since) Retrieves a map of shows in the TVMaze database and the corresponding last updated timestamp.