Result.Facet
Result.Ads
, Result.CategoryList
, Result.CategoryNode
, Result.Completions
, Result.Corrections
, Result.Count
, Result.FacetList
, Result.FacetRange
, Result.Phrases
, Result.Products
, Result.Values
public interface Result
Modifier and Type | Interface | Description |
---|---|---|
static class |
Result.Ad |
Represents a single element in a result having the ad format.
|
static class |
Result.Ads |
Represents a result having the ads format.
|
static class |
Result.Attribute |
Representation of an attribute for a product, variant, category or ad.
|
static class |
Result.Category |
A common abstraction for the
Result.CategoryNode and Result.CategoryData classes. |
static class |
Result.CategoryData |
A class representing a category that holds only attribute information.
|
static class |
Result.CategoryList |
Represents a result having the category_list format, which is a list of CategoryData objects.
|
static class |
Result.CategoryNode |
Represents a result having the category_tree format.
|
static class |
Result.Completion |
Represents a single element in a result having the completions format.
|
static class |
Result.Completions |
Represents a result having the completions format.
|
static class |
Result.Correction |
Represents a single element in a result having the corrections format.
|
static class |
Result.Corrections |
Represents a result having the corrections format.
|
static class |
Result.Count |
Represents a result having the count format.
|
static interface |
Result.Facet |
|
static class |
Result.FacetList |
Represents a result having the facet list format.
|
static class |
Result.FacetRange |
Represents a result having the facet_range format.
|
static class |
Result.Phrase |
Represents a single element in a result having the phrases format.
|
static class |
Result.Phrases |
Represents a result having the phrases format.
|
static class |
Result.Product |
Represents a single element in a result having the products format.
|
static class |
Result.Products |
Represents a result having the products format.
|
static class |
Result.ResultType |
Result types
|
static class |
Result.Value |
Represents a single element in a result having the values format.
|
static class |
Result.Values |
Represents a result having the values format.
|
static class |
Result.Variant |
Represents a product variant.
|
Modifier and Type | Method | Description |
---|---|---|
Result.ResultType |
getType() |
Get the result type of this result.
|
String |
toString() |
Result.ResultType getType()
Copyright © 2020 Apptus Technologies AB. All rights reserved.