UpdateJavaLicenseAcceptanceRecordDetails

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

Bases: object

The attributes for updating a Java license acceptance record.

Attributes

LICENSE_ACCEPTANCE_STATUS_ACCEPTED A constant which can be used with the license_acceptance_status property of a UpdateJavaLicenseAcceptanceRecordDetails.
LICENSE_ACCEPTANCE_STATUS_REVOKED A constant which can be used with the license_acceptance_status property of a UpdateJavaLicenseAcceptanceRecordDetails.
license_acceptance_status [Required] Gets the license_acceptance_status of this UpdateJavaLicenseAcceptanceRecordDetails.

Methods

__init__(**kwargs) Initializes a new UpdateJavaLicenseAcceptanceRecordDetails object with values from keyword arguments.
LICENSE_ACCEPTANCE_STATUS_ACCEPTED = 'ACCEPTED'

A constant which can be used with the license_acceptance_status property of a UpdateJavaLicenseAcceptanceRecordDetails. This constant has a value of “ACCEPTED”

LICENSE_ACCEPTANCE_STATUS_REVOKED = 'REVOKED'

A constant which can be used with the license_acceptance_status property of a UpdateJavaLicenseAcceptanceRecordDetails. This constant has a value of “REVOKED”

__init__(**kwargs)

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

Parameters:license_acceptance_status (str) – The value to assign to the license_acceptance_status property of this UpdateJavaLicenseAcceptanceRecordDetails. Allowed values for this property are: “ACCEPTED”, “REVOKED”
license_acceptance_status

[Required] Gets the license_acceptance_status of this UpdateJavaLicenseAcceptanceRecordDetails. Status of license acceptance.

Allowed values for this property are: “ACCEPTED”, “REVOKED”

Returns:The license_acceptance_status of this UpdateJavaLicenseAcceptanceRecordDetails.
Return type:str