Uses of Class
com.oracle.bmc.jmsjavadownloads.model.ChecksumType
-
Packages that use ChecksumType Package Description com.oracle.bmc.jmsjavadownloads.model -
-
Uses of ChecksumType in com.oracle.bmc.jmsjavadownloads.model
Methods in com.oracle.bmc.jmsjavadownloads.model that return ChecksumType Modifier and Type Method Description static ChecksumType
ChecksumType. create(String key)
ChecksumType
JavaDownloadReport. getChecksumType()
The algorithm used for calculating the checksum.ChecksumType
JavaDownloadReportSummary. 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.Methods in com.oracle.bmc.jmsjavadownloads.model with parameters of type ChecksumType Modifier and Type Method Description JavaDownloadReport.Builder
JavaDownloadReport.Builder. checksumType(ChecksumType checksumType)
The algorithm used for calculating the checksum.JavaDownloadReportSummary.Builder
JavaDownloadReportSummary.Builder. checksumType(ChecksumType checksumType)
The algorithm used for calculating the checksum.Constructors in com.oracle.bmc.jmsjavadownloads.model with parameters of type ChecksumType Constructor 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.
-