| java.lang.Object | ||
| ↳ | com.google.gdata.client.Query | |
| ↳ | com.google.gdata.client.appsforyourdomain.AppsForYourDomainQuery | |
The AppsForYourDomainQuery class extends the base GData Query class to define convenient APIs for AppsForYourDomain custom query parameters.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | RECIPIENT | ||||||||||
| String | START_EMAILLIST_NAME | ||||||||||
| String | START_NICKNAME | ||||||||||
| String | START_RECIPIENT | ||||||||||
| String | START_USERNAME | ||||||||||
| String | USERNAME | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Query
| |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Query
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new AppsForYourDomainQuery object that targets a feed.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Sets the recipient for which we want to conduct email list searches.
| |||||||||||
Sets the startEmailListName for which we want to conduct email list
retrievals.
| |||||||||||
Sets the startNickname for which we want to conduct nickname retrievals.
| |||||||||||
Sets the startRecipient for which we want to conduct email list recipient
retrievals.
| |||||||||||
Sets the startUsername for which we want to conduct user retrievals.
| |||||||||||
Sets the username to restrict the retrieval of NicknameFeed entries.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Query
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructs a new AppsForYourDomainQuery 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. |
|---|
null indicates that recipient based querying
is disabled.
null indicates that recipient based querying
is disabled.
null indicates that recipient based querying is disabled.
null indicates that recipient
based querying is disabled.
null indicates that startUsername based querying
is disabled.
null indicates that username based querying
is disabled.
Sets the recipient for which we want to conduct email list searches.
| recipient | The recipient for which we want to obtain email list subscription. |
|---|
Sets the startEmailListName for which we want to conduct email list retrievals.
| startEmailListName | The emailList name at which we want to start our email list retrieval. |
|---|
Sets the startNickname for which we want to conduct nickname retrievals.
| startNickname | The nickname at which we want to start our nickname retrieval. |
|---|
Sets the startRecipient for which we want to conduct email list recipient retrievals.
| startRecipient | The recipient at which we want to start our email list recipient retrieval. |
|---|
Sets the startUsername for which we want to conduct user retrievals.
| startUsername | The username at which we want to start our user retrieval. |
|---|
Sets the username to restrict the retrieval of NicknameFeed entries.
| username | The username for we wish to obtain the nicknames. |
|---|
| parameterKey |
|---|
| parameterKey | |
|---|---|
| parameterValue |