Package | Description |
---|---|
com.oracle.bmc.jmsjavadownloads.model |
Modifier and Type | Method and Description |
---|---|
static ChecksumType |
ChecksumType.create(String key) |
ChecksumType |
JavaDownloadReportSummary.getChecksumType()
The algorithm used for calculating the checksum.
|
ChecksumType |
JavaDownloadReport.getChecksumType()
The algorithm used for calculating the checksum.
|
static ChecksumType |
ChecksumType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChecksumType[] |
ChecksumType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JavaDownloadReportSummary.Builder |
JavaDownloadReportSummary.Builder.checksumType(ChecksumType checksumType)
The algorithm used for calculating the checksum.
|
JavaDownloadReport.Builder |
JavaDownloadReport.Builder.checksumType(ChecksumType checksumType)
The algorithm used for calculating the checksum.
|
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.
|
Copyright © 2016–2025. All rights reserved.