Interface V1ExternalDocumentationFluent<A extends V1ExternalDocumentationFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1JSONSchemaPropsFluent.ExternalDocsNested<N>
All Known Implementing Classes:
V1ExternalDocumentationBuilder, V1ExternalDocumentationFluentImpl

public interface V1ExternalDocumentationFluent<A extends V1ExternalDocumentationFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getDescription

      String getDescription()
    • withDescription

      A withDescription(String description)
    • hasDescription

      Boolean hasDescription()
    • getUrl

      String getUrl()
    • withUrl

      A withUrl(String url)
    • hasUrl

      Boolean hasUrl()