public static enum ListStagesRequest.SortBy extends Enum<ListStagesRequest.SortBy> implements BmcEnum
The field used to sort Stages. Only one sort order is allowed. Default order for status is the following sequence: CREATED, IN_PROGRESS, SUCCEEDED, FAILED, CANCELING, and CANCELED. Default order for timeCreated is descending. Default order for timeFinished is descending. Default order for timeStarted is descending. Default order for type is the following sequence: DETECT, RECOMMEND, VERIFY, and APPLY.
Enum Constant and Description |
---|
Status |
TimeCreated |
TimeFinished |
TimeStarted |
Type |
Modifier and Type | Method and Description |
---|---|
static ListStagesRequest.SortBy |
create(String key) |
String |
getValue() |
static ListStagesRequest.SortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListStagesRequest.SortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListStagesRequest.SortBy Status
public static final ListStagesRequest.SortBy TimeCreated
public static final ListStagesRequest.SortBy TimeFinished
public static final ListStagesRequest.SortBy TimeStarted
public static final ListStagesRequest.SortBy Type
public static ListStagesRequest.SortBy[] values()
for (ListStagesRequest.SortBy c : ListStagesRequest.SortBy.values()) System.out.println(c);
public static ListStagesRequest.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 ListStagesRequest.SortBy create(String key)
Copyright © 2016–2024. All rights reserved.