public static enum ListStorageWorkRequestsRequest.SortBy extends Enum<ListStorageWorkRequestsRequest.SortBy> implements BmcEnum
This is the query parameter of which field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending. If no value is specified timeAccepted is default.
Enum Constant and Description |
---|
TimeAccepted |
TimeExpires |
TimeFinished |
Modifier and Type | Method and Description |
---|---|
static ListStorageWorkRequestsRequest.SortBy |
create(String key) |
String |
getValue() |
static ListStorageWorkRequestsRequest.SortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListStorageWorkRequestsRequest.SortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListStorageWorkRequestsRequest.SortBy TimeAccepted
public static final ListStorageWorkRequestsRequest.SortBy TimeExpires
public static final ListStorageWorkRequestsRequest.SortBy TimeFinished
public static ListStorageWorkRequestsRequest.SortBy[] values()
for (ListStorageWorkRequestsRequest.SortBy c : ListStorageWorkRequestsRequest.SortBy.values()) System.out.println(c);
public static ListStorageWorkRequestsRequest.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 ListStorageWorkRequestsRequest.SortBy create(String key)
Copyright © 2016–2024. All rights reserved.