Enum SearchMonitoredResourceMembersRequest.SortBy
- java.lang.Object
-
- java.lang.Enum<SearchMonitoredResourceMembersRequest.SortBy>
-
- com.oracle.bmc.stackmonitoring.requests.SearchMonitoredResourceMembersRequest.SortBy
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<SearchMonitoredResourceMembersRequest.SortBy>
- Enclosing class:
- SearchMonitoredResourceMembersRequest
public static enum SearchMonitoredResourceMembersRequest.SortBy extends Enum<SearchMonitoredResourceMembersRequest.SortBy> implements BmcEnum
If this query parameter is specified, the result is sorted by this query parameter value.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ResourceName
ResourceType
SourceResourceType
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SearchMonitoredResourceMembersRequest.SortBy
create(String key)
String
getValue()
static SearchMonitoredResourceMembersRequest.SortBy
valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchMonitoredResourceMembersRequest.SortBy[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ResourceName
public static final SearchMonitoredResourceMembersRequest.SortBy ResourceName
-
ResourceType
public static final SearchMonitoredResourceMembersRequest.SortBy ResourceType
-
SourceResourceType
public static final SearchMonitoredResourceMembersRequest.SortBy SourceResourceType
-
-
Method Detail
-
values
public static SearchMonitoredResourceMembersRequest.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 (SearchMonitoredResourceMembersRequest.SortBy c : SearchMonitoredResourceMembersRequest.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 SearchMonitoredResourceMembersRequest.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 SearchMonitoredResourceMembersRequest.SortBy create(String key)
-
-