-
public final class ConnectorTypeConfigurationFieldCustom parameter for a ConnectorTypeConfiguration.
-
-
Constructor Summary
Constructors Constructor Description ConnectorTypeConfigurationField(String label, String key, Boolean mandatory)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Booleancomponent3()final ConnectorTypeConfigurationFieldcopy(String label, String key, Boolean mandatory)final StringgetLabel()The label displayed in the admin interface. final StringgetKey()The technical key of the parameter. final BooleangetMandatory()Is the parameter is mandatory? -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final Boolean component3()
-
copy
final ConnectorTypeConfigurationField copy(String label, String key, Boolean mandatory)
-
getMandatory
final Boolean getMandatory()
Is the parameter is mandatory?
-
-
-
-