JavaDownloadCountAggregationCollection¶
-
class
oci.jms_java_downloads.models.
JavaDownloadCountAggregationCollection
(**kwargs)¶ Bases:
object
Collection of download count aggregations.
Attributes
AGGREGATION_TYPE_JAVA_FAMILY
A constant which can be used with the aggregation_type property of a JavaDownloadCountAggregationCollection. AGGREGATION_TYPE_JAVA_RELEASE
A constant which can be used with the aggregation_type property of a JavaDownloadCountAggregationCollection. AGGREGATION_TYPE_PLATFORM
A constant which can be used with the aggregation_type property of a JavaDownloadCountAggregationCollection. aggregation_type
[Required] Gets the aggregation_type of this JavaDownloadCountAggregationCollection. items
[Required] Gets the items of this JavaDownloadCountAggregationCollection. Methods
__init__
(**kwargs)Initializes a new JavaDownloadCountAggregationCollection object with values from keyword arguments. -
AGGREGATION_TYPE_JAVA_FAMILY
= 'JAVA_FAMILY'¶ A constant which can be used with the aggregation_type property of a JavaDownloadCountAggregationCollection. This constant has a value of “JAVA_FAMILY”
-
AGGREGATION_TYPE_JAVA_RELEASE
= 'JAVA_RELEASE'¶ A constant which can be used with the aggregation_type property of a JavaDownloadCountAggregationCollection. This constant has a value of “JAVA_RELEASE”
-
AGGREGATION_TYPE_PLATFORM
= 'PLATFORM'¶ A constant which can be used with the aggregation_type property of a JavaDownloadCountAggregationCollection. This constant has a value of “PLATFORM”
-
__init__
(**kwargs)¶ Initializes a new JavaDownloadCountAggregationCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - aggregation_type (str) – The value to assign to the aggregation_type property of this JavaDownloadCountAggregationCollection. Allowed values for this property are: “JAVA_FAMILY”, “JAVA_RELEASE”, “PLATFORM”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- items (list[oci.jms_java_downloads.models.JavaDownloadCountAggregation]) – The value to assign to the items property of this JavaDownloadCountAggregationCollection.
-
aggregation_type
¶ [Required] Gets the aggregation_type of this JavaDownloadCountAggregationCollection. Aggregation type
Allowed values for this property are: “JAVA_FAMILY”, “JAVA_RELEASE”, “PLATFORM”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The aggregation_type of this JavaDownloadCountAggregationCollection. Return type: str
-
items
¶ [Required] Gets the items of this JavaDownloadCountAggregationCollection. A list of download count aggregations.
Returns: The items of this JavaDownloadCountAggregationCollection. Return type: list[oci.jms_java_downloads.models.JavaDownloadCountAggregation]
-