public static enum ListAddressListsRequest.SortBy extends Enum<ListAddressListsRequest.SortBy> implements BmcEnum
The value by which address lists are sorted in a paginated ‘List’ call. If unspecified,
defaults to timeCreated
.
Enum Constant and Description |
---|
Id |
Name |
TimeCreated |
Modifier and Type | Method and Description |
---|---|
static ListAddressListsRequest.SortBy |
create(String key) |
String |
getValue() |
static ListAddressListsRequest.SortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListAddressListsRequest.SortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListAddressListsRequest.SortBy Id
public static final ListAddressListsRequest.SortBy Name
public static final ListAddressListsRequest.SortBy TimeCreated
public static ListAddressListsRequest.SortBy[] values()
for (ListAddressListsRequest.SortBy c : ListAddressListsRequest.SortBy.values()) System.out.println(c);
public static ListAddressListsRequest.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 ListAddressListsRequest.SortBy create(String key)
Copyright © 2016–2024. All rights reserved.