static SchemaDocument.Builder |
SchemaDocument.builder() |
Create a new builder.
|
SchemaDocument.Builder |
SchemaDocument.Builder.canAllowViewState(Boolean canAllowViewState) |
Indicates if the stack allows users to view state information.
|
SchemaDocument.Builder |
SchemaDocument.Builder.copy(SchemaDocument model) |
|
SchemaDocument.Builder |
SchemaDocument.Builder.description(String description) |
A detailed description of the stack or schema.
|
SchemaDocument.Builder |
SchemaDocument.Builder.groupings(VariableGroups groupings) |
|
SchemaDocument.Builder |
SchemaDocument.Builder.informationalText(String informationalText) |
Informational text or notes relevant to the stack or its use.
|
SchemaDocument.Builder |
SchemaDocument.Builder.instructions(String instructions) |
Setup or usage instructions for this stack.
|
SchemaDocument.Builder |
SchemaDocument.Builder.locale(SchemaDocument.Locale locale) |
The locale/language for the schema user interface (default is EN).
|
SchemaDocument.Builder |
SchemaDocument.Builder.logoUrl(String logoUrl) |
logo url.
|
SchemaDocument.Builder |
SchemaDocument.Builder.outputGroups(List<OutputGroup> outputGroups) |
Array of output group objects to group outputs for display or logical purposes.
|
SchemaDocument.Builder |
SchemaDocument.Builder.outputs(Map<String,BaseOutput> outputs) |
A mapping of output variable names to their definitions.
|
SchemaDocument.Builder |
SchemaDocument.Builder.packageVersion(String packageVersion) |
The version of the package associated with this schema.
|
SchemaDocument.Builder |
SchemaDocument.Builder.primaryOutputButton(String primaryOutputButton) |
primary output button value.
|
SchemaDocument.Builder |
SchemaDocument.Builder.schemaVersion(SchemaDocument.SchemaVersion schemaVersion) |
The version of the schema definition format in use for this document.
|
SchemaDocument.Builder |
SchemaDocument.Builder.source(StackSource source) |
|
SchemaDocument.Builder |
SchemaDocument.Builder.stackDescription(String stackDescription) |
Additional details describing the stack’s purpose or use-case.
|
SchemaDocument.Builder |
SchemaDocument.Builder.title(String title) |
The display name or title for this schema document.
|
SchemaDocument.Builder |
SchemaDocument.toBuilder() |
|
SchemaDocument.Builder |
SchemaDocument.Builder.troubleshooting(String troubleshooting) |
Troubleshooting tips, guidance, or steps for stack usage.
|
SchemaDocument.Builder |
SchemaDocument.Builder.variableGroups(List<VariableGroup> variableGroups) |
An array of variable group definitions for organizing variables together.
|
SchemaDocument.Builder |
SchemaDocument.Builder.variables(Map<String,BaseVariable> variables) |
Key-value map of input variables defined for use by the stack.
|
SchemaDocument.Builder |
SchemaDocument.Builder.version(String version) |
The version identifier for this schema document.
|