public interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JSONSchemaPropsFluent.ExternalDocsNested<N> |
String getSchema()
Boolean hasSchema()
String getDescription()
Boolean hasDescription()
com.fasterxml.jackson.databind.JsonNode getExample()
A withExample(com.fasterxml.jackson.databind.JsonNode example)
Boolean hasExample()
@Deprecated ExternalDocumentation getExternalDocs()
ExternalDocumentation buildExternalDocs()
A withExternalDocs(ExternalDocumentation externalDocs)
Boolean hasExternalDocs()
JSONSchemaPropsFluent.ExternalDocsNested<A> withNewExternalDocs()
JSONSchemaPropsFluent.ExternalDocsNested<A> withNewExternalDocsLike(ExternalDocumentation item)
JSONSchemaPropsFluent.ExternalDocsNested<A> editExternalDocs()
JSONSchemaPropsFluent.ExternalDocsNested<A> editOrNewExternalDocs()
JSONSchemaPropsFluent.ExternalDocsNested<A> editOrNewExternalDocsLike(ExternalDocumentation item)
String getId()
Boolean hasId()
A addToProperties(String key, JSONSchemaProp value)
A addToProperties(Map<String,JSONSchemaProp> map)
A removeFromProperties(Map<String,JSONSchemaProp> map)
Map<String,JSONSchemaProp> getProperties()
<K,V> A withProperties(Map<String,JSONSchemaProp> properties)
Boolean hasProperties()
A addAllToRequired(Collection<String> items)
A removeAllFromRequired(Collection<String> items)
String getFirstRequired()
String getLastRequired()
Boolean hasRequired()
String getTitle()
Boolean hasTitle()
String getType()
Boolean hasType()
Copyright © 2015–2022 Red Hat. All rights reserved.