AccountSubType Class

public final class AccountSubType
extends ExpandableStringEnum<AccountSubType>

The tier of the account.

Field Summary

Modifier and Type Field and Description
static final AccountSubType ENTERPRISE

Static value Enterprise for AccountSubType.

static final AccountSubType INDIVIDUAL

Static value Individual for AccountSubType.

static final AccountSubType NONE

Static value None for AccountSubType.

static final AccountSubType OTHER

Static value Other for AccountSubType.

static final AccountSubType PROFESSIONAL

Static value Professional for AccountSubType.

Constructor Summary

Constructor Description
AccountSubType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AccountSubType value.

Method Summary

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

Creates or finds a AccountSubType from its string representation.

static Collection<AccountSubType> values()

Gets known AccountSubType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ENTERPRISE

public static final AccountSubType ENTERPRISE

Static value Enterprise for AccountSubType.

INDIVIDUAL

public static final AccountSubType INDIVIDUAL

Static value Individual for AccountSubType.

NONE

public static final AccountSubType NONE

Static value None for AccountSubType.

OTHER

public static final AccountSubType OTHER

Static value Other for AccountSubType.

PROFESSIONAL

public static final AccountSubType PROFESSIONAL

Static value Professional for AccountSubType.

Constructor Details

AccountSubType

@Deprecated
public AccountSubType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AccountSubType value.

Method Details

fromString

public static AccountSubType fromString(String name)

Creates or finds a AccountSubType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AccountSubType.

values

public static Collection<AccountSubType> values()

Gets known AccountSubType values.

Returns:

known AccountSubType values.

Applies to