ResponsibilityType Class

public final class ResponsibilityType
extends ExpandableStringEnum<ResponsibilityType>

Indicates the customer responsibility type.

Field Summary

Modifier and Type Field and Description
static final ResponsibilityType AUTOMATED

The responsibility is automated.

static final ResponsibilityType MANUAL

The responsibility is manual.

static final ResponsibilityType SCOPED_MANUAL

The responsibility is scoped manual.

Constructor Summary

Constructor Description
ResponsibilityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ResponsibilityType value.

Method Summary

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

Creates or finds a ResponsibilityType from its string representation.

static Collection<ResponsibilityType> values()

Gets known ResponsibilityType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AUTOMATED

public static final ResponsibilityType AUTOMATED

The responsibility is automated.

MANUAL

public static final ResponsibilityType MANUAL

The responsibility is manual.

SCOPED_MANUAL

public static final ResponsibilityType SCOPED_MANUAL

The responsibility is scoped manual.

Constructor Details

ResponsibilityType

@Deprecated
public ResponsibilityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ResponsibilityType value.

Method Details

fromString

public static ResponsibilityType fromString(String name)

Creates or finds a ResponsibilityType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ResponsibilityType.

values

public static Collection<ResponsibilityType> values()

Gets known ResponsibilityType values.

Returns:

known ResponsibilityType values.

Applies to