public static enum PurgeWebAppAccelerationCacheDetails.PurgeType extends Enum<PurgeWebAppAccelerationCacheDetails.PurgeType> implements BmcEnum
Type of cache purge to perform.
Enum Constant and Description |
---|
EntireCache |
Modifier and Type | Method and Description |
---|---|
static PurgeWebAppAccelerationCacheDetails.PurgeType |
create(String key) |
String |
getValue() |
static PurgeWebAppAccelerationCacheDetails.PurgeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PurgeWebAppAccelerationCacheDetails.PurgeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PurgeWebAppAccelerationCacheDetails.PurgeType EntireCache
public static PurgeWebAppAccelerationCacheDetails.PurgeType[] values()
for (PurgeWebAppAccelerationCacheDetails.PurgeType c : PurgeWebAppAccelerationCacheDetails.PurgeType.values()) System.out.println(c);
public static PurgeWebAppAccelerationCacheDetails.PurgeType 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 static PurgeWebAppAccelerationCacheDetails.PurgeType create(String key)
Copyright © 2016–2024. All rights reserved.