Share via


AdvancedThreatProtectionName Class

public final class AdvancedThreatProtectionName
extends ExpandableStringEnum<AdvancedThreatProtectionName>

Defines values for AdvancedThreatProtectionName.

Field Summary

Modifier and Type Field and Description
static final AdvancedThreatProtectionName DEFAULT

Static value Default for AdvancedThreatProtectionName.

Constructor Summary

Constructor Description
AdvancedThreatProtectionName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AdvancedThreatProtectionName value.

Method Summary

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

Creates or finds a AdvancedThreatProtectionName from its string representation.

static Collection<AdvancedThreatProtectionName> values()

Gets known AdvancedThreatProtectionName values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DEFAULT

public static final AdvancedThreatProtectionName DEFAULT

Static value Default for AdvancedThreatProtectionName.

Constructor Details

AdvancedThreatProtectionName

@Deprecated
public AdvancedThreatProtectionName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AdvancedThreatProtectionName value.

Method Details

fromString

public static AdvancedThreatProtectionName fromString(String name)

Creates or finds a AdvancedThreatProtectionName from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AdvancedThreatProtectionName.

values

public static Collection<AdvancedThreatProtectionName> values()

Gets known AdvancedThreatProtectionName values.

Returns:

known AdvancedThreatProtectionName values.

Applies to