public static class Storefront.CommentQuery extends Query<Storefront.CommentQuery>
| Modifier and Type | Class and Description |
|---|---|
class |
Storefront.CommentQuery.ContentArguments |
static interface |
Storefront.CommentQuery.ContentArgumentsDefinition |
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
Storefront.CommentQuery |
author(Storefront.CommentAuthorQueryDefinition queryDef)
The comment’s author.
|
Storefront.CommentQuery |
content()
Stripped content of the comment, single line with HTML tags removed.
|
Storefront.CommentQuery |
content(Storefront.CommentQuery.ContentArgumentsDefinition argsDef)
Stripped content of the comment, single line with HTML tags removed.
|
Storefront.CommentQuery |
contentHtml()
The content of the comment, complete with HTML formatting.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic Storefront.CommentQuery author(Storefront.CommentAuthorQueryDefinition queryDef)
public Storefront.CommentQuery content()
public Storefront.CommentQuery content(Storefront.CommentQuery.ContentArgumentsDefinition argsDef)
public Storefront.CommentQuery contentHtml()