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.
-
-