Uses of Class
video.api.client.api.clients.AnalyticsApi.APIgetVideosPlaysRequest
-
Packages that use AnalyticsApi.APIgetVideosPlaysRequest Package Description video.api.client.api.clients -
-
Uses of AnalyticsApi.APIgetVideosPlaysRequest in video.api.client.api.clients
Methods in video.api.client.api.clients that return AnalyticsApi.APIgetVideosPlaysRequest Modifier and Type Method Description AnalyticsApi.APIgetVideosPlaysRequestAnalyticsApi.APIgetVideosPlaysRequest. currentPage(Integer currentPage)Set currentPageAnalyticsApi.APIgetVideosPlaysRequestAnalyticsApi.APIgetVideosPlaysRequest. filter(String filter)Set filterAnalyticsApi.APIgetVideosPlaysRequestAnalyticsApi. getVideosPlays(LocalDate from, String dimension)Get play events for video Retrieve filtered analytics about the number of plays for your videos in a project.AnalyticsApi.APIgetVideosPlaysRequestAnalyticsApi.APIgetVideosPlaysRequest. pageSize(Integer pageSize)Set pageSizeAnalyticsApi.APIgetVideosPlaysRequestAnalyticsApi.APIgetVideosPlaysRequest. to(LocalDate to)Set to
-