Uses of Class
com.kaltura.client.enums.SearchProviderType
-
Packages that use SearchProviderType Package Description com.kaltura.client.enums com.kaltura.client.services com.kaltura.client.types -
-
Uses of SearchProviderType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return SearchProviderType Modifier and Type Method Description static SearchProviderTypeSearchProviderType. get(Integer value)static SearchProviderTypeSearchProviderType. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchProviderType[]SearchProviderType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SearchProviderType in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type SearchProviderType Modifier and Type Method Description static SearchService.ExternalLoginSearchBuilderSearchService. externalLogin(SearchProviderType searchSource, String userName, String password)Constructors in com.kaltura.client.services with parameters of type SearchProviderType Constructor Description ExternalLoginSearchBuilder(SearchProviderType searchSource, String userName, String password) -
Uses of SearchProviderType in com.kaltura.client.types
Methods in com.kaltura.client.types that return SearchProviderType Modifier and Type Method Description SearchProviderTypeMediaEntry. getSearchProviderType()SearchProviderTypeSearch. getSearchSource()Methods in com.kaltura.client.types with parameters of type SearchProviderType Modifier and Type Method Description voidMediaEntry. setSearchProviderType(SearchProviderType searchProviderType)voidSearch. setSearchSource(SearchProviderType searchSource)
-