public static enum ListTranslatorsRequest.SortBy extends Enum<ListTranslatorsRequest.SortBy> implements BmcEnum
Sort on this field. You can specify one sort order only. The default sort field is timeCreated
.
The default sort order for timeCreated
and timeUpdated
is descending. For
all other sort fields the default sort order is ascending.
Enum Constant and Description |
---|
Name |
TimeCreated |
TimeUpdated |
Type |
Modifier and Type | Method and Description |
---|---|
static ListTranslatorsRequest.SortBy |
create(String key) |
String |
getValue() |
static ListTranslatorsRequest.SortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListTranslatorsRequest.SortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListTranslatorsRequest.SortBy TimeCreated
public static final ListTranslatorsRequest.SortBy TimeUpdated
public static final ListTranslatorsRequest.SortBy Name
public static final ListTranslatorsRequest.SortBy Type
public static ListTranslatorsRequest.SortBy[] values()
for (ListTranslatorsRequest.SortBy c : ListTranslatorsRequest.SortBy.values()) System.out.println(c);
public static ListTranslatorsRequest.SortBy valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ListTranslatorsRequest.SortBy create(String key)
Copyright © 2016–2024. All rights reserved.