public class

PropertyConfigParcel.DocumentIndexingConfigParcel

extends AbstractSafeParcelable

 java.lang.Object

androidx.appsearch.safeparcel.AbstractSafeParcelable

↳androidx.appsearch.safeparcel.PropertyConfigParcel.DocumentIndexingConfigParcel

Overview

Class to hold configuration for document property type.

Summary

Fields
public static final <any>CREATOR

Constructors
publicDocumentIndexingConfigParcel(boolean indexNestedProperties, java.util.List<java.lang.String> indexableNestedPropertiesList)

Constructor for PropertyConfigParcel.DocumentIndexingConfigParcel.

Methods
public booleanequals(java.lang.Object other)

public java.util.List<java.lang.String>getIndexableNestedPropertiesList()

Gets the list for nested property list.

public inthashCode()

public booleanshouldIndexNestedProperties()

Nested properties should be indexed.

public java.lang.StringtoString()

public voidwriteToParcel(Parcel dest, int flags)

To be implemented by child classes.

from AbstractSafeParcelabledescribeContents
from java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait

Fields

public static final <any> CREATOR

Constructors

public DocumentIndexingConfigParcel(boolean indexNestedProperties, java.util.List<java.lang.String> indexableNestedPropertiesList)

Constructor for PropertyConfigParcel.DocumentIndexingConfigParcel.

Methods

public boolean shouldIndexNestedProperties()

Nested properties should be indexed.

public java.util.List<java.lang.String> getIndexableNestedPropertiesList()

Gets the list for nested property list.

public void writeToParcel(Parcel dest, int flags)

To be implemented by child classes.

This is purely for code sync purpose. Have writeToParcel here so we can keep "@Override" in child classes.

public int hashCode()

public boolean equals(java.lang.Object other)

public java.lang.String toString()