public static final class CommandTypes.Info.Builder extends Object
CommandTypes.Info.| Constructor and Description |
|---|
CommandTypes.Info.Builder(CommandTypes.Identity identity,
String description,
String serviceId,
String operationId,
List<CommandTypes.OptionInfo> options,
List<CommandTypes.OutputInfo> outputFieldList)
Constructor with parameters for the required properties of
CommandTypes.Info. |
| Modifier and Type | Method and Description |
|---|---|
CommandTypes.Info |
build() |
CommandTypes.Info.Builder |
setFormatter(CommandTypes.FormatterType formatter)
The formatter to use when displaying the output of this command.
|
public CommandTypes.Info.Builder(CommandTypes.Identity identity, String description, String serviceId, String operationId, List<CommandTypes.OptionInfo> options, List<CommandTypes.OutputInfo> outputFieldList)
CommandTypes.Info.public CommandTypes.Info.Builder setFormatter(CommandTypes.FormatterType formatter)
formatter - New value for the property.public CommandTypes.Info build()
Copyright © 2016. All Rights Reserved.