RemoveByDocumentIdRequest.Builder.AddIds Method

Definition

Overloads

Name Description
AddIds(ICollection<String>)

Adds a collection of IDs to the request.

AddIds(String[])

Adds one or more document IDs to the request.

AddIds(ICollection<String>)

Adds a collection of IDs to the request.

[Android.Runtime.Register("addIds", "(Ljava/util/Collection;)Landroid/app/appsearch/RemoveByDocumentIdRequest$Builder;", "", ApiSince=31)]
public Android.App.AppSearch.RemoveByDocumentIdRequest.Builder AddIds(System.Collections.Generic.ICollection<string> ids);
[<Android.Runtime.Register("addIds", "(Ljava/util/Collection;)Landroid/app/appsearch/RemoveByDocumentIdRequest$Builder;", "", ApiSince=31)>]
member this.AddIds : System.Collections.Generic.ICollection<string> -> Android.App.AppSearch.RemoveByDocumentIdRequest.Builder

Parameters

Returns

Attributes

Remarks

Adds a collection of IDs to the request.

Android reference for android.app.appsearch.RemoveByDocumentIdRequest.Builder.addIds.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

AddIds(String[])

Adds one or more document IDs to the request.

[Android.Runtime.Register("addIds", "([Ljava/lang/String;)Landroid/app/appsearch/RemoveByDocumentIdRequest$Builder;", "", ApiSince=31)]
public Android.App.AppSearch.RemoveByDocumentIdRequest.Builder AddIds(params string[] ids);
[<Android.Runtime.Register("addIds", "([Ljava/lang/String;)Landroid/app/appsearch/RemoveByDocumentIdRequest$Builder;", "", ApiSince=31)>]
member this.AddIds : string[] -> Android.App.AppSearch.RemoveByDocumentIdRequest.Builder

Parameters

ids
String[]

Returns

Attributes

Remarks

Adds one or more document IDs to the request.

Android reference for android.app.appsearch.RemoveByDocumentIdRequest.Builder.addIds.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to