Inherited Class

public final class Inherited
extends ExpandableStringEnum<Inherited>

"inherited" = "True" indicates that the current scope inherits its pricing configuration from its parent. The ID of the parent scope that provides the inherited configuration is displayed in the "inheritedFrom" field. On the other hand, "inherited" = "False" indicates that the current scope has its own pricing configuration explicitly set, and does not inherit from its parent. This field is read only and available only for resource-level pricing.

Field Summary

Modifier and Type Field and Description
static final Inherited FALSE

Static value False for Inherited.

static final Inherited TRUE

Static value True for Inherited.

Constructor Summary

Constructor Description
Inherited()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of Inherited value.

Method Summary

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

Creates or finds a Inherited from its string representation.

static Collection<Inherited> values()

Gets known Inherited values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FALSE

public static final Inherited FALSE

Static value False for Inherited.

TRUE

public static final Inherited TRUE

Static value True for Inherited.

Constructor Details

Inherited

@Deprecated
public Inherited()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of Inherited value.

Method Details

fromString

public static Inherited fromString(String name)

Creates or finds a Inherited from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding Inherited.

values

public static Collection values()

Gets known Inherited values.

Returns:

known Inherited values.

Applies to