|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.client.Query
com.google.gdata.client.finance.PortfolioQuery
public class PortfolioQuery
Describes a query for the feed of all the user's portfolios.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gdata.client.Query |
---|
Query.CategoryFilter, Query.CustomParameter, Query.ResultFormat |
Field Summary |
---|
Fields inherited from class com.google.gdata.client.Query |
---|
UNDEFINED |
Constructor Summary | |
---|---|
PortfolioQuery(java.net.URL feedUrl)
Constructs a new query object that targets a feed. |
Method Summary | |
---|---|
java.lang.Boolean |
getIncludeReturns()
Returns the flag indicating whether returns and performance stats should be included in the portfolio and position feed entries. |
java.lang.Boolean |
getInlinePositions()
Returns the flag to inline positions under the portfolio feed. |
void |
setIncludeReturns(java.lang.Boolean includeReturns)
Sets the flag indicating whether returns and performance stats should be included in the portfolio and position feed entries. |
void |
setInlinePositions(java.lang.Boolean inlinePositions)
Sets the flag to inline positions under the portfolio feed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortfolioQuery(java.net.URL feedUrl)
feedUrl
- the URL of the feed against which queries will be executed.Method Detail |
---|
public java.lang.Boolean getInlinePositions()
public void setInlinePositions(java.lang.Boolean inlinePositions)
inlinePositions
- flag to inline positions under the portfolio feed or
null
to reset this parameter to default value
false
.public java.lang.Boolean getIncludeReturns()
public void setIncludeReturns(java.lang.Boolean includeReturns)
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
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |