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