PhoneNumberAssignmentType Class

public final class PhoneNumberAssignmentType
extends ExpandableStringEnum<PhoneNumberAssignmentType>

Represents the assignment type of the offering.

Field Summary

Modifier and Type Field and Description
static final PhoneNumberAssignmentType APPLICATION

Static value application for PhoneNumberAssignmentType.

static final PhoneNumberAssignmentType PERSON

Static value person for PhoneNumberAssignmentType.

Constructor Summary

Constructor Description
PhoneNumberAssignmentType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PhoneNumberAssignmentType value.

Method Summary

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

Creates or finds a PhoneNumberAssignmentType from its string representation.

static Collection<PhoneNumberAssignmentType> values()

Gets known PhoneNumberAssignmentType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

APPLICATION

public static final PhoneNumberAssignmentType APPLICATION

Static value application for PhoneNumberAssignmentType.

PERSON

public static final PhoneNumberAssignmentType PERSON

Static value person for PhoneNumberAssignmentType.

Constructor Details

PhoneNumberAssignmentType

@Deprecated
public PhoneNumberAssignmentType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PhoneNumberAssignmentType value.

Method Details

fromString

public static PhoneNumberAssignmentType fromString(String name)

Creates or finds a PhoneNumberAssignmentType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding PhoneNumberAssignmentType.

values

public static Collection<PhoneNumberAssignmentType> values()

Gets known PhoneNumberAssignmentType values.

Returns:

known PhoneNumberAssignmentType values.

Applies to