java.lang.Object | |
↳ | android.provider.ContactsContract.Contacts.AggregationSuggestions.Builder |
A convenience builder for aggregation suggestion content URIs.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Add a name to be used when searching for aggregation suggestions.
| |||||||||||
Combine all of the options that have been set and return a new
Uri
object for fetching aggregation suggestions.
| |||||||||||
Optional existing contact ID.
| |||||||||||
Sets the Maximum number of suggested aggregations that should be returned.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Add a name to be used when searching for aggregation suggestions.
name | name to find aggregation suggestions for |
---|
Combine all of the options that have been set and return a new Uri
object for fetching aggregation suggestions.
Optional existing contact ID. If it is not provided, the search
will be based exclusively on the values supplied with addNameParameter(String)
.
contactId | contact to find aggregation suggestions for |
---|
Sets the Maximum number of suggested aggregations that should be returned.
limit | The maximum number of suggested aggregations |
---|