public static enum ListCustomProtectionRulesRequest.SortBy extends Enum<ListCustomProtectionRulesRequest.SortBy> implements BmcEnum
The value by which custom protection rules are sorted in a paginated ‘List’ call. If
unspecified, defaults to timeCreated
.
Enum Constant and Description |
---|
CompartmentId |
DisplayName |
Id |
ModSecurityRuleId |
TimeCreated |
Modifier and Type | Method and Description |
---|---|
static ListCustomProtectionRulesRequest.SortBy |
create(String key) |
String |
getValue() |
static ListCustomProtectionRulesRequest.SortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCustomProtectionRulesRequest.SortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCustomProtectionRulesRequest.SortBy Id
public static final ListCustomProtectionRulesRequest.SortBy CompartmentId
public static final ListCustomProtectionRulesRequest.SortBy DisplayName
public static final ListCustomProtectionRulesRequest.SortBy ModSecurityRuleId
public static final ListCustomProtectionRulesRequest.SortBy TimeCreated
public static ListCustomProtectionRulesRequest.SortBy[] values()
for (ListCustomProtectionRulesRequest.SortBy c : ListCustomProtectionRulesRequest.SortBy.values()) System.out.println(c);
public static ListCustomProtectionRulesRequest.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 ListCustomProtectionRulesRequest.SortBy create(String key)
Copyright © 2016–2024. All rights reserved.