Uses of Class
video.api.client.api.models.PlayerThemesListResponse
-
Packages that use PlayerThemesListResponse Package Description video.api.client.api.clients video.api.client.api.models -
-
Uses of PlayerThemesListResponse in video.api.client.api.clients
Methods in video.api.client.api.clients that return types with arguments of type PlayerThemesListResponse Modifier and Type Method Description ApiResponse<PlayerThemesListResponse>PlayerThemesApi.APIlistRequest. executeWithHttpInfo()Execute list request with HTTP info returned -
Uses of PlayerThemesListResponse in video.api.client.api.models
Methods in video.api.client.api.models that return PlayerThemesListResponse Modifier and Type Method Description PlayerThemesListResponsePlayerThemesListResponse. addDataItem(PlayerTheme dataItem)PlayerThemesListResponsePlayerThemesListResponse. data(List<PlayerTheme> data)PlayerThemesListResponsePlayerThemesListResponse. pagination(Pagination pagination)
-