public static enum ListLookupsRequest.SortBy extends Enum<ListLookupsRequest.SortBy>
sort by field
| Enum Constant and Description |
|---|
CreationType |
DisplayName |
Status |
Type |
UpdatedTime |
| Modifier and Type | Method and Description |
|---|---|
static ListLookupsRequest.SortBy |
create(String key) |
String |
getValue() |
static ListLookupsRequest.SortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListLookupsRequest.SortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListLookupsRequest.SortBy DisplayName
public static final ListLookupsRequest.SortBy Status
public static final ListLookupsRequest.SortBy Type
public static final ListLookupsRequest.SortBy UpdatedTime
public static final ListLookupsRequest.SortBy CreationType
public static ListLookupsRequest.SortBy[] values()
for (ListLookupsRequest.SortBy c : ListLookupsRequest.SortBy.values()) System.out.println(c);
public static ListLookupsRequest.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 String getValue()
public static ListLookupsRequest.SortBy create(String key)
Copyright © 2016–2021. All rights reserved.