Uses of Enum
api.equinix.javasdk.fabric.enums.NotificationType
Packages that use NotificationType
Package
Description
Fabric-specific enumerations for the Equinix Java SDK.
-
Uses of NotificationType in api.equinix.javasdk.fabric.enums
Methods in api.equinix.javasdk.fabric.enums that return NotificationTypeModifier and TypeMethodDescriptionstatic NotificationTypeReturns the enum constant of this type with the specified name.static NotificationType[]NotificationType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NotificationType in api.equinix.javasdk.fabric.model.json.creators
Methods in api.equinix.javasdk.fabric.model.json.creators with parameters of type NotificationTypeModifier and TypeMethodDescriptionConnectionOperator.ConnectionBuilder.notification(NotificationType type, String emailAddress) NetworkOperator.NetworkBuilder.notification(NotificationType type, String emailAddress) ServiceProfileOperator.ServiceProfileBuilder.notification(NotificationType type, String emailAddress)