Uses of Enum Class
com.yahoo.config.application.api.Endpoint.Level
Packages that use Endpoint.Level
-
Uses of Endpoint.Level in com.yahoo.config.application.api
Methods in com.yahoo.config.application.api that return Endpoint.LevelModifier and TypeMethodDescriptionEndpoint.level()The level of targets in thisstatic Endpoint.LevelReturns the enum constant of this class with the specified name.static Endpoint.Level[]Endpoint.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.config.application.api with parameters of type Endpoint.LevelModifierConstructorDescriptionEndpoint(String endpointId, String containerId, Endpoint.Level level, List<Endpoint.Target> targets)