Enum SummarizeAnnotationAnalyticsRequest.SortBy
- java.lang.Object
-
- java.lang.Enum<SummarizeAnnotationAnalyticsRequest.SortBy>
-
- com.oracle.bmc.datalabelingservicedataplane.requests.SummarizeAnnotationAnalyticsRequest.SortBy
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<SummarizeAnnotationAnalyticsRequest.SortBy>
- Enclosing class:
- SummarizeAnnotationAnalyticsRequest
public static enum SummarizeAnnotationAnalyticsRequest.SortBy extends Enum<SummarizeAnnotationAnalyticsRequest.SortBy> implements BmcEnum
The field to sort by.Only one sort order may be provided. The default order is descending. If no value is specified, updatedBy is used by default.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SummarizeAnnotationAnalyticsRequest.SortBy
create(String key)
String
getValue()
static SummarizeAnnotationAnalyticsRequest.SortBy
valueOf(String name)
Returns the enum constant of this type with the specified name.static SummarizeAnnotationAnalyticsRequest.SortBy[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Count
public static final SummarizeAnnotationAnalyticsRequest.SortBy Count
-
Label
public static final SummarizeAnnotationAnalyticsRequest.SortBy Label
-
UpdatedBy
public static final SummarizeAnnotationAnalyticsRequest.SortBy UpdatedBy
-
-
Method Detail
-
values
public static SummarizeAnnotationAnalyticsRequest.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 (SummarizeAnnotationAnalyticsRequest.SortBy c : SummarizeAnnotationAnalyticsRequest.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 SummarizeAnnotationAnalyticsRequest.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 SummarizeAnnotationAnalyticsRequest.SortBy create(String key)
-
-