ChargeSummaryKind Class

public final class ChargeSummaryKind
extends ExpandableStringEnum<ChargeSummaryKind>

Specifies the kind of charge summary.

Field Summary

Modifier and Type Field and Description
static final ChargeSummaryKind LEGACY

Static value legacy for ChargeSummaryKind.

static final ChargeSummaryKind MODERN

Static value modern for ChargeSummaryKind.

Constructor Summary

Constructor Description
ChargeSummaryKind()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ChargeSummaryKind value.

Method Summary

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

Creates or finds a ChargeSummaryKind from its string representation.

static Collection<ChargeSummaryKind> values()

Gets known ChargeSummaryKind values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

LEGACY

public static final ChargeSummaryKind LEGACY

Static value legacy for ChargeSummaryKind.

MODERN

public static final ChargeSummaryKind MODERN

Static value modern for ChargeSummaryKind.

Constructor Details

ChargeSummaryKind

@Deprecated
public ChargeSummaryKind()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ChargeSummaryKind value.

Method Details

fromString

public static ChargeSummaryKind fromString(String name)

Creates or finds a ChargeSummaryKind from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ChargeSummaryKind.

values

public static Collection<ChargeSummaryKind> values()

Gets known ChargeSummaryKind values.

Returns:

known ChargeSummaryKind values.

Applies to