Uses of Enum
com.azure.resourcemanager.securityinsights.models.DeliveryLocation
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of DeliveryLocation in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionMailMessageEntityProperties.deliveryLocation()
Get the deliveryLocation property: The delivery location of this mail message like Inbox, JunkFolder etc.Modifier and TypeMethodDescriptionMailMessageEntityProperties.withDeliveryLocation
(DeliveryLocation deliveryLocation) Set the deliveryLocation property: The delivery location of this mail message like Inbox, JunkFolder etc. -
Uses of DeliveryLocation in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionMailMessageEntity.deliveryLocation()
Get the deliveryLocation property: The delivery location of this mail message like Inbox, JunkFolder etc.static DeliveryLocation
DeliveryLocation.fromString
(String value) Parses a serialized value to a DeliveryLocation instance.static DeliveryLocation
Returns the enum constant of this type with the specified name.static DeliveryLocation[]
DeliveryLocation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionMailMessageEntity.withDeliveryLocation
(DeliveryLocation deliveryLocation) Set the deliveryLocation property: The delivery location of this mail message like Inbox, JunkFolder etc.