Interface ExternalDocumentationFluent<A extends ExternalDocumentationFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
JSONSchemaPropsFluent.ExternalDocsNested<N>
- All Known Implementing Classes:
DoneableExternalDocumentation,ExternalDocumentationBuilder,ExternalDocumentationFluentImpl,JSONSchemaPropsFluentImpl.ExternalDocsNestedImpl
public interface ExternalDocumentationFluent<A extends ExternalDocumentationFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetDescription()StringgetUrl()BooleanhasDescription()BooleanhasUrl()AwithDescription(String description)AwithNewDescription(String arg1)AwithNewDescription(StringBuffer arg1)AwithNewDescription(StringBuilder arg1)AwithNewUrl(String arg1)AwithNewUrl(StringBuffer arg1)AwithNewUrl(StringBuilder arg1)AwithUrl(String url)
-
Method Details
-
getDescription
String getDescription() -
withDescription
-
hasDescription
Boolean hasDescription() -
withNewDescription
-
withNewDescription
-
withNewDescription
-
getUrl
String getUrl() -
withUrl
-
hasUrl
Boolean hasUrl() -
withNewUrl
-
withNewUrl
-
withNewUrl
-