Поделиться через


OnSuccess Class

public final class OnSuccess
extends ExpandableStringEnum<OnSuccess>

Action to be taken when the operation is successful for a object.

Field Summary

Modifier and Type Field and Description
static final OnSuccess CONTINUE

Static value continue for OnSuccess.

Constructor Summary

Constructor Description
OnSuccess()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OnSuccess value.

Method Summary

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

Creates or finds a OnSuccess from its string representation.

static Collection<OnSuccess> values()

Gets known OnSuccess values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CONTINUE

public static final OnSuccess CONTINUE

Static value continue for OnSuccess.

Constructor Details

OnSuccess

@Deprecated
public OnSuccess()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OnSuccess value.

Method Details

fromString

public static OnSuccess fromString(String name)

Creates or finds a OnSuccess from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding OnSuccess.

values

public static Collection<OnSuccess> values()

Gets known OnSuccess values.

Returns:

known OnSuccess values.

Applies to