BillingManagementTenantState Class

public final class BillingManagementTenantState
extends ExpandableStringEnum<BillingManagementTenantState>

The state determines whether users from the associated tenant can be assigned roles for commerce activities like viewing and downloading invoices, managing payments, and making purchases.

Field Summary

Modifier and Type Field and Description
static final BillingManagementTenantState ACTIVE

Static value Active for BillingManagementTenantState.

static final BillingManagementTenantState NOT_ALLOWED

Static value NotAllowed for BillingManagementTenantState.

static final BillingManagementTenantState OTHER

Static value Other for BillingManagementTenantState.

static final BillingManagementTenantState REVOKED

Static value Revoked for BillingManagementTenantState.

Constructor Summary

Constructor Description
BillingManagementTenantState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BillingManagementTenantState value.

Method Summary

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

Creates or finds a BillingManagementTenantState from its string representation.

static Collection<BillingManagementTenantState> values()

Gets known BillingManagementTenantState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ACTIVE

public static final BillingManagementTenantState ACTIVE

Static value Active for BillingManagementTenantState.

NOT_ALLOWED

public static final BillingManagementTenantState NOT_ALLOWED

Static value NotAllowed for BillingManagementTenantState.

OTHER

public static final BillingManagementTenantState OTHER

Static value Other for BillingManagementTenantState.

REVOKED

public static final BillingManagementTenantState REVOKED

Static value Revoked for BillingManagementTenantState.

Constructor Details

BillingManagementTenantState

@Deprecated
public BillingManagementTenantState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BillingManagementTenantState value.

Method Details

fromString

public static BillingManagementTenantState fromString(String name)

Creates or finds a BillingManagementTenantState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding BillingManagementTenantState.

values

public static Collection<BillingManagementTenantState> values()

Gets known BillingManagementTenantState values.

Returns:

known BillingManagementTenantState values.

Applies to