ApplicationSourceResourceType Class

public final class ApplicationSourceResourceType
extends ExpandableStringEnum<ApplicationSourceResourceType>

The application source, what it affects, e.g. Assessments.

Field Summary

Modifier and Type Field and Description
static final ApplicationSourceResourceType ASSESSMENTS

Static value Assessments for ApplicationSourceResourceType.

Constructor Summary

Constructor Description
ApplicationSourceResourceType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ApplicationSourceResourceType value.

Method Summary

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

Creates or finds a ApplicationSourceResourceType from its string representation.

static Collection<ApplicationSourceResourceType> values()

Gets known ApplicationSourceResourceType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ASSESSMENTS

public static final ApplicationSourceResourceType ASSESSMENTS

Static value Assessments for ApplicationSourceResourceType.

Constructor Details

ApplicationSourceResourceType

@Deprecated
public ApplicationSourceResourceType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ApplicationSourceResourceType value.

Method Details

fromString

public static ApplicationSourceResourceType fromString(String name)

Creates or finds a ApplicationSourceResourceType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ApplicationSourceResourceType.

values

public static Collection values()

Gets known ApplicationSourceResourceType values.

Returns:

known ApplicationSourceResourceType values.

Applies to