| Modifier and Type | Method and Description |
|---|---|
ConnectivitySchemaBuilder.ConnectionParameterConfigurer |
ConnectivitySchemaBuilder.ConnectionParameterConfigurer.setMandatory(boolean mandatory)
Specifies whether the parameter is mandatory or not
|
ConnectivitySchemaBuilder.ConnectionParameterConfigurer |
ConnectivitySchemaBuilder.ConnectionParameterConfigurer.setPropertyTerm(String propertyTerm)
Specifies the parameter's property term.
|
ConnectivitySchemaBuilder.ConnectionParameterConfigurer |
ConnectivitySchemaBuilder.ConnectionParameterConfigurer.setRange(String range)
Specifies the parameter's range
|
| Modifier and Type | Method and Description |
|---|---|
ConnectivitySchemaBuilder.CustomRangeConfigurer |
ConnectivitySchemaBuilder.CustomRangeConfigurer.addParameter(String name,
Consumer<ConnectivitySchemaBuilder.ConnectionParameterConfigurer> configurerConsumer)
Adds a parameter into the range through the use of a
ConnectivitySchemaBuilder.ConnectionParameterConfigurer |
ConnectivitySchemaBuilder |
ConnectivitySchemaBuilder.withParameter(String name,
Consumer<ConnectivitySchemaBuilder.ConnectionParameterConfigurer> configurerConsumer)
Adds a parameter into the range through the use of a
ConnectivitySchemaBuilder.ConnectionParameterConfigurer |
| Modifier and Type | Method and Description |
|---|---|
ConnectivitySchemaBuilder |
DefaultConnectivitySchemaBuilder.withParameter(String name,
Consumer<ConnectivitySchemaBuilder.ConnectionParameterConfigurer> configurerConsumer)
Adds a parameter into the range through the use of a
ConnectivitySchemaBuilder.ConnectionParameterConfigurer |
Copyright © 2021. All rights reserved.