Package com.oracle.bmc.datasafe.requests
Enum ListTargetAlertPolicyAssociationsRequest.SortBy
- java.lang.Object
-
- java.lang.Enum<ListTargetAlertPolicyAssociationsRequest.SortBy>
-
- com.oracle.bmc.datasafe.requests.ListTargetAlertPolicyAssociationsRequest.SortBy
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<ListTargetAlertPolicyAssociationsRequest.SortBy>
- Enclosing class:
- ListTargetAlertPolicyAssociationsRequest
public static enum ListTargetAlertPolicyAssociationsRequest.SortBy extends Enum<ListTargetAlertPolicyAssociationsRequest.SortBy> implements BmcEnum
The field to sort by.Only one sort parameter may be provided.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DisplaynameTimecreatedTimeupdated
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListTargetAlertPolicyAssociationsRequest.SortBycreate(String key)StringgetValue()static ListTargetAlertPolicyAssociationsRequest.SortByvalueOf(String name)Returns the enum constant of this type with the specified name.static ListTargetAlertPolicyAssociationsRequest.SortBy[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Displayname
public static final ListTargetAlertPolicyAssociationsRequest.SortBy Displayname
-
Timecreated
public static final ListTargetAlertPolicyAssociationsRequest.SortBy Timecreated
-
Timeupdated
public static final ListTargetAlertPolicyAssociationsRequest.SortBy Timeupdated
-
-
Method Detail
-
values
public static ListTargetAlertPolicyAssociationsRequest.SortBy[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ListTargetAlertPolicyAssociationsRequest.SortBy c : ListTargetAlertPolicyAssociationsRequest.SortBy.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListTargetAlertPolicyAssociationsRequest.SortBy valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
create
public static ListTargetAlertPolicyAssociationsRequest.SortBy create(String key)
-
-