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