Uses of Class
com.kaltura.client.types.SearchResult
-
Packages that use SearchResult Package Description com.kaltura.client.services com.kaltura.client.types -
-
Uses of SearchResult in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type SearchResult Modifier and Type Method Description static MediaService.AddFromSearchResultMediaBuilderMediaService. addFromSearchResult(MediaEntry mediaEntry, SearchResult searchResult)Adds new media entry by importing the media file from a search provider.static SearchService.GetMediaInfoSearchBuilderSearchService. getMediaInfo(SearchResult searchResult)Retrieve extra information about media found in search action Some providers return only part of the fields needed to create entry from, use this action to get the rest of the fields.Constructors in com.kaltura.client.services with parameters of type SearchResult Constructor Description AddFromSearchResultMediaBuilder(MediaEntry mediaEntry, SearchResult searchResult)GetMediaInfoSearchBuilder(SearchResult searchResult) -
Uses of SearchResult in com.kaltura.client.types
Methods in com.kaltura.client.types that return types with arguments of type SearchResult Modifier and Type Method Description List<SearchResult>SearchResultResponse. getObjects()
-