public class SettingSearchResult extends Object implements Serializable
Constructor and Description |
---|
SettingSearchResult(List<Setting> settings)
Creates a new
SettingSearchResult . |
Modifier and Type | Method and Description |
---|---|
boolean |
found() |
List<Setting> |
getAll() |
int |
getCount() |
Setting |
getUnique() |
boolean |
unique() |
public SettingSearchResult(List<Setting> settings)
SettingSearchResult
.settings
- the settings that were foundpublic boolean found()
public boolean unique()
public Setting getUnique()
public int getCount()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.