Interface ApicurioRegistrySpecConfigurationDataSourceFluent<A extends ApicurioRegistrySpecConfigurationDataSourceFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ApicurioRegistrySpecConfigurationSqlFluent.DataSourceNested<N>
- All Known Implementing Classes:
ApicurioRegistrySpecConfigurationDataSourceBuilder,ApicurioRegistrySpecConfigurationDataSourceFluentImpl,ApicurioRegistrySpecConfigurationSqlFluentImpl.DataSourceNestedImpl
public interface ApicurioRegistrySpecConfigurationDataSourceFluent<A extends ApicurioRegistrySpecConfigurationDataSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetPassword()StringgetUrl()StringgetUsername()BooleanhasPassword()BooleanhasUrl()BooleanhasUsername()AwithNewPassword(String original)Deprecated.AwithNewUrl(String original)Deprecated.AwithNewUsername(String original)Deprecated.AwithPassword(String password)AwithUrl(String url)AwithUsername(String username)
-
-
-
Method Detail
-
getUrl
String getUrl()
-
hasUrl
Boolean hasUrl()
-
withNewUrl
@Deprecated A withNewUrl(String original)
Deprecated.
-
getUsername
String getUsername()
-
hasUsername
Boolean hasUsername()
-
withNewUsername
@Deprecated A withNewUsername(String original)
Deprecated.
-
getPassword
String getPassword()
-
hasPassword
Boolean hasPassword()
-
withNewPassword
@Deprecated A withNewPassword(String original)
Deprecated.
-
-