BillingProfileSpendingLimit Class

public final class BillingProfileSpendingLimit
extends ExpandableStringEnum<BillingProfileSpendingLimit>

The billing profile spending limit.

Field Summary

Modifier and Type Field and Description
static final BillingProfileSpendingLimit OFF

Static value Off for BillingProfileSpendingLimit.

static final BillingProfileSpendingLimit ON

Static value On for BillingProfileSpendingLimit.

Constructor Summary

Constructor Description
BillingProfileSpendingLimit()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BillingProfileSpendingLimit value.

Method Summary

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

Creates or finds a BillingProfileSpendingLimit from its string representation.

static Collection<BillingProfileSpendingLimit> values()

Gets known BillingProfileSpendingLimit values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

OFF

public static final BillingProfileSpendingLimit OFF

Static value Off for BillingProfileSpendingLimit.

ON

public static final BillingProfileSpendingLimit ON

Static value On for BillingProfileSpendingLimit.

Constructor Details

BillingProfileSpendingLimit

@Deprecated
public BillingProfileSpendingLimit()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BillingProfileSpendingLimit value.

Method Details

fromString

public static BillingProfileSpendingLimit fromString(String name)

Creates or finds a BillingProfileSpendingLimit from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding BillingProfileSpendingLimit.

values

public static Collection values()

Gets known BillingProfileSpendingLimit values.

Returns:

known BillingProfileSpendingLimit values.

Applies to