Uses of Class
video.api.client.api.models.VideoSession
-
Packages that use VideoSession Package Description video.api.client.api.clients video.api.client.api.models -
-
Uses of VideoSession in video.api.client.api.clients
Methods in video.api.client.api.clients that return types with arguments of type VideoSession Modifier and Type Method Description Page<VideoSession>RawStatisticsApi.APIlistVideoSessionsRequest. execute()Execute listVideoSessions request -
Uses of VideoSession in video.api.client.api.models
Methods in video.api.client.api.models that return VideoSession Modifier and Type Method Description VideoSessionVideoSession. client(VideoSessionClient client)VideoSessionVideoSession. device(VideoSessionDevice device)VideoSessionVideoSession. location(VideoSessionLocation location)VideoSessionVideoSession. os(VideoSessionOs os)VideoSessionVideoSession. referrer(VideoSessionReferrer referrer)VideoSessionVideoSession. session(VideoSessionSession session)Methods in video.api.client.api.models that return types with arguments of type VideoSession Modifier and Type Method Description List<VideoSession>RawStatisticsListSessionsResponse. getData()Get dataMethods in video.api.client.api.models with parameters of type VideoSession Modifier and Type Method Description RawStatisticsListSessionsResponseRawStatisticsListSessionsResponse. addDataItem(VideoSession dataItem)Method parameters in video.api.client.api.models with type arguments of type VideoSession Modifier and Type Method Description RawStatisticsListSessionsResponseRawStatisticsListSessionsResponse. data(List<VideoSession> data)voidRawStatisticsListSessionsResponse. setData(List<VideoSession> data)
-