public class ComponentSettingsResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
List<ComponentSettingsAggregation> |
getAggregations()
Gets the aggregations.
|
ComponentSettingsFieldsShown |
getFieldsShown()
Gets the fieldsShown.
|
Long |
getResultsPerPage()
Gets the resultsPerPage.
|
Boolean |
isAutocomplete()
Gets the autocomplete.
|
Boolean |
isStructuredSearch()
Gets the structuredSearch.
|
public ComponentSettingsFieldsShown getFieldsShown()
Fields shown in the results section of the UI.
public Boolean isAutocomplete()
Whether or not autocomplete is enabled.
public Boolean isStructuredSearch()
Whether or not structured search is enabled.
public Long getResultsPerPage()
Number or results shown per page.
public List<ComponentSettingsAggregation> getAggregations()
a list of component setting aggregations.
Copyright © 2024 IBM Cloud. All rights reserved.