Uses of Class
org.teamapps.dto.UiPosterImageSize
-
-
Uses of UiPosterImageSize in org.teamapps.dto
Fields in org.teamapps.dto declared as UiPosterImageSize Modifier and Type Field Description protected UiPosterImageSizeUiShakaPlayer. posterImageSizeprotected UiPosterImageSizeUiVideoPlayer. posterImageSizeMethods in org.teamapps.dto that return UiPosterImageSize Modifier and Type Method Description UiPosterImageSizeUiShakaPlayer. getPosterImageSize()UiPosterImageSizeUiVideoPlayer. getPosterImageSize()static UiPosterImageSizeUiPosterImageSize. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiPosterImageSize[]UiPosterImageSize. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiPosterImageSize Modifier and Type Method Description UiShakaPlayerUiShakaPlayer. setPosterImageSize(UiPosterImageSize posterImageSize)UiVideoPlayerUiVideoPlayer. setPosterImageSize(UiPosterImageSize posterImageSize)
-