| java.lang.Object | ||
| ↳ | com.google.gdata.client.Query | |
| ↳ | com.google.gdata.client.finance.PortfolioQuery | |
Describes a query for the feed of all the user's portfolios.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Query
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| includeReturns | Flag indicating whether returns and performance stats should be included in the portfolio and position feed entries. | ||||||||||
| inlinePositions | Flag to inline positions under the portfolio feed. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Query
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new query object that targets a feed.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the flag indicating whether returns and performance stats should be
included in the portfolio and position feed entries.
| |||||||||||
Returns the flag to inline positions under the portfolio feed.
| |||||||||||
Sets the flag indicating whether returns and performance stats should be
included in the portfolio and position feed entries.
| |||||||||||
Sets the flag to inline positions under the portfolio feed.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Query
| |||||||||||
From class
java.lang.Object
| |||||||||||
Flag indicating whether returns and performance stats should be included in the portfolio and position feed entries.
Flag to inline positions under the portfolio feed.
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.
| feedUrl | The URL of the feed against which queries will be executed. |
|---|
Returns the flag indicating whether returns and performance stats should be included in the portfolio and position feed entries.
Returns the flag to inline positions under the portfolio feed.
Sets the flag indicating whether returns and performance stats should be included in the portfolio and position feed entries.
| includeReturns | Flag indicating whether returns and performance stats
should be included in the portfolio and position feed entries or
null to reset this parameter to default value
false.
|
|---|
Sets the flag to inline positions under the portfolio feed.
| inlinePositions | Flag to inline positions under the portfolio feed or
null to reset this parameter to default value
false.
|
|---|