Uses of Class
video.api.client.api.models.PlayerTheme
-
Packages that use PlayerTheme Package Description video.api.client.api.clients video.api.client.api.models -
-
Uses of PlayerTheme in video.api.client.api.clients
Methods in video.api.client.api.clients that return PlayerTheme Modifier and Type Method Description PlayerThemePlayerThemesApi. create(PlayerThemeCreationPayload playerThemeCreationPayload)Create a player Create a player for your video, and customise it.PlayerThemePlayerThemesApi. get(String playerId)Show a player Use a player ID to retrieve details about the player and display it for viewers.PlayerThemePlayerThemesApi. update(String playerId, PlayerThemeUpdatePayload playerThemeUpdatePayload)Update a player Use a player ID to update specific details for a player.PlayerThemePlayerThemesApi. uploadLogo(String playerId, File file, String link)Upload a logo The uploaded image maximum size should be 200x100 and its weight should be 100KB.Methods in video.api.client.api.clients that return types with arguments of type PlayerTheme Modifier and Type Method Description ApiResponse<PlayerTheme>PlayerThemesApi. createWithHttpInfo(PlayerThemeCreationPayload playerThemeCreationPayload)Create a player Create a player for your video, and customise it.Page<PlayerTheme>PlayerThemesApi.APIlistRequest. execute()Execute list requestApiResponse<PlayerTheme>PlayerThemesApi. getWithHttpInfo(String playerId)Show a player Use a player ID to retrieve details about the player and display it for viewers.ApiResponse<PlayerTheme>PlayerThemesApi. updateWithHttpInfo(String playerId, PlayerThemeUpdatePayload playerThemeUpdatePayload)Update a player Use a player ID to update specific details for a player.ApiResponse<PlayerTheme>PlayerThemesApi. uploadLogoWithHttpInfo(String playerId, File file, String link)Upload a logo The uploaded image maximum size should be 200x100 and its weight should be 100KB. -
Uses of PlayerTheme in video.api.client.api.models
Methods in video.api.client.api.models that return PlayerTheme Modifier and Type Method Description PlayerThemePlayerTheme. assets(PlayerThemeAssets assets)PlayerThemePlayerTheme. backgroundBottom(String backgroundBottom)PlayerThemePlayerTheme. backgroundText(String backgroundText)PlayerThemePlayerTheme. backgroundTop(String backgroundTop)PlayerThemePlayerTheme. createdAt(OffsetDateTime createdAt)PlayerThemePlayerTheme. enableApi(Boolean enableApi)PlayerThemePlayerTheme. enableControls(Boolean enableControls)PlayerThemePlayerTheme. forceAutoplay(Boolean forceAutoplay)PlayerThemePlayerTheme. forceLoop(Boolean forceLoop)PlayerThemePlayerTheme. hideTitle(Boolean hideTitle)PlayerThemePlayerTheme. link(String link)PlayerThemePlayerTheme. linkActive(String linkActive)PlayerThemePlayerTheme. linkHover(String linkHover)PlayerThemePlayerTheme. name(String name)PlayerThemePlayerTheme. playerId(String playerId)PlayerThemePlayerTheme. text(String text)PlayerThemePlayerTheme. trackBackground(String trackBackground)PlayerThemePlayerTheme. trackPlayed(String trackPlayed)PlayerThemePlayerTheme. trackUnplayed(String trackUnplayed)PlayerThemePlayerTheme. updatedAt(OffsetDateTime updatedAt)Methods in video.api.client.api.models that return types with arguments of type PlayerTheme Modifier and Type Method Description List<PlayerTheme>PlayerThemesListResponse. getData()Get dataMethods in video.api.client.api.models with parameters of type PlayerTheme Modifier and Type Method Description PlayerThemesListResponsePlayerThemesListResponse. addDataItem(PlayerTheme dataItem)Method parameters in video.api.client.api.models with type arguments of type PlayerTheme Modifier and Type Method Description PlayerThemesListResponsePlayerThemesListResponse. data(List<PlayerTheme> data)voidPlayerThemesListResponse. setData(List<PlayerTheme> data)
-