Share via


GetSchemaResponse.Builder Constructors

Definition

Overloads

GetSchemaResponse.Builder()

Creates a new Builder

GetSchemaResponse.Builder(GetSchemaResponse)

Creates a new Builder from the given GetSchemaResponse.

GetSchemaResponse.Builder()

Creates a new Builder

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

Remarks

Creates a new Builder

Java documentation for android.app.appsearch.GetSchemaResponse.Builder.GetSchemaResponse$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

GetSchemaResponse.Builder(GetSchemaResponse)

Creates a new Builder from the given GetSchemaResponse.

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

Parameters

getSchemaResponse
GetSchemaResponse
Attributes

Remarks

Creates a new Builder from the given GetSchemaResponse.

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

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