DynamicCompressionEnabled Class

public final class DynamicCompressionEnabled
extends ExpandableStringEnum<DynamicCompressionEnabled>

Whether to use dynamic compression for cached content.

Field Summary

Modifier and Type Field and Description
static final DynamicCompressionEnabled DISABLED

Static value Disabled for DynamicCompressionEnabled.

static final DynamicCompressionEnabled ENABLED

Static value Enabled for DynamicCompressionEnabled.

Constructor Summary

Constructor Description
DynamicCompressionEnabled()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DynamicCompressionEnabled value.

Method Summary

Modifier and Type Method and Description
static DynamicCompressionEnabled fromString(String name)

Creates or finds a DynamicCompressionEnabled from its string representation.

static Collection<DynamicCompressionEnabled> values()

Gets known DynamicCompressionEnabled values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLED

public static final DynamicCompressionEnabled DISABLED

Static value Disabled for DynamicCompressionEnabled.

ENABLED

public static final DynamicCompressionEnabled ENABLED

Static value Enabled for DynamicCompressionEnabled.

Constructor Details

DynamicCompressionEnabled

@Deprecated
public DynamicCompressionEnabled()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DynamicCompressionEnabled value.

Method Details

fromString

public static DynamicCompressionEnabled fromString(String name)

Creates or finds a DynamicCompressionEnabled from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DynamicCompressionEnabled.

values

public static Collection<DynamicCompressionEnabled> values()

Gets known DynamicCompressionEnabled values.

Returns:

known DynamicCompressionEnabled values.

Applies to