public static enum ListResourceProfilesRequest.SortBy extends Enum<ListResourceProfilesRequest.SortBy> implements BmcEnum
The field to sort resource profiles. Only one sort order may be provided. Default order for timeLastDetected is descending. If no value is specified timeLastDetected is default.
Enum Constant and Description |
---|
DisplayName |
RiskScore |
RiskScoreGrowth |
SightingsCount |
TimeFirstDetected |
TimeLastDetected |
Type |
Modifier and Type | Method and Description |
---|---|
static ListResourceProfilesRequest.SortBy |
create(String key) |
String |
getValue() |
static ListResourceProfilesRequest.SortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListResourceProfilesRequest.SortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListResourceProfilesRequest.SortBy RiskScore
public static final ListResourceProfilesRequest.SortBy RiskScoreGrowth
public static final ListResourceProfilesRequest.SortBy TimeFirstDetected
public static final ListResourceProfilesRequest.SortBy TimeLastDetected
public static final ListResourceProfilesRequest.SortBy SightingsCount
public static final ListResourceProfilesRequest.SortBy DisplayName
public static final ListResourceProfilesRequest.SortBy Type
public static ListResourceProfilesRequest.SortBy[] values()
for (ListResourceProfilesRequest.SortBy c : ListResourceProfilesRequest.SortBy.values()) System.out.println(c);
public static ListResourceProfilesRequest.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 ListResourceProfilesRequest.SortBy create(String key)
Copyright © 2016–2023. All rights reserved.