Partager via


DeliveryLocation Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.securityinsights.models.DeliveryLocation

public enum DeliveryLocation
extends Enum<DeliveryLocation>

The delivery location of this mail message like Inbox, JunkFolder etc.

Fields

DELETED_FOLDER

Enum value DeletedFolder.

DROPPED

Enum value Dropped.

EXTERNAL

Enum value External.

FAILED

Enum value Failed.

FORWARDED

Enum value Forwarded.

INBOX

Enum value Inbox.

JUNK_FOLDER

Enum value JunkFolder.

QUARANTINE

Enum value Quarantine.

UNKNOWN

Enum value Unknown.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static DeliveryLocation fromString(String value)

Parses a serialized value to a DeliveryLocation instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed DeliveryLocation object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static DeliveryLocation valueOf(String name)

Parameters

name
String

Returns

values()

public static DeliveryLocation[] values()

Returns

Applies to