Interface StatuspageProviderFluent<A extends StatuspageProviderFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ConsoleProvidersFluent.StatuspageNested<N>
- All Known Implementing Classes:
ConsoleProvidersFluentImpl.StatuspageNestedImpl,StatuspageProviderBuilder,StatuspageProviderFluentImpl
public interface StatuspageProviderFluent<A extends StatuspageProviderFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPageID()BooleanhasPageID()AwithNewPageID(String arg1)AwithNewPageID(StringBuffer arg1)AwithNewPageID(StringBuilder arg1)AwithPageID(String pageID)
-
-
-
Method Detail
-
getPageID
String getPageID()
-
hasPageID
Boolean hasPageID()
-
withNewPageID
A withNewPageID(StringBuilder arg1)
-
withNewPageID
A withNewPageID(StringBuffer arg1)
-
-