Table of Contents

Class AppSearchSchema.DocumentPropertyConfig.Builder

Namespace
Android.App.Appsearch
Assembly
MASES.Netdroid.dll
public class AppSearchSchema.DocumentPropertyConfig.Builder : JVMBridgeBase<AppSearchSchema.DocumentPropertyConfig.Builder>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
AppSearchSchema.DocumentPropertyConfig.Builder
Implements
Extension Methods

Constructors

Builder(String, String)

public Builder(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Builder(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Builder(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

AddIndexableNestedProperties(params String[])

public AppSearchSchema.DocumentPropertyConfig.Builder AddIndexableNestedProperties(params String[] arg0)

Parameters

arg0 String[]

String

Returns

AppSearchSchema.DocumentPropertyConfig.Builder

AppSearchSchema.DocumentPropertyConfig.Builder

AddIndexableNestedProperties(Collection<String>)

public AppSearchSchema.DocumentPropertyConfig.Builder AddIndexableNestedProperties(Collection<String> arg0)

Parameters

arg0 Collection<String>

Collection

Returns

AppSearchSchema.DocumentPropertyConfig.Builder

AppSearchSchema.DocumentPropertyConfig.Builder

AddIndexableNestedPropertyPaths(params PropertyPath[])

public AppSearchSchema.DocumentPropertyConfig.Builder AddIndexableNestedPropertyPaths(params PropertyPath[] arg0)

Parameters

arg0 PropertyPath[]

PropertyPath

Returns

AppSearchSchema.DocumentPropertyConfig.Builder

AppSearchSchema.DocumentPropertyConfig.Builder

AddIndexableNestedPropertyPaths(Collection<PropertyPath>)

public AppSearchSchema.DocumentPropertyConfig.Builder AddIndexableNestedPropertyPaths(Collection<PropertyPath> arg0)

Parameters

arg0 Collection<PropertyPath>

Collection

Returns

AppSearchSchema.DocumentPropertyConfig.Builder

AppSearchSchema.DocumentPropertyConfig.Builder

Build()

public AppSearchSchema.DocumentPropertyConfig Build()

Returns

AppSearchSchema.DocumentPropertyConfig

AppSearchSchema.DocumentPropertyConfig

CreatePoolableInstance(String, String)

HPA initializer for Builder(Java.Lang.String arg0, Java.Lang.String arg1)

public static AppSearchSchema.DocumentPropertyConfig.Builder CreatePoolableInstance(String arg0, String arg1)

Parameters

arg0 String
arg1 String

Returns

AppSearchSchema.DocumentPropertyConfig.Builder

SetCardinality(int)

public AppSearchSchema.DocumentPropertyConfig.Builder SetCardinality(int arg0)

Parameters

arg0 int

int

Returns

AppSearchSchema.DocumentPropertyConfig.Builder

AppSearchSchema.DocumentPropertyConfig.Builder

SetShouldIndexNestedProperties(bool)

public AppSearchSchema.DocumentPropertyConfig.Builder SetShouldIndexNestedProperties(bool arg0)

Parameters

arg0 bool

bool

Returns

AppSearchSchema.DocumentPropertyConfig.Builder

AppSearchSchema.DocumentPropertyConfig.Builder