public static class CommandResultDefinition.Building<DataType> extends Object
Modifier and Type | Method and Description |
---|---|
CommandResultDefinition<DataType> |
build()
Complete construction and register the definition with the rest of the system.
|
CommandResultDefinition.Building<DataType> |
defaultValue(DataType defaultValue)
Set the default value for this result.
|
CommandResultDefinition.Building<DataType> |
description(String description)
Sets the description for this result.
|
public CommandResultDefinition.Building<DataType> description(String description)
public CommandResultDefinition.Building<DataType> defaultValue(DataType defaultValue)
public CommandResultDefinition<DataType> build()
Copyright © 2023 Liquibase.org. All rights reserved.