ProviderConfigurationBuilder |
ProviderConfigurationBuilder.ProviderConfigPropertyBuilder.add()
Add the current property, and start building the next one
|
static ProviderConfigurationBuilder |
ProviderConfigurationBuilder.create() |
ProviderConfigurationBuilder |
ProviderConfigurationBuilder.property(ProviderConfigProperty property) |
ProviderConfigurationBuilder |
ProviderConfigurationBuilder.property(String name,
String label,
String helpText,
String type,
Object defaultValue,
List<String> options) |
ProviderConfigurationBuilder |
ProviderConfigurationBuilder.property(String name,
String label,
String helpText,
String type,
Object defaultValue,
List<String> options,
boolean secret) |