JavaLicenseCollection

class oci.jms_java_downloads.models.JavaLicenseCollection(**kwargs)

Bases: object

Collection of the Java license summary objects.

Methods

__init__(**kwargs) Initializes a new JavaLicenseCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this JavaLicenseCollection.
__init__(**kwargs)

Initializes a new JavaLicenseCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.jms_java_downloads.models.JavaLicenseSummary]) – The value to assign to the items property of this JavaLicenseCollection.
items

[Required] Gets the items of this JavaLicenseCollection. A list of JavaLicenseSummary objects.

Returns:The items of this JavaLicenseCollection.
Return type:list[oci.jms_java_downloads.models.JavaLicenseSummary]