Uses of Class
com.oracle.bmc.capacitymanagement.model.MetadataDetails.FormatVersion
-
Packages that use MetadataDetails.FormatVersion Package Description com.oracle.bmc.capacitymanagement.model -
-
Uses of MetadataDetails.FormatVersion in com.oracle.bmc.capacitymanagement.model
Methods in com.oracle.bmc.capacitymanagement.model that return MetadataDetails.FormatVersion Modifier and Type Method Description static MetadataDetails.FormatVersion
MetadataDetails.FormatVersion. create(String key)
MetadataDetails.FormatVersion
MetadataDetails. getFormatVersion()
The version for the format of the catalog file being uploaded.static MetadataDetails.FormatVersion
MetadataDetails.FormatVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static MetadataDetails.FormatVersion[]
MetadataDetails.FormatVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.capacitymanagement.model with parameters of type MetadataDetails.FormatVersion Modifier and Type Method Description MetadataDetails.Builder
MetadataDetails.Builder. formatVersion(MetadataDetails.FormatVersion formatVersion)
The version for the format of the catalog file being uploaded.Constructors in com.oracle.bmc.capacitymanagement.model with parameters of type MetadataDetails.FormatVersion Constructor Description MetadataDetails(MetadataDetails.FormatVersion formatVersion)
Deprecated.
-