public static class ForeignSourceConfigRestService.SimplePluginParameter extends Object
Modifier and Type | Field and Description |
---|---|
String |
key
The key.
|
List<String> |
options
The options.
|
Boolean |
required
The required.
|
Constructor and Description |
---|
SimplePluginParameter()
Instantiates a new simple plugin parameter.
|
SimplePluginParameter(String key,
Boolean required,
List<String> options)
Instantiates a new simple plugin parameter.
|
Copyright © 2021. All rights reserved.