Interface AppLinkFluent<A extends AppLinkFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ClusterServiceVersionSpecFluent.LinksNested<N>,ClusterServiceVersionSpecFluent.ProviderNested<N>
- All Known Implementing Classes:
AppLinkBuilder,AppLinkFluentImpl,ClusterServiceVersionSpecFluentImpl.LinksNestedImpl,ClusterServiceVersionSpecFluentImpl.ProviderNestedImpl
public interface AppLinkFluent<A extends AppLinkFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()StringgetUrl()BooleanhasName()BooleanhasUrl()AwithName(String name)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithNewUrl(String arg1)AwithNewUrl(StringBuffer arg1)AwithNewUrl(StringBuilder arg1)AwithUrl(String url)
-
-
-
Method Detail
-
getName
String getName()
-
hasName
Boolean hasName()
-
withNewName
A withNewName(StringBuilder arg1)
-
withNewName
A withNewName(StringBuffer arg1)
-
getUrl
String getUrl()
-
hasUrl
Boolean hasUrl()
-
withNewUrl
A withNewUrl(StringBuilder arg1)
-
withNewUrl
A withNewUrl(StringBuffer arg1)
-
-