共用方式為


GroupsOrderby Class

public final class GroupsOrderby
extends ExpandableStringEnum<GroupsOrderby>

Defines values for GroupsOrderby.

Field Summary

Modifier and Type Field and Description
static final GroupsOrderby DELETED_DATE_TIME

Static value deletedDateTime for GroupsOrderby.

static final GroupsOrderby DELETED_DATE_TIME_DESC

Static value deletedDateTime desc for GroupsOrderby.

static final GroupsOrderby ID

Static value id for GroupsOrderby.

static final GroupsOrderby ID_DESC

Static value id desc for GroupsOrderby.

Constructor Summary

Constructor Description
GroupsOrderby()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of GroupsOrderby value.

Method Summary

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

Creates or finds a GroupsOrderby from its string representation.

static Collection<GroupsOrderby> values()

Gets known GroupsOrderby values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DELETED_DATE_TIME

public static final GroupsOrderby DELETED_DATE_TIME

Static value deletedDateTime for GroupsOrderby.

DELETED_DATE_TIME_DESC

public static final GroupsOrderby DELETED_DATE_TIME_DESC

Static value deletedDateTime desc for GroupsOrderby.

ID

public static final GroupsOrderby ID

Static value id for GroupsOrderby.

ID_DESC

public static final GroupsOrderby ID_DESC

Static value id desc for GroupsOrderby.

Constructor Details

GroupsOrderby

@Deprecated
public GroupsOrderby()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of GroupsOrderby value.

Method Details

fromString

public static GroupsOrderby fromString(String name)

Creates or finds a GroupsOrderby from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding GroupsOrderby.

values

public static Collection values()

Gets known GroupsOrderby values.

Returns:

known GroupsOrderby values.

Applies to