AlertsSortByFields Class

public final class AlertsSortByFields
extends ExpandableStringEnum<AlertsSortByFields>

Defines values for AlertsSortByFields.

Field Summary

Modifier and Type Field and Description
static final AlertsSortByFields ALERT_STATE

Static value alertState for AlertsSortByFields.

static final AlertsSortByFields LAST_MODIFIED_DATE_TIME

Static value lastModifiedDateTime for AlertsSortByFields.

static final AlertsSortByFields MONITOR_CONDITION

Static value monitorCondition for AlertsSortByFields.

static final AlertsSortByFields NAME

Static value name for AlertsSortByFields.

static final AlertsSortByFields SEVERITY

Static value severity for AlertsSortByFields.

static final AlertsSortByFields START_DATE_TIME

Static value startDateTime for AlertsSortByFields.

static final AlertsSortByFields TARGET_RESOURCE

Static value targetResource for AlertsSortByFields.

static final AlertsSortByFields TARGET_RESOURCE_GROUP

Static value targetResourceGroup for AlertsSortByFields.

static final AlertsSortByFields TARGET_RESOURCE_NAME

Static value targetResourceName for AlertsSortByFields.

static final AlertsSortByFields TARGET_RESOURCE_TYPE

Static value targetResourceType for AlertsSortByFields.

Constructor Summary

Constructor Description
AlertsSortByFields()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AlertsSortByFields value.

Method Summary

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

Creates or finds a AlertsSortByFields from its string representation.

static Collection<AlertsSortByFields> values()

Gets known AlertsSortByFields values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ALERT_STATE

public static final AlertsSortByFields ALERT_STATE

Static value alertState for AlertsSortByFields.

LAST_MODIFIED_DATE_TIME

public static final AlertsSortByFields LAST_MODIFIED_DATE_TIME

Static value lastModifiedDateTime for AlertsSortByFields.

MONITOR_CONDITION

public static final AlertsSortByFields MONITOR_CONDITION

Static value monitorCondition for AlertsSortByFields.

NAME

public static final AlertsSortByFields NAME

Static value name for AlertsSortByFields.

SEVERITY

public static final AlertsSortByFields SEVERITY

Static value severity for AlertsSortByFields.

START_DATE_TIME

public static final AlertsSortByFields START_DATE_TIME

Static value startDateTime for AlertsSortByFields.

TARGET_RESOURCE

public static final AlertsSortByFields TARGET_RESOURCE

Static value targetResource for AlertsSortByFields.

TARGET_RESOURCE_GROUP

public static final AlertsSortByFields TARGET_RESOURCE_GROUP

Static value targetResourceGroup for AlertsSortByFields.

TARGET_RESOURCE_NAME

public static final AlertsSortByFields TARGET_RESOURCE_NAME

Static value targetResourceName for AlertsSortByFields.

TARGET_RESOURCE_TYPE

public static final AlertsSortByFields TARGET_RESOURCE_TYPE

Static value targetResourceType for AlertsSortByFields.

Constructor Details

AlertsSortByFields

@Deprecated
public AlertsSortByFields()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AlertsSortByFields value.

Method Details

fromString

public static AlertsSortByFields fromString(String name)

Creates or finds a AlertsSortByFields from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AlertsSortByFields.

values

public static Collection<AlertsSortByFields> values()

Gets known AlertsSortByFields values.

Returns:

known AlertsSortByFields values.

Applies to