public static enum ListMetaSourceTypesRequest.SortBy extends Enum<ListMetaSourceTypesRequest.SortBy> implements BmcEnum
The attribute used to sort the returned items
Enum Constant and Description |
---|
Name |
Modifier and Type | Method and Description |
---|---|
static ListMetaSourceTypesRequest.SortBy |
create(String key) |
String |
getValue() |
static ListMetaSourceTypesRequest.SortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListMetaSourceTypesRequest.SortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListMetaSourceTypesRequest.SortBy Name
public static ListMetaSourceTypesRequest.SortBy[] values()
for (ListMetaSourceTypesRequest.SortBy c : ListMetaSourceTypesRequest.SortBy.values()) System.out.println(c);
public static ListMetaSourceTypesRequest.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 ListMetaSourceTypesRequest.SortBy create(String key)
Copyright © 2016–2023. All rights reserved.