Uses of Class
com.amilesend.tmdb.client.model.search.SearchKeywordsRequest
Packages that use SearchKeywordsRequest
-
Uses of SearchKeywordsRequest in com.amilesend.tmdb.client.api
Methods in com.amilesend.tmdb.client.api with parameters of type SearchKeywordsRequestModifier and TypeMethodDescriptionSearchApi.searchKeywords
(@NonNull SearchKeywordsRequest request) Search for keywords by name. -
Uses of SearchKeywordsRequest in com.amilesend.tmdb.client.model.search
Classes in com.amilesend.tmdb.client.model.search with type parameters of type SearchKeywordsRequestModifier and TypeClassDescriptionstatic class
SearchKeywordsRequest.SearchKeywordsRequestBuilder<C extends SearchKeywordsRequest,
B extends SearchKeywordsRequest.SearchKeywordsRequestBuilder<C, B>>