public class AppsForYourDomainQuery extends Query
Query.CategoryFilter, Query.CustomParameter, Query.ResultFormat| Modifier and Type | Field and Description |
|---|---|
static String |
RECIPIENT |
static String |
START_EMAILLIST_NAME |
static String |
START_NICKNAME |
static String |
START_RECIPIENT |
static String |
START_USERNAME |
static String |
USERNAME |
| Constructor and Description |
|---|
AppsForYourDomainQuery(URL feedUrl)
Constructs a new AppsForYourDomainQuery object that targets a feed.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getParameter(String parameterKey) |
String |
getRecipient() |
String |
getStartEmailListName() |
String |
getStartNickname() |
String |
getStartRecipient() |
String |
getStartUsername() |
String |
getUsername() |
protected void |
setParameter(String parameterKey,
String parameterValue) |
void |
setRecipient(String recipient)
Sets the recipient for which we want to conduct email list searches.
|
void |
setStartEmailListName(String startEmailListName)
Sets the startEmailListName for which we want to conduct email list
retrievals.
|
void |
setStartNickname(String startNickname)
Sets the startNickname for which we want to conduct nickname retrievals.
|
void |
setStartRecipient(String startRecipient)
Sets the startRecipient for which we want to conduct email list recipient
retrievals.
|
void |
setStartUsername(String startUsername)
Sets the startUsername for which we want to conduct user retrievals.
|
void |
setUsername(String username)
Sets the username to restrict the retrieval of NicknameFeed entries.
|
addCategoryFilter, addCustomParameter, appendQueryParameter, getAuthor, getCategoryFilters, getCustomParameters, getCustomParameters, getFeedUrl, getFields, getFullTextQuery, getIntegerCustomParameter, getMaxResults, getPublishedMax, getPublishedMin, getQueryUri, getResultFormat, getStartIndex, getStringCustomParameter, getUpdatedMax, getUpdatedMin, getUrl, isStrict, isValidState, setAuthor, setFields, setFullTextQuery, setIntegerCustomParameter, setMaxResults, setPublishedMax, setPublishedMin, setResultFormat, setStartIndex, setStrict, setStringCustomParameter, setUpdatedMax, setUpdatedMinpublic static final String USERNAME
public static final String RECIPIENT
public static final String START_EMAILLIST_NAME
public static final String START_NICKNAME
public static final String START_RECIPIENT
public static final String START_USERNAME
public AppsForYourDomainQuery(URL feedUrl)
feedUrl - the URL of the feed against which queries will be
executed.public void setUsername(String username)
username - The username for we wish to obtain the nicknames.public String getUsername()
null indicates that username based querying
is disabled.public void setRecipient(String recipient)
recipient - The recipient for which we want to obtain email list
subscription.public String getRecipient()
null indicates that recipient based querying
is disabled.public void setStartUsername(String startUsername)
startUsername - The username at which we want to start our user
retrieval.public String getStartUsername()
null indicates that startUsername based querying
is disabled.public void setStartEmailListName(String startEmailListName)
startEmailListName - The emailList name at which we want to start our
email list retrieval.public String getStartEmailListName()
null indicates that recipient based querying
is disabled.public void setStartNickname(String startNickname)
startNickname - The nickname at which we want to start our nickname
retrieval.public String getStartNickname()
null indicates that recipient based querying is disabled.public void setStartRecipient(String startRecipient)
startRecipient - The recipient at which we want to start our email
list recipient retrieval.public String getStartRecipient()
null indicates that recipient
based querying is disabled.Copyright © 2012. All Rights Reserved.