次の方法で共有


PurgeState Class

public final class PurgeState
extends ExpandableStringEnum<PurgeState>

Status of the operation represented by the requested Id.

Field Summary

Modifier and Type Field and Description
static final PurgeState COMPLETED

Static value completed for PurgeState.

static final PurgeState PENDING

Static value pending for PurgeState.

Constructor Summary

Constructor Description
PurgeState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PurgeState value.

Method Summary

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

Creates or finds a PurgeState from its string representation.

static Collection<PurgeState> values()

Gets known PurgeState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

COMPLETED

public static final PurgeState COMPLETED

Static value completed for PurgeState.

PENDING

public static final PurgeState PENDING

Static value pending for PurgeState.

Constructor Details

PurgeState

@Deprecated
public PurgeState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PurgeState value.

Method Details

fromString

public static PurgeState fromString(String name)

Creates or finds a PurgeState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding PurgeState.

values

public static Collection<PurgeState> values()

Gets known PurgeState values.

Returns:

known PurgeState values.

Applies to