NotebookReferenceType Class

public final class NotebookReferenceType
extends ExpandableStringEnum<NotebookReferenceType>

Synapse notebook reference type.

Field Summary

Modifier and Type Field and Description
static final NotebookReferenceType NOTEBOOK_REFERENCE

Static value NotebookReference for NotebookReferenceType.

Constructor Summary

Constructor Description
NotebookReferenceType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of NotebookReferenceType value.

Method Summary

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

Creates or finds a NotebookReferenceType from its string representation.

static Collection<NotebookReferenceType> values()

Gets known NotebookReferenceType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NOTEBOOK_REFERENCE

public static final NotebookReferenceType NOTEBOOK_REFERENCE

Static value NotebookReference for NotebookReferenceType.

Constructor Details

NotebookReferenceType

@Deprecated
public NotebookReferenceType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of NotebookReferenceType value.

Method Details

fromString

public static NotebookReferenceType fromString(String name)

Creates or finds a NotebookReferenceType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding NotebookReferenceType.

values

public static Collection values()

Gets known NotebookReferenceType values.

Returns:

known NotebookReferenceType values.

Applies to