Uses of Class
com.oracle.bmc.jmsjavadownloads.model.LifecycleState
-
Packages that use LifecycleState Package Description com.oracle.bmc.jmsjavadownloads com.oracle.bmc.jmsjavadownloads.model com.oracle.bmc.jmsjavadownloads.requests -
-
Uses of LifecycleState in com.oracle.bmc.jmsjavadownloads
-
Uses of LifecycleState in com.oracle.bmc.jmsjavadownloads.model
Methods in com.oracle.bmc.jmsjavadownloads.model that return LifecycleState Modifier and Type Method Description static LifecycleState
LifecycleState. create(String key)
LifecycleState
JavaDownloadReport. getLifecycleState()
The current state of the Java download report.LifecycleState
JavaDownloadReportSummary. getLifecycleState()
The current state of the Java download report.LifecycleState
JavaDownloadToken. getLifecycleState()
The current state of the JavaDownloadToken.LifecycleState
JavaDownloadTokenSummary. getLifecycleState()
The current state of the JavaDownloadToken.LifecycleState
JavaLicenseAcceptanceRecord. getLifecycleState()
The current state of the JavaLicenseAcceptanceRecord.LifecycleState
JavaLicenseAcceptanceRecordSummary. getLifecycleState()
The current state of the JavaLicenseAcceptanceRecord.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.Methods in com.oracle.bmc.jmsjavadownloads.model with parameters of type LifecycleState Modifier and Type Method Description JavaDownloadReport.Builder
JavaDownloadReport.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the Java download report.JavaDownloadReportSummary.Builder
JavaDownloadReportSummary.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the Java download report.JavaDownloadToken.Builder
JavaDownloadToken.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the JavaDownloadToken.JavaDownloadTokenSummary.Builder
JavaDownloadTokenSummary.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the JavaDownloadToken.JavaLicenseAcceptanceRecord.Builder
JavaLicenseAcceptanceRecord.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the JavaLicenseAcceptanceRecord.JavaLicenseAcceptanceRecordSummary.Builder
JavaLicenseAcceptanceRecordSummary.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the JavaLicenseAcceptanceRecord.Constructors in com.oracle.bmc.jmsjavadownloads.model with parameters of type LifecycleState 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.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. -
Uses of LifecycleState in com.oracle.bmc.jmsjavadownloads.requests
Methods in com.oracle.bmc.jmsjavadownloads.requests that return LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.jmsjavadownloads.requests with parameters of type LifecycleState Modifier and Type Method 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.
-