public interface SimpleListExtension extends Module
Modifier and Type | Field and Description |
---|---|
static String |
URI
"http://www.microsoft.com/schemas/rss/core/2005"
|
Modifier and Type | Method and Description |
---|---|
Group[] |
getGroupFields()
The cf:group element is intended to inform the client that the property to which it refers is
one that is “groupable” – that is, that the client should provide a user interface that
allows the user to group or filter on the values of that property.
|
Sort[] |
getSortFields()
The cf:sort element is intended to inform the client that the property to which it refers is
one that is “sortable” – that is, that the client should provide a user interface that allows
the user to sort on that property.
|
String |
getTreatAs()
This XML element allows the publisher of a feed document to indicate to the consumers of the
feed that the feed is intended to be consumed as a list.
|
void |
setGroupFields(Group[] groupFields)
The cf:group element is intended to inform the client that the property to which it refers is
one that is “groupable” – that is, that the client should provide a user interface that
allows the user to group or filter on the values of that property.
|
void |
setSortFields(Sort[] sortFields)
The cf:sort element is intended to inform the client that the property to which it refers is
one that is “sortable” – that is, that the client should provide a user interface that allows
the user to sort on that property.
|
void |
setTreatAs(String value)
This XML element allows the publisher of a feed document to indicate to the consumers of the
feed that the feed is intended to be consumed as a list.
|
copyFrom, getInterface
static final String URI
void setGroupFields(Group[] groupFields)
groupFields
- Array of types.Group objects.Group[] getGroupFields()
void setSortFields(Sort[] sortFields)
sortFields
- Array of types.Sort objectsSort[] getSortFields()
void setTreatAs(String value)
value
- treatAs valueString getTreatAs()
Copyright © 2023. All rights reserved.