Uses of Class
com.oracle.bmc.jmsjavadownloads.model.DownloadUrlType
-
Packages that use DownloadUrlType Package Description com.oracle.bmc.jmsjavadownloads.model -
-
Uses of DownloadUrlType in com.oracle.bmc.jmsjavadownloads.model
Methods in com.oracle.bmc.jmsjavadownloads.model that return DownloadUrlType Modifier and Type Method Description static DownloadUrlTypeDownloadUrlType. create(String key)DownloadUrlTypeDownloadUrl. getDownloadUrlType()The type of download URL.static DownloadUrlTypeDownloadUrlType. valueOf(String name)Returns the enum constant of this type with the specified name.static DownloadUrlType[]DownloadUrlType. 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 DownloadUrlType Modifier and Type Method Description DownloadUrl.BuilderDownloadUrl.Builder. downloadUrlType(DownloadUrlType downloadUrlType)The type of download URL.Constructors in com.oracle.bmc.jmsjavadownloads.model with parameters of type DownloadUrlType Constructor Description DownloadUrl(String downloadUrl, DownloadUrlType downloadUrlType)Deprecated.
-