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