Package | Description |
---|---|
com.oracle.bmc.jmsjavadownloads.model |
Modifier and Type | Method and Description |
---|---|
static AggregationSortBy |
AggregationSortBy.create(String key) |
AggregationSortBy |
RequestSummarizedJavaDownloadCountsDetails.getSortBy()
The property to be used for sorting the aggregated report.
|
static AggregationSortBy |
AggregationSortBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationSortBy[] |
AggregationSortBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RequestSummarizedJavaDownloadCountsDetails.Builder |
RequestSummarizedJavaDownloadCountsDetails.Builder.sortBy(AggregationSortBy sortBy)
The property to be used for sorting the aggregated report.
|
Constructor and Description |
---|
RequestSummarizedJavaDownloadCountsDetails(String compartmentId,
JavaDownloadCountAggregationType groupAs,
String familyVersion,
String releaseVersion,
Date timeStart,
Date timeEnd,
AggregationSortBy sortBy,
SortOrder sortOrder,
Integer limit,
String page)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.