Share via


ResourcePredictionsProfileType Class

public final class ResourcePredictionsProfileType
extends ExpandableStringEnum<ResourcePredictionsProfileType>

Determines how the stand-by scheme should be provided.

Field Summary

Modifier and Type Field and Description
static final ResourcePredictionsProfileType AUTOMATIC

Static value Automatic for ResourcePredictionsProfileType.

static final ResourcePredictionsProfileType MANUAL

Static value Manual for ResourcePredictionsProfileType.

Constructor Summary

Constructor Description
ResourcePredictionsProfileType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ResourcePredictionsProfileType value.

Method Summary

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

Creates or finds a ResourcePredictionsProfileType from its string representation.

static Collection<ResourcePredictionsProfileType> values()

Gets known ResourcePredictionsProfileType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AUTOMATIC

public static final ResourcePredictionsProfileType AUTOMATIC

Static value Automatic for ResourcePredictionsProfileType.

MANUAL

public static final ResourcePredictionsProfileType MANUAL

Static value Manual for ResourcePredictionsProfileType.

Constructor Details

ResourcePredictionsProfileType

@Deprecated
public ResourcePredictionsProfileType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ResourcePredictionsProfileType value.

Method Details

fromString

public static ResourcePredictionsProfileType fromString(String name)

Creates or finds a ResourcePredictionsProfileType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ResourcePredictionsProfileType.

values

public static Collection<ResourcePredictionsProfileType> values()

Gets known ResourcePredictionsProfileType values.

Returns:

known ResourcePredictionsProfileType values.

Applies to