Uses of Class
com.oracle.bmc.jmsjavadownloads.model.AggregationSortBy
-
Packages that use AggregationSortBy Package Description com.oracle.bmc.jmsjavadownloads.model -
-
Uses of AggregationSortBy in com.oracle.bmc.jmsjavadownloads.model
Methods in com.oracle.bmc.jmsjavadownloads.model that return AggregationSortBy Modifier and Type Method Description static AggregationSortByAggregationSortBy. create(String key)AggregationSortByRequestSummarizedJavaDownloadCountsDetails. getSortBy()The property to be used for sorting the aggregated report.static AggregationSortByAggregationSortBy. 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.Methods in com.oracle.bmc.jmsjavadownloads.model with parameters of type AggregationSortBy Modifier and Type Method Description RequestSummarizedJavaDownloadCountsDetails.BuilderRequestSummarizedJavaDownloadCountsDetails.Builder. sortBy(AggregationSortBy sortBy)The property to be used for sorting the aggregated report.Constructors in com.oracle.bmc.jmsjavadownloads.model with parameters of type AggregationSortBy Constructor Description RequestSummarizedJavaDownloadCountsDetails(String compartmentId, JavaDownloadCountAggregationType groupAs, String familyVersion, String releaseVersion, Date timeStart, Date timeEnd, AggregationSortBy sortBy, SortOrder sortOrder, Integer limit, String page)Deprecated.
-