IndexerResyncOption Class

public final class IndexerResyncOption
extends ExpandableStringEnum<IndexerResyncOption>

Options with various types of permission data to index.

Field Summary

Modifier and Type Field and Description
static final IndexerResyncOption PERMISSIONS

Indexer to re-ingest pre-selected permissions data from data source to index.

Constructor Summary

Constructor Description
IndexerResyncOption()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IndexerResyncOption value.

Method Summary

Modifier and Type Method and Description
static IndexerResyncOption fromString(String name)

Creates or finds a IndexerResyncOption from its string representation.

static Collection<IndexerResyncOption> values()

Gets known IndexerResyncOption values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

PERMISSIONS

public static final IndexerResyncOption PERMISSIONS

Indexer to re-ingest pre-selected permissions data from data source to index.

Constructor Details

IndexerResyncOption

@Deprecated
public IndexerResyncOption()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IndexerResyncOption value.

Method Details

fromString

public static IndexerResyncOption fromString(String name)

Creates or finds a IndexerResyncOption from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IndexerResyncOption.

values

public static Collection<IndexerResyncOption> values()

Gets known IndexerResyncOption values.

Returns:

known IndexerResyncOption values.

Applies to