|
|||||||||
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.PositionQuery
public class PositionQuery
Describes a query for the feed of all the positions belonging to the portfolio.
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 | |
---|---|
PositionQuery(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 |
getInlineTransactions()
Returns the flag to inline transactions under the position 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 |
setInlineTransactions(java.lang.Boolean inlineTransactions)
Sets the flag to inline transactions under the position feed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PositionQuery(java.net.URL feedUrl)
feedUrl
- the URL of the feed against which queries will be executed.Method Detail |
---|
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
.public java.lang.Boolean getInlineTransactions()
public void setInlineTransactions(java.lang.Boolean inlineTransactions)
inlineTransactions
- flag to inline transactions under the position
feed 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 |