PricingModel Class

public final class PricingModel
extends ExpandableStringEnum<PricingModel>

Pricing model of Managed Instance.

Field Summary

Modifier and Type Field and Description
static final PricingModel FREEMIUM

Freemium.

static final PricingModel REGULAR

Regular.

Constructor Summary

Constructor Description
PricingModel()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PricingModel value.

Method Summary

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

Creates or finds a PricingModel from its string representation.

static Collection<PricingModel> values()

Gets known PricingModel values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FREEMIUM

public static final PricingModel FREEMIUM

Freemium.

REGULAR

public static final PricingModel REGULAR

Regular.

Constructor Details

PricingModel

@Deprecated
public PricingModel()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PricingModel value.

Method Details

fromString

public static PricingModel fromString(String name)

Creates or finds a PricingModel from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding PricingModel.

values

public static Collection<PricingModel> values()

Gets known PricingModel values.

Returns:

known PricingModel values.

Applies to