Uses of Class
com.oracle.bmc.fleetappsmanagement.model.PlatformSpecificArtifact.OsType
-
Packages that use PlatformSpecificArtifact.OsType Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of PlatformSpecificArtifact.OsType in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return PlatformSpecificArtifact.OsType Modifier and Type Method Description static PlatformSpecificArtifact.OsTypePlatformSpecificArtifact.OsType. create(String key)PlatformSpecificArtifact.OsTypePlatformSpecificArtifact. getOsType()The OS type the patch is applicable for.static PlatformSpecificArtifact.OsTypePlatformSpecificArtifact.OsType. valueOf(String name)Returns the enum constant of this type with the specified name.static PlatformSpecificArtifact.OsType[]PlatformSpecificArtifact.OsType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type PlatformSpecificArtifact.OsType Modifier and Type Method Description PlatformSpecificArtifact.BuilderPlatformSpecificArtifact.Builder. osType(PlatformSpecificArtifact.OsType osType)The OS type the patch is applicable for.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type PlatformSpecificArtifact.OsType Constructor Description PlatformSpecificArtifact(PatchFileContentDetails content, PlatformSpecificArtifact.OsType osType, PlatformSpecificArtifact.Architecture architecture)Deprecated.
-