Class BaseQuerySuggestionsConfigurationResponse
java.lang.Object
com.algolia.model.querysuggestions.BaseQuerySuggestionsConfigurationResponse
BaseQuerySuggestionsConfigurationResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAppId()Your Algolia application ID.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.inthashCode()setExternalIndicesAPIKey(String externalIndicesAPIKey) setSourceIndicesAPIKey(String sourceIndicesAPIKey) setSuggestionsIndicesAPIKey(String suggestionsIndicesAPIKey) toString()
-
Constructor Details
-
BaseQuerySuggestionsConfigurationResponse
public BaseQuerySuggestionsConfigurationResponse()
-
-
Method Details
-
setAppId
-
getAppId
Your Algolia application ID. -
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
-