public enum MacOSContentCachingClientPolicy extends Enum<MacOSContentCachingClientPolicy> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
CLIENTS_IN_CUSTOM_LOCAL_NETWORKS |
CLIENTS_IN_CUSTOM_LOCAL_NETWORKS_WITH_FALLBACK |
CLIENTS_IN_LOCAL_NETWORK |
CLIENTS_WITH_SAME_PUBLIC_IP_ADDRESS |
NOT_CONFIGURED |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static MacOSContentCachingClientPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MacOSContentCachingClientPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MacOSContentCachingClientPolicy NOT_CONFIGURED
public static final MacOSContentCachingClientPolicy CLIENTS_IN_LOCAL_NETWORK
public static final MacOSContentCachingClientPolicy CLIENTS_WITH_SAME_PUBLIC_IP_ADDRESS
public static final MacOSContentCachingClientPolicy CLIENTS_IN_CUSTOM_LOCAL_NETWORKS
public static final MacOSContentCachingClientPolicy CLIENTS_IN_CUSTOM_LOCAL_NETWORKS_WITH_FALLBACK
public static MacOSContentCachingClientPolicy[] values()
for (MacOSContentCachingClientPolicy c : MacOSContentCachingClientPolicy.values()) System.out.println(c);
public static MacOSContentCachingClientPolicy 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.