SetSchemaRequest.Builder Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetSchemaRequest.Builder() |
Creates a new |
SetSchemaRequest.Builder(SetSchemaRequest) |
Creates a |
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
- request
- SetSchemaRequest
- Attributes
Remarks
Creates a SetSchemaRequest.Builder
from the given 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.