public final class Bypass extends ExpandableStringEnum<Bypass>
Modifier and Type | Field and Description |
---|---|
static Bypass |
AZURE_SERVICES
Static value AzureServices for Bypass.
|
static Bypass |
LOGGING
Static value Logging for Bypass.
|
static Bypass |
METRICS
Static value Metrics for Bypass.
|
static Bypass |
NONE
Static value None for Bypass.
|
Constructor and Description |
---|
Bypass() |
Modifier and Type | Method and Description |
---|---|
static Bypass |
fromString(String name)
Creates or finds a Bypass from its string representation.
|
static Collection<Bypass> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final Bypass NONE
public static final Bypass LOGGING
public static final Bypass METRICS
public static final Bypass AZURE_SERVICES
public static Bypass fromString(String name)
name
- a name to look forpublic static Collection<Bypass> values()
Copyright © 2019. All rights reserved.