public class

SidewikiEntryQuery

extends Query
java.lang.Object
   ↳ com.google.gdata.client.Query
     ↳ com.google.gdata.client.sidewiki.SidewikiEntryQuery

Class Overview

Describes a query for the feed of Sidewiki entries.

Summary

Nested Classes
enum SidewikiEntryQuery.SortOrder Order in which to sort entries. 
[Expand]
Inherited Constants
From class com.google.gdata.client.Query
Fields
private SidewikiEntryQuery.SortOrder sortOrder Order in which to sort entries.
[Expand]
Inherited Fields
From class com.google.gdata.client.Query
Public Constructors
SidewikiEntryQuery(URL feedUrl)
Constructs a new query object that targets a feed.
Public Methods
SidewikiEntryQuery.SortOrder getSortOrder()
Returns the order in which to sort entries.
void setSortOrder(SidewikiEntryQuery.SortOrder sortOrder)
Sets the order in which to sort entries.
[Expand]
Inherited Methods
From class com.google.gdata.client.Query
From class java.lang.Object

Fields

private SidewikiEntryQuery.SortOrder sortOrder

Order in which to sort entries.

Public Constructors

public SidewikiEntryQuery (URL feedUrl)

Constructs a new query object that targets a feed. The initial state of the query contains no parameters, meaning all entries in the feed would be returned if the query was executed immediately after construction.

Parameters
feedUrl The URL of the feed against which queries will be executed.

Public Methods

public SidewikiEntryQuery.SortOrder getSortOrder ()

Returns the order in which to sort entries.

Returns
  • order in which to sort entries or null to indicate that the parameter is not set.

public void setSortOrder (SidewikiEntryQuery.SortOrder sortOrder)

Sets the order in which to sort entries.

Parameters
sortOrder Order in which to sort entries or null to remove this parameter if set.