Uses of Class
com.oracle.bmc.jmsjavadownloads.model.JavaDownloadCountAggregationType
-
Packages that use JavaDownloadCountAggregationType Package Description com.oracle.bmc.jmsjavadownloads.model -
-
Uses of JavaDownloadCountAggregationType in com.oracle.bmc.jmsjavadownloads.model
Methods in com.oracle.bmc.jmsjavadownloads.model that return JavaDownloadCountAggregationType Modifier and Type Method Description static JavaDownloadCountAggregationType
JavaDownloadCountAggregationType. create(String key)
JavaDownloadCountAggregationType
JavaDownloadCountAggregationCollection. getAggregationType()
Aggregation typeJavaDownloadCountAggregationType
RequestSummarizedJavaDownloadCountsDetails. getGroupAs()
The property that specifies the aggregation type for the download counts.static JavaDownloadCountAggregationType
JavaDownloadCountAggregationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static JavaDownloadCountAggregationType[]
JavaDownloadCountAggregationType. 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 JavaDownloadCountAggregationType Modifier and Type Method Description JavaDownloadCountAggregationCollection.Builder
JavaDownloadCountAggregationCollection.Builder. aggregationType(JavaDownloadCountAggregationType aggregationType)
Aggregation typeRequestSummarizedJavaDownloadCountsDetails.Builder
RequestSummarizedJavaDownloadCountsDetails.Builder. groupAs(JavaDownloadCountAggregationType groupAs)
The property that specifies the aggregation type for the download counts.Constructors in com.oracle.bmc.jmsjavadownloads.model with parameters of type JavaDownloadCountAggregationType Constructor Description JavaDownloadCountAggregationCollection(JavaDownloadCountAggregationType aggregationType, List<JavaDownloadCountAggregation> items)
Deprecated.RequestSummarizedJavaDownloadCountsDetails(String compartmentId, JavaDownloadCountAggregationType groupAs, String familyVersion, String releaseVersion, Date timeStart, Date timeEnd, AggregationSortBy sortBy, SortOrder sortOrder, Integer limit, String page)
Deprecated.
-