Uses of Enum Class
dev.reuss.tmdb.value.image.size.PosterSize
Packages that use PosterSize
-
Uses of PosterSize in dev.reuss.tmdb.domain.images.url
Methods in dev.reuss.tmdb.domain.images.url with parameters of type PosterSizeModifier and TypeMethodDescriptionDefaultImageUrlBuilder.poster(String path, PosterSize size) ImageUrlBuilder.poster(String path, PosterSize size) -
Uses of PosterSize in dev.reuss.tmdb.value.image.size
Methods in dev.reuss.tmdb.value.image.size that return PosterSizeModifier and TypeMethodDescriptionstatic PosterSizeReturns the enum constant of this class with the specified name.static PosterSize[]PosterSize.values()Returns an array containing the constants of this enum class, in the order they are declared.