Share via


OnYourDataContextProperty Class

public final class OnYourDataContextProperty
extends ExpandableStringEnum<OnYourDataContextProperty>

The context property.

Field Summary

Modifier and Type Field and Description
static final OnYourDataContextProperty ALL_RETRIEVED_DOCUMENTS

The `all_retrieved_documents` property.

static final OnYourDataContextProperty CITATIONS

The `citations` property.

static final OnYourDataContextProperty INTENT

The `intent` property.

Constructor Summary

Constructor Description
OnYourDataContextProperty()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OnYourDataContextProperty value.

Method Summary

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

Creates or finds a OnYourDataContextProperty from its string representation.

static Collection<OnYourDataContextProperty> values()

Gets known OnYourDataContextProperty values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ALL_RETRIEVED_DOCUMENTS

public static final OnYourDataContextProperty ALL_RETRIEVED_DOCUMENTS

The `all_retrieved_documents` property.

CITATIONS

public static final OnYourDataContextProperty CITATIONS

The `citations` property.

INTENT

public static final OnYourDataContextProperty INTENT

The `intent` property.

Constructor Details

OnYourDataContextProperty

@Deprecated
public OnYourDataContextProperty()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OnYourDataContextProperty value.

Method Details

fromString

public static OnYourDataContextProperty fromString(String name)

Creates or finds a OnYourDataContextProperty from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding OnYourDataContextProperty.

values

public static Collection<OnYourDataContextProperty> values()

Gets known OnYourDataContextProperty values.

Returns:

known OnYourDataContextProperty values.

Applies to