|
GData JavaScript Client 2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.client.Query | +--google.gdata.contacts.ProfileQuery
Describes a query for the feed of profiles.
Defined in gdata.js
Constructor Summary | |
google.gdata.contacts.ProfileQuery(<string> feedUri)
Constructor. |
Method Summary | |
String?
|
getDomainName()
Returns the domain to query. |
Number?
|
getMaxResults()
Returns the maximum number of results to be retrieved. |
String?
|
getStartKey()
Returns the opaque key of the first element to retrieve. |
String?
|
getUserName()
Returns the user name to query. |
void
|
setDomainName(<String?> domainName)
Sets the domain to query. |
void
|
setMaxResults(<Number|string|null> maxResults)
Sets the maximum number of results to be retrieved. |
void
|
setStartKey(<String?> startKey)
Sets the opaque key of the first element to retrieve. |
void
|
setUserName(<String?> userName)
Sets the user name to query. |
Methods inherited from class google.gdata.client.Query |
setParamDef, setParam, getPath, getUri, getParam
|
Constructor Detail |
google.gdata.contacts.ProfileQuery(<string> feedUri)
feedUri
- URI of feed.
Method Detail |
String? getDomainName()
null
to indicate that the parameter is disabled.
Number? getMaxResults()
null
to indicate that the parameter is disabled.
String? getStartKey()
null
to indicate that the parameter is disabled.
String? getUserName()
null
to indicate that the parameter is disabled.
void setDomainName(<String?> domainName)
domainName
- Domain to query or null
to disable this parameter.
void setMaxResults(<Number|string|null> maxResults)
maxResults
- Maximum number of results to be retrieved or an equivalent string value or null
to disable this parameter.
void setStartKey(<String?> startKey)
startKey
- Opaque key of the first element to retrieve or null
to disable this parameter.
void setUserName(<String?> userName)
userName
- User name to query or null
to disable this parameter.
|
GData JavaScript Client 2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |