IntegrationRuntimeAuthKeyName Class

public final class IntegrationRuntimeAuthKeyName
extends ExpandableStringEnum<IntegrationRuntimeAuthKeyName>

The name of the authentication key to regenerate.

Field Summary

Modifier and Type Field and Description
static final IntegrationRuntimeAuthKeyName AUTH_KEY1

Static value authKey1 for IntegrationRuntimeAuthKeyName.

static final IntegrationRuntimeAuthKeyName AUTH_KEY2

Static value authKey2 for IntegrationRuntimeAuthKeyName.

Constructor Summary

Constructor Description
IntegrationRuntimeAuthKeyName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IntegrationRuntimeAuthKeyName value.

Method Summary

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

Creates or finds a IntegrationRuntimeAuthKeyName from its string representation.

static Collection<IntegrationRuntimeAuthKeyName> values()

Gets known IntegrationRuntimeAuthKeyName values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AUTH_KEY1

public static final IntegrationRuntimeAuthKeyName AUTH_KEY1

Static value authKey1 for IntegrationRuntimeAuthKeyName.

AUTH_KEY2

public static final IntegrationRuntimeAuthKeyName AUTH_KEY2

Static value authKey2 for IntegrationRuntimeAuthKeyName.

Constructor Details

IntegrationRuntimeAuthKeyName

@Deprecated
public IntegrationRuntimeAuthKeyName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IntegrationRuntimeAuthKeyName value.

Method Details

fromString

public static IntegrationRuntimeAuthKeyName fromString(String name)

Creates or finds a IntegrationRuntimeAuthKeyName from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IntegrationRuntimeAuthKeyName.

values

public static Collection<IntegrationRuntimeAuthKeyName> values()

Gets known IntegrationRuntimeAuthKeyName values.

Returns:

known IntegrationRuntimeAuthKeyName values.

Applies to