public enum WindowsDeliveryOptimizationMode extends Enum<WindowsDeliveryOptimizationMode> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
BYPASS_MODE |
HTTP_ONLY |
HTTP_WITH_INTERNET_PEERING |
HTTP_WITH_PEERING_NAT |
HTTP_WITH_PEERING_PRIVATE_GROUP |
SIMPLE_DOWNLOAD |
USER_DEFINED |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static WindowsDeliveryOptimizationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsDeliveryOptimizationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WindowsDeliveryOptimizationMode USER_DEFINED
public static final WindowsDeliveryOptimizationMode HTTP_ONLY
public static final WindowsDeliveryOptimizationMode HTTP_WITH_PEERING_NAT
public static final WindowsDeliveryOptimizationMode HTTP_WITH_PEERING_PRIVATE_GROUP
public static final WindowsDeliveryOptimizationMode HTTP_WITH_INTERNET_PEERING
public static final WindowsDeliveryOptimizationMode SIMPLE_DOWNLOAD
public static final WindowsDeliveryOptimizationMode BYPASS_MODE
public static WindowsDeliveryOptimizationMode[] values()
for (WindowsDeliveryOptimizationMode c : WindowsDeliveryOptimizationMode.values()) System.out.println(c);
public static WindowsDeliveryOptimizationMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String enumName()
enumName in interface com.github.davidmoten.odata.client.Enumpublic String enumValue()
enumValue in interface com.github.davidmoten.odata.client.EnumCopyright © 2018–2020. All rights reserved.