Uses of Class
com.oracle.bmc.jmsjavadownloads.model.TokenLifecycleDetails
-
Packages that use TokenLifecycleDetails Package Description com.oracle.bmc.jmsjavadownloads.model -
-
Uses of TokenLifecycleDetails in com.oracle.bmc.jmsjavadownloads.model
Methods in com.oracle.bmc.jmsjavadownloads.model that return TokenLifecycleDetails Modifier and Type Method Description static TokenLifecycleDetails
TokenLifecycleDetails. create(String key)
TokenLifecycleDetails
JavaDownloadToken. getLifecycleDetails()
Possible lifecycle substates.TokenLifecycleDetails
JavaDownloadTokenSummary. getLifecycleDetails()
Possible lifecycle substates.static TokenLifecycleDetails
TokenLifecycleDetails. valueOf(String name)
Returns the enum constant of this type with the specified name.static TokenLifecycleDetails[]
TokenLifecycleDetails. 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 TokenLifecycleDetails Modifier and Type Method Description JavaDownloadToken.Builder
JavaDownloadToken.Builder. lifecycleDetails(TokenLifecycleDetails lifecycleDetails)
Possible lifecycle substates.JavaDownloadTokenSummary.Builder
JavaDownloadTokenSummary.Builder. lifecycleDetails(TokenLifecycleDetails lifecycleDetails)
Possible lifecycle substates.Constructors in com.oracle.bmc.jmsjavadownloads.model with parameters of type TokenLifecycleDetails Constructor Description 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.
-