Partilhar via


SoftDeletedArtifactTypes Class

public final class SoftDeletedArtifactTypes
extends ExpandableStringEnum<SoftDeletedArtifactTypes>

artifact type of the soft-deleted resource.

Field Summary

Modifier and Type Field and Description
static final SoftDeletedArtifactTypes IMAGES

Static value Images for SoftDeletedArtifactTypes.

Constructor Summary

Constructor Description
SoftDeletedArtifactTypes()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SoftDeletedArtifactTypes value.

Method Summary

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

Creates or finds a SoftDeletedArtifactTypes from its string representation.

static Collection<SoftDeletedArtifactTypes> values()

Gets known SoftDeletedArtifactTypes values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

IMAGES

public static final SoftDeletedArtifactTypes IMAGES

Static value Images for SoftDeletedArtifactTypes.

Constructor Details

SoftDeletedArtifactTypes

@Deprecated
public SoftDeletedArtifactTypes()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SoftDeletedArtifactTypes value.

Method Details

fromString

public static SoftDeletedArtifactTypes fromString(String name)

Creates or finds a SoftDeletedArtifactTypes from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SoftDeletedArtifactTypes.

values

public static Collection values()

Gets known SoftDeletedArtifactTypes values.

Returns:

known SoftDeletedArtifactTypes values.

Applies to