Package | Description |
---|---|
com.oracle.bmc.jmsjavadownloads | |
com.oracle.bmc.jmsjavadownloads.model | |
com.oracle.bmc.jmsjavadownloads.requests |
Modifier and Type | Method and Description |
---|---|
static LifecycleState |
LifecycleState.create(String key) |
LifecycleState |
JavaDownloadReportSummary.getLifecycleState()
The current state of the Java download report.
|
LifecycleState |
JavaDownloadTokenSummary.getLifecycleState()
The current state of the JavaDownloadToken.
|
LifecycleState |
JavaDownloadReport.getLifecycleState()
The current state of the Java download report.
|
LifecycleState |
JavaLicenseAcceptanceRecordSummary.getLifecycleState()
The current state of the JavaLicenseAcceptanceRecord.
|
LifecycleState |
JavaLicenseAcceptanceRecord.getLifecycleState()
The current state of the JavaLicenseAcceptanceRecord.
|
LifecycleState |
JavaDownloadToken.getLifecycleState()
The current state of the JavaDownloadToken.
|
static LifecycleState |
LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleState[] |
LifecycleState.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.lifecycleState(LifecycleState lifecycleState)
The current state of the Java download report.
|
JavaDownloadTokenSummary.Builder |
JavaDownloadTokenSummary.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the JavaDownloadToken.
|
JavaDownloadReport.Builder |
JavaDownloadReport.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the Java download report.
|
JavaLicenseAcceptanceRecordSummary.Builder |
JavaLicenseAcceptanceRecordSummary.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the JavaLicenseAcceptanceRecord.
|
JavaLicenseAcceptanceRecord.Builder |
JavaLicenseAcceptanceRecord.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the JavaLicenseAcceptanceRecord.
|
JavaDownloadToken.Builder |
JavaDownloadToken.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the JavaDownloadToken.
|
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.
|
Modifier and Type | Method and Description |
---|---|
LifecycleState |
ListJavaDownloadReportsRequest.getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
LifecycleState |
ListJavaDownloadTokensRequest.getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListJavaDownloadReportsRequest.Builder |
ListJavaDownloadReportsRequest.Builder.lifecycleState(LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
ListJavaDownloadTokensRequest.Builder |
ListJavaDownloadTokensRequest.Builder.lifecycleState(LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.