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 JavaDownloadCountAggregationTypeJavaDownloadCountAggregationType. create(String key)JavaDownloadCountAggregationTypeJavaDownloadCountAggregationCollection. getAggregationType()Aggregation typeJavaDownloadCountAggregationTypeRequestSummarizedJavaDownloadCountsDetails. getGroupAs()The property that specifies the aggregation type for the download counts.static JavaDownloadCountAggregationTypeJavaDownloadCountAggregationType. 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.BuilderJavaDownloadCountAggregationCollection.Builder. aggregationType(JavaDownloadCountAggregationType aggregationType)Aggregation typeRequestSummarizedJavaDownloadCountsDetails.BuilderRequestSummarizedJavaDownloadCountsDetails.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.
-