Package | Description |
---|---|
com.oracle.bmc.jmsjavadownloads.model |
Modifier and Type | Method and Description |
---|---|
Principal |
Principal.Builder.build() |
Principal |
JavaDownloadReportSummary.getCreatedBy() |
Principal |
JavaDownloadTokenSummary.getCreatedBy() |
Principal |
JavaDownloadReport.getCreatedBy() |
Principal |
JavaLicenseAcceptanceRecordSummary.getCreatedBy() |
Principal |
JavaLicenseAcceptanceRecord.getCreatedBy() |
Principal |
JavaDownloadToken.getCreatedBy() |
Principal |
JavaDownloadTokenSummary.getLastUpdatedBy() |
Principal |
JavaLicenseAcceptanceRecordSummary.getLastUpdatedBy() |
Principal |
JavaLicenseAcceptanceRecord.getLastUpdatedBy() |
Principal |
JavaDownloadToken.getLastUpdatedBy() |
Constructor and Description |
---|
JavaDownloadReport(String id,
String displayName,
JavaDownloadReportFormat format,
Long fileSizeInBytes,
ChecksumType checksumType,
String checksumValue,
String compartmentId,
Principal createdBy,
Date timeCreated,
Date timeStart,
Date timeEnd,
JavaDownloadRecordSortBy sortBy,
SortOrder sortOrder,
LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
JavaDownloadReportSummary(String id,
String displayName,
JavaDownloadReportFormat format,
Long fileSizeInBytes,
ChecksumType checksumType,
String checksumValue,
String compartmentId,
Principal createdBy,
Date timeCreated,
Date timeStart,
Date timeEnd,
JavaDownloadRecordSortBy sortBy,
SortOrder sortOrder,
LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
JavaDownloadToken(String id,
String displayName,
String compartmentId,
Principal createdBy,
Principal lastUpdatedBy,
String description,
String value,
Date timeCreated,
Date timeUpdated,
Date timeLastUsed,
Date timeExpires,
String javaVersion,
List<LicenseType> licenseType,
Boolean isDefault,
LifecycleState lifecycleState,
TokenLifecycleDetails lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
JavaDownloadTokenSummary(String id,
String displayName,
String compartmentId,
Principal createdBy,
Principal lastUpdatedBy,
String description,
String value,
Date timeCreated,
Date timeUpdated,
Date timeLastUsed,
Date timeExpires,
String javaVersion,
List<LicenseType> licenseType,
Boolean isDefault,
LifecycleState lifecycleState,
TokenLifecycleDetails lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
JavaLicenseAcceptanceRecord(String id,
LicenseAcceptanceStatus licenseAcceptanceStatus,
String compartmentId,
LicenseType licenseType,
Principal createdBy,
Principal lastUpdatedBy,
Date timeAccepted,
Date timeLastUpdated,
LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
JavaLicenseAcceptanceRecordSummary(String id,
LicenseAcceptanceStatus licenseAcceptanceStatus,
String compartmentId,
LicenseType licenseType,
Principal createdBy,
Principal lastUpdatedBy,
Date timeAccepted,
Date timeLastUpdated,
LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.