public class TextSearchRequest extends GetRequest<List<TextualMatch>>
connector, gson, queryParameters| Constructor and Description |
|---|
TextSearchRequest(ServiceConnector connector,
String term,
String codePack,
boolean all,
String token) |
| Modifier and Type | Method and Description |
|---|---|
List<TextualMatch> |
parse(String response) |
getQuery, rungetBodyAttributes, getHeaderAttributes, getQueryParameters, getRoute, getToken, withBodyAttribute, withBodyAttributes, withHeaderAttribute, withHeaderAttributes, withQueryParameter, withQueryParamspublic TextSearchRequest(ServiceConnector connector, String term, String codePack, boolean all, String token)
@NotNull public List<TextualMatch> parse(@NotNull String response)
parse in class GetRequest<List<TextualMatch>>Copyright © 2018. All rights reserved.