Uses of Enum
com.amilesend.tmdb.client.model.trending.type.TimeWindow
Packages that use TimeWindow
Package
Description
-
Uses of TimeWindow in com.amilesend.tmdb.client.model.trending.type
Subclasses with type arguments of type TimeWindow in com.amilesend.tmdb.client.model.trending.typeModifier and TypeClassDescriptionenumDefines the possible time windows used in requests for fetching trending resources.Methods in com.amilesend.tmdb.client.model.trending.type that return TimeWindowModifier and TypeMethodDescriptionstatic TimeWindowReturns the associatedTimeWindowfor the given value.GetTrendingRequestBase.getTimeWindow()The time window used to constrain the expected list (required).static TimeWindowReturns the enum constant of this type with the specified name.static TimeWindow[]TimeWindow.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amilesend.tmdb.client.model.trending.type with parameters of type TimeWindowModifier and TypeMethodDescriptionGetTrendingRequestBase.GetTrendingRequestBaseBuilder.timeWindow(TimeWindow timeWindow) The time window used to constrain the expected list (required). -
Uses of TimeWindow in com.amilesend.tmdb.client.parse.adapters
Classes in com.amilesend.tmdb.client.parse.adapters that implement interfaces with type arguments of type TimeWindowModifier and TypeClassDescriptionclassGSON adapter to format and serializesTimeWindowenums.classGSON adapter to format and serializesTimeWindowenums.Methods in com.amilesend.tmdb.client.parse.adapters that return TimeWindowModifier and TypeMethodDescriptionTimeWindowTypeAdapter.deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext context) Methods in com.amilesend.tmdb.client.parse.adapters with parameters of type TimeWindowModifier and TypeMethodDescriptioncom.google.gson.JsonElementTimeWindowTypeAdapter.serialize(TimeWindow timeWindow, Type type, com.google.gson.JsonSerializationContext context)