OrchestratorKind Class

public final class OrchestratorKind
extends ExpandableStringEnum<OrchestratorKind>

The kind of workbook. Choices are user and shared.

Field Summary

Modifier and Type Field and Description
static final OrchestratorKind KUBERNETES

Static value Kubernetes for OrchestratorKind.

Constructor Summary

Constructor Description
OrchestratorKind()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OrchestratorKind value.

Method Summary

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

Creates or finds a OrchestratorKind from its string representation.

static Collection<OrchestratorKind> values()

Gets known OrchestratorKind values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

KUBERNETES

public static final OrchestratorKind KUBERNETES

Static value Kubernetes for OrchestratorKind.

Constructor Details

OrchestratorKind

@Deprecated
public OrchestratorKind()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OrchestratorKind value.

Method Details

fromString

public static OrchestratorKind fromString(String name)

Creates or finds a OrchestratorKind from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding OrchestratorKind.

values

public static Collection<OrchestratorKind> values()

Gets known OrchestratorKind values.

Returns:

known OrchestratorKind values.

Applies to