SubgroupProfileScope Class

public final class SubgroupProfileScope
extends ExpandableStringEnum<SubgroupProfileScope>

Scope of the subgroup profile.

Field Summary

Modifier and Type Field and Description
static final SubgroupProfileScope NONE

No subgroup profile scope.

static final SubgroupProfileScope VERTICAL_CONNECT

VerticalConnect subgroup profile scope.

Constructor Summary

Constructor Description
SubgroupProfileScope()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SubgroupProfileScope value.

Method Summary

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

Creates or finds a SubgroupProfileScope from its string representation.

static Collection<SubgroupProfileScope> values()

Gets known SubgroupProfileScope values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NONE

public static final SubgroupProfileScope NONE

No subgroup profile scope.

VERTICAL_CONNECT

public static final SubgroupProfileScope VERTICAL_CONNECT

VerticalConnect subgroup profile scope.

Constructor Details

SubgroupProfileScope

@Deprecated
public SubgroupProfileScope()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SubgroupProfileScope value.

Method Details

fromString

public static SubgroupProfileScope fromString(String name)

Creates or finds a SubgroupProfileScope from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SubgroupProfileScope.

values

public static Collection<SubgroupProfileScope> values()

Gets known SubgroupProfileScope values.

Returns:

known SubgroupProfileScope values.

Applies to