Uses of Class
com.oracle.bmc.fleetappsmanagement.model.SchemaDocument.SchemaVersion
-
Packages that use SchemaDocument.SchemaVersion Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of SchemaDocument.SchemaVersion in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return SchemaDocument.SchemaVersion Modifier and Type Method Description static SchemaDocument.SchemaVersionSchemaDocument.SchemaVersion. create(String key)SchemaDocument.SchemaVersionSchemaDocument. getSchemaVersion()The version of the schema definition format in use for this document.static SchemaDocument.SchemaVersionSchemaDocument.SchemaVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaDocument.SchemaVersion[]SchemaDocument.SchemaVersion. 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 SchemaDocument.SchemaVersion Modifier and Type Method Description SchemaDocument.BuilderSchemaDocument.Builder. schemaVersion(SchemaDocument.SchemaVersion schemaVersion)The version of the schema definition format in use for this document.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type SchemaDocument.SchemaVersion Constructor Description SchemaDocument(String title, String description, String stackDescription, String packageVersion, String version, SchemaDocument.SchemaVersion schemaVersion, SchemaDocument.Locale locale, String logoUrl, StackSource source, String informationalText, String instructions, String troubleshooting, Boolean canAllowViewState, Map<String,BaseVariable> variables, VariableGroups groupings, List<VariableGroup> variableGroups, Map<String,BaseOutput> outputs, List<OutputGroup> outputGroups, String primaryOutputButton)Deprecated.
-