Uses of Enum Class
org.jclouds.azurecompute.arm.domain.AlertModificationItem.AlertModificationEvent
Packages that use AlertModificationItem.AlertModificationEvent
-
Uses of AlertModificationItem.AlertModificationEvent in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return AlertModificationItem.AlertModificationEventModifier and TypeMethodDescriptionAlertModificationItem.modificationEvent()
Returns the enum constant of this class with the specified name.AlertModificationItem.AlertModificationEvent.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.azurecompute.arm.domain with parameters of type AlertModificationItem.AlertModificationEventModifier and TypeMethodDescriptionstatic AlertModificationItem
AlertModificationItem.create
(String comments, String description, AlertModificationItem.AlertModificationEvent modificationEvent, Date modifiedAt, String modifiedBy, String newValue, String oldValue) abstract AlertModificationItem.Builder
AlertModificationItem.Builder.modificationEvent
(AlertModificationItem.AlertModificationEvent modificationEvent)