KnowledgeBaseReferenceType Class

public final class KnowledgeBaseReferenceType
extends ExpandableStringEnum<KnowledgeBaseReferenceType>

The type of reference.

Field Summary

Modifier and Type Field and Description
static final KnowledgeBaseReferenceType AZURE_BLOB

Azure Blob document reference.

static final KnowledgeBaseReferenceType INDEXED_ONE_LAKE

Indexed OneLake document reference.

static final KnowledgeBaseReferenceType SEARCH_INDEX

Search index document reference.

static final KnowledgeBaseReferenceType WEB

Web document reference.

Constructor Summary

Constructor Description
KnowledgeBaseReferenceType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of KnowledgeBaseReferenceType value.

Method Summary

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

Creates or finds a KnowledgeBaseReferenceType from its string representation.

static Collection<KnowledgeBaseReferenceType> values()

Gets known KnowledgeBaseReferenceType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AZURE_BLOB

public static final KnowledgeBaseReferenceType AZURE_BLOB

Azure Blob document reference.

INDEXED_ONE_LAKE

public static final KnowledgeBaseReferenceType INDEXED_ONE_LAKE

Indexed OneLake document reference.

SEARCH_INDEX

public static final KnowledgeBaseReferenceType SEARCH_INDEX

Search index document reference.

WEB

public static final KnowledgeBaseReferenceType WEB

Web document reference.

Constructor Details

KnowledgeBaseReferenceType

@Deprecated
public KnowledgeBaseReferenceType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of KnowledgeBaseReferenceType value.

Method Details

fromString

public static KnowledgeBaseReferenceType fromString(String name)

Creates or finds a KnowledgeBaseReferenceType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding KnowledgeBaseReferenceType.

values

public static Collection<KnowledgeBaseReferenceType> values()

Gets known KnowledgeBaseReferenceType values.

Returns:

known KnowledgeBaseReferenceType values.

Applies to