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

The stand-by agent scheme is determined based on historical demand.

static final ResourcePredictionsProfileType MANUAL

Customer provides the stand-by agent scheme.

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

The stand-by agent scheme is determined based on historical demand.

MANUAL

public static final ResourcePredictionsProfileType MANUAL

Customer provides the stand-by agent scheme.

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