| Package | Description |
|---|---|
| org.finra.herd.model.api.xml |
| Modifier and Type | Field and Description |
|---|---|
protected List<Facet> |
BusinessObjectDefinitionIndexSearchResponse.facets |
protected List<Facet> |
Facet.facets |
| Modifier and Type | Method and Description |
|---|---|
Facet |
ObjectFactory.createFacet()
Create an instance of
Facet |
| Modifier and Type | Method and Description |
|---|---|
List<Facet> |
BusinessObjectDefinitionIndexSearchResponse.getFacets() |
List<Facet> |
Facet.getFacets() |
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectDefinitionIndexSearchResponse.setFacets(List<Facet> facets) |
void |
Facet.setFacets(List<Facet> facets) |
| Constructor and Description |
|---|
BusinessObjectDefinitionIndexSearchResponse(List<BusinessObjectDefinition> businessObjectDefinitions,
List<Facet> facets)
Fully-initialising value constructor
|
Facet(String facetDisplayName,
Long facetCount,
String facetType,
String facetId,
List<Facet> facets)
Fully-initialising value constructor
|
Copyright © 2017. All rights reserved.