Uses of Enum Class
org.teamapps.dto.UiPosterImageSize
-
Uses of UiPosterImageSize in org.teamapps.dto
Subclasses with type arguments of type UiPosterImageSize in org.teamapps.dtoFields in org.teamapps.dto declared as UiPosterImageSizeModifier and TypeFieldDescriptionprotected UiPosterImageSizeUiShakaPlayer.posterImageSizeprotected UiPosterImageSizeUiVideoPlayer.posterImageSizeMethods in org.teamapps.dto that return UiPosterImageSizeModifier and TypeMethodDescriptionUiShakaPlayer.getPosterImageSize()UiVideoPlayer.getPosterImageSize()static UiPosterImageSizeReturns the enum constant of this class with the specified name.static UiPosterImageSize[]UiPosterImageSize.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiPosterImageSizeModifier and TypeMethodDescriptionUiShakaPlayer.setPosterImageSize(UiPosterImageSize posterImageSize) UiVideoPlayer.setPosterImageSize(UiPosterImageSize posterImageSize)