public static enum ListAuthenticationProvidersRequest.SortBy extends Enum<ListAuthenticationProvidersRequest.SortBy> implements BmcEnum
Sort on this field. You can specify one sort order only. The default sort field is timeCreated
.
The default sort order for timeCreated
and timeUpdated
is descending. For
all other sort fields the default sort order is ascending.
Enum Constant and Description |
---|
IdentityProvider |
Name |
TimeCreated |
TimeUpdated |
Modifier and Type | Method and Description |
---|---|
static ListAuthenticationProvidersRequest.SortBy |
create(String key) |
String |
getValue() |
static ListAuthenticationProvidersRequest.SortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListAuthenticationProvidersRequest.SortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListAuthenticationProvidersRequest.SortBy TimeCreated
public static final ListAuthenticationProvidersRequest.SortBy TimeUpdated
public static final ListAuthenticationProvidersRequest.SortBy Name
public static final ListAuthenticationProvidersRequest.SortBy IdentityProvider
public static ListAuthenticationProvidersRequest.SortBy[] values()
for (ListAuthenticationProvidersRequest.SortBy c : ListAuthenticationProvidersRequest.SortBy.values()) System.out.println(c);
public static ListAuthenticationProvidersRequest.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 ListAuthenticationProvidersRequest.SortBy create(String key)
Copyright © 2016–2024. All rights reserved.