Uses of Class
com.oracle.bmc.fleetappsmanagement.model.SchemaDocument.Locale
-
Packages that use SchemaDocument.Locale Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of SchemaDocument.Locale in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return SchemaDocument.Locale Modifier and Type Method Description static SchemaDocument.LocaleSchemaDocument.Locale. create(String key)SchemaDocument.LocaleSchemaDocument. getLocale()The locale/language for the schema user interface (default is EN).static SchemaDocument.LocaleSchemaDocument.Locale. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaDocument.Locale[]SchemaDocument.Locale. 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.Locale Modifier and Type Method Description SchemaDocument.BuilderSchemaDocument.Builder. locale(SchemaDocument.Locale locale)The locale/language for the schema user interface (default is EN).Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type SchemaDocument.Locale 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.
-