public interface CamelArtifactExclusionFluent<A extends CamelArtifactExclusionFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getGroupId() |
Boolean |
hasArtifactId() |
Boolean |
hasGroupId() |
A |
withArtifactId(String artifactId) |
A |
withGroupId(String groupId) |
A |
withNewArtifactId(String arg0)
Deprecated.
|
A |
withNewGroupId(String arg0)
Deprecated.
|
String getArtifactId()
Boolean hasArtifactId()
@Deprecated A withNewArtifactId(String arg0)
String getGroupId()
Boolean hasGroupId()
@Deprecated A withNewGroupId(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.