SetSchemaRequest.Builder Constructors

Definition

Overloads

SetSchemaRequest.Builder()

Creates a new SetSchemaRequest.Builder.

SetSchemaRequest.Builder(SetSchemaRequest)

Creates a SetSchemaRequest.Builder from the given SetSchemaRequest.

SetSchemaRequest.Builder()

Creates a new SetSchemaRequest.Builder.

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=31)]
public Builder();
Attributes

Remarks

Creates a new SetSchemaRequest.Builder.

Java documentation for android.app.appsearch.SetSchemaRequest.Builder.SetSchemaRequest$Builder().

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

SetSchemaRequest.Builder(SetSchemaRequest)

Creates a SetSchemaRequest.Builder from the given SetSchemaRequest.

[Android.Runtime.Register(".ctor", "(Landroid/app/appsearch/SetSchemaRequest;)V", "", ApiSince=36)]
public Builder(Android.App.AppSearch.SetSchemaRequest request);
[<Android.Runtime.Register(".ctor", "(Landroid/app/appsearch/SetSchemaRequest;)V", "", ApiSince=36)>]
new Android.App.AppSearch.SetSchemaRequest.Builder : Android.App.AppSearch.SetSchemaRequest -> Android.App.AppSearch.SetSchemaRequest.Builder

Parameters

Attributes

Remarks

Creates a SetSchemaRequest.Builder from the given SetSchemaRequest.

Java documentation for android.app.appsearch.SetSchemaRequest.Builder.SetSchemaRequest$Builder(android.app.appsearch.SetSchemaRequest).

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