Enum Priority (0.3.0)

public enum Priority extends Enum<Priority> implements ProtocolMessageEnum

Priority that is assigned to a Case or Alert.

Protobuf enum google.backstory.Priority

Implements

ProtocolMessageEnum

Static Fields

Name Description
PRIORITY_CRITICAL

Critical priority.

PRIORITY_CRITICAL = 500;

PRIORITY_CRITICAL_VALUE

Critical priority.

PRIORITY_CRITICAL = 500;

PRIORITY_HIGH

High priority.

PRIORITY_HIGH = 400;

PRIORITY_HIGH_VALUE

High priority.

PRIORITY_HIGH = 400;

PRIORITY_INFO

Informational priority.

PRIORITY_INFO = 100;

PRIORITY_INFO_VALUE

Informational priority.

PRIORITY_INFO = 100;

PRIORITY_LOW

Low priority.

PRIORITY_LOW = 200;

PRIORITY_LOW_VALUE

Low priority.

PRIORITY_LOW = 200;

PRIORITY_MEDIUM

Medium priority.

PRIORITY_MEDIUM = 300;

PRIORITY_MEDIUM_VALUE

Medium priority.

PRIORITY_MEDIUM = 300;

PRIORITY_UNSPECIFIED

Default priority level.

PRIORITY_UNSPECIFIED = 0;

PRIORITY_UNSPECIFIED_VALUE

Default priority level.

PRIORITY_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()