共用方式為


GroupsSelect Class

public final class GroupsSelect
extends ExpandableStringEnum<GroupsSelect>

Defines values for GroupsSelect.

Field Summary

Modifier and Type Field and Description
static final GroupsSelect DELETED_DATE_TIME

Static value deletedDateTime for GroupsSelect.

static final GroupsSelect ID

Static value id for GroupsSelect.

Constructor Summary

Constructor Description
GroupsSelect()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of GroupsSelect value.

Method Summary

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

Creates or finds a GroupsSelect from its string representation.

static Collection<GroupsSelect> values()

Gets known GroupsSelect values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DELETED_DATE_TIME

public static final GroupsSelect DELETED_DATE_TIME

Static value deletedDateTime for GroupsSelect.

ID

public static final GroupsSelect ID

Static value id for GroupsSelect.

Constructor Details

GroupsSelect

@Deprecated
public GroupsSelect()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of GroupsSelect value.

Method Details

fromString

public static GroupsSelect fromString(String name)

Creates or finds a GroupsSelect from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding GroupsSelect.

values

public static Collection values()

Gets known GroupsSelect values.

Returns:

known GroupsSelect values.

Applies to