Package com.vk.api.sdk.actions
Class Search
- java.lang.Object
-
- com.vk.api.sdk.client.AbstractAction
-
- com.vk.api.sdk.actions.Search
-
public class Search extends AbstractAction
List of Search methods
-
-
Constructor Summary
Constructors Constructor Description Search(VkApiClient client)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchGetHintsQuerygetHints(UserActor actor)Allows the programmer to do a quick search for any substring.-
Methods inherited from class com.vk.api.sdk.client.AbstractAction
getClient
-
-
-
-
Constructor Detail
-
Search
public Search(VkApiClient client)
Constructor- Parameters:
client- vk api client
-
-
Method Detail
-
getHints
public SearchGetHintsQuery getHints(UserActor actor)
Allows the programmer to do a quick search for any substring.- Parameters:
actor- vk actor- Returns:
- query
-
-