AccountType Class

public final class AccountType
extends ExpandableStringEnum<AccountType>

The type of customer.

Field Summary

Modifier and Type Field and Description
static final AccountType BUSINESS

Static value Business for AccountType.

static final AccountType CLASSIC_PARTNER

Static value ClassicPartner for AccountType.

static final AccountType ENTERPRISE

Static value Enterprise for AccountType.

static final AccountType INDIVIDUAL

Static value Individual for AccountType.

static final AccountType INTERNAL

Static value Internal for AccountType.

static final AccountType OTHER

Static value Other for AccountType.

static final AccountType PARTNER

Static value Partner for AccountType.

static final AccountType RESELLER

Static value Reseller for AccountType.

static final AccountType TENANT

Static value Tenant for AccountType.

Constructor Summary

Constructor Description
AccountType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AccountType value.

Method Summary

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

Creates or finds a AccountType from its string representation.

static Collection<AccountType> values()

Gets known AccountType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BUSINESS

public static final AccountType BUSINESS

Static value Business for AccountType.

CLASSIC_PARTNER

public static final AccountType CLASSIC_PARTNER

Static value ClassicPartner for AccountType.

ENTERPRISE

public static final AccountType ENTERPRISE

Static value Enterprise for AccountType.

INDIVIDUAL

public static final AccountType INDIVIDUAL

Static value Individual for AccountType.

INTERNAL

public static final AccountType INTERNAL

Static value Internal for AccountType.

OTHER

public static final AccountType OTHER

Static value Other for AccountType.

PARTNER

public static final AccountType PARTNER

Static value Partner for AccountType.

RESELLER

public static final AccountType RESELLER

Static value Reseller for AccountType.

TENANT

public static final AccountType TENANT

Static value Tenant for AccountType.

Constructor Details

AccountType

@Deprecated
public AccountType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AccountType value.

Method Details

fromString

public static AccountType fromString(String name)

Creates or finds a AccountType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AccountType.

values

public static Collection<AccountType> values()

Gets known AccountType values.

Returns:

known AccountType values.

Applies to