| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.google.gdata.client.blogger.BlogPostQuery.OrderBy | |
Order of entries in a feed. Default value is PUBLISHED.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| BlogPostQuery.OrderBy | EDITED | Order the returned feed's entries by their <app:edited> values. | |||||||||
| BlogPostQuery.OrderBy | PUBLISHED | Order the returned feed's entries by their <published> values. | |||||||||
| BlogPostQuery.OrderBy | UPDATED | Order the returned feed's entries by their <updated> values. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the value used in the URL.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Order the returned feed's entries by their <app:edited> values.
Order the returned feed's entries by their <published> values.
Order the returned feed's entries by their <updated> values.
Returns the value used in the URL.