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