Class BaseQuerySuggestionsConfigurationResponse
java.lang.Object
com.algolia.model.querysuggestions.BaseQuerySuggestionsConfigurationResponse
BaseQuerySuggestionsConfigurationResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
API key used to read from external Algolia indices.API key used to read from your source index.API key used to write and configure your Query Suggestions index.int
hashCode()
setExternalIndicesAPIKey
(String externalIndicesAPIKey) setSourceIndicesAPIKey
(String sourceIndicesAPIKey) setSuggestionsIndicesAPIKey
(String suggestionsIndicesAPIKey) toString()
-
Constructor Details
-
BaseQuerySuggestionsConfigurationResponse
public BaseQuerySuggestionsConfigurationResponse()
-
-
Method Details
-
setSourceIndicesAPIKey
-
getSourceIndicesAPIKey
API key used to read from your source index. -
setSuggestionsIndicesAPIKey
public BaseQuerySuggestionsConfigurationResponse setSuggestionsIndicesAPIKey(String suggestionsIndicesAPIKey) -
getSuggestionsIndicesAPIKey
API key used to write and configure your Query Suggestions index. -
setExternalIndicesAPIKey
public BaseQuerySuggestionsConfigurationResponse setExternalIndicesAPIKey(String externalIndicesAPIKey) -
getExternalIndicesAPIKey
API key used to read from external Algolia indices. -
equals
-
hashCode
public int hashCode() -
toString
-