public class JSONSchemaPropsFluentImpl<A extends JSONSchemaPropsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements JSONSchemaPropsFluent<A>
JSONSchemaPropsFluent.ExternalDocsNested<N>| Constructor and Description |
|---|
JSONSchemaPropsFluentImpl() |
JSONSchemaPropsFluentImpl(JSONSchemaProps instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic JSONSchemaPropsFluentImpl()
public JSONSchemaPropsFluentImpl(JSONSchemaProps instance)
public String getSchema()
getSchema in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withSchema(String $schema)
withSchema in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public Boolean hasSchema()
hasSchema in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public String getDescription()
getDescription in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withDescription(String description)
withDescription in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public Boolean hasDescription()
hasDescription in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public com.fasterxml.jackson.databind.JsonNode getExample()
getExample in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withExample(com.fasterxml.jackson.databind.JsonNode example)
withExample in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public Boolean hasExample()
hasExample in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>@Deprecated public ExternalDocumentation getExternalDocs()
getExternalDocs in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public ExternalDocumentation buildExternalDocs()
buildExternalDocs in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withExternalDocs(ExternalDocumentation externalDocs)
withExternalDocs in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public Boolean hasExternalDocs()
hasExternalDocs in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewExternalDocs(String description, String url)
withNewExternalDocs in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.ExternalDocsNested<A> withNewExternalDocs()
withNewExternalDocs in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.ExternalDocsNested<A> withNewExternalDocsLike(ExternalDocumentation item)
withNewExternalDocsLike in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.ExternalDocsNested<A> editExternalDocs()
editExternalDocs in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.ExternalDocsNested<A> editOrNewExternalDocs()
editOrNewExternalDocs in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.ExternalDocsNested<A> editOrNewExternalDocsLike(ExternalDocumentation item)
editOrNewExternalDocsLike in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public String getId()
getId in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withId(String id)
withId in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public Boolean hasId()
hasId in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addToProperties(String key, JSONSchemaProp value)
addToProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addToProperties(Map<String,JSONSchemaProp> map)
addToProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A removeFromProperties(String key)
removeFromProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A removeFromProperties(Map<String,JSONSchemaProp> map)
removeFromProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public Map<String,JSONSchemaProp> getProperties()
getProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public <K,V> A withProperties(Map<String,JSONSchemaProp> properties)
withProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public Boolean hasProperties()
hasProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addToRequired(int index, String item)
addToRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A setToRequired(int index, String item)
setToRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addToRequired(String... items)
addToRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addAllToRequired(Collection<String> items)
addAllToRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A removeFromRequired(String... items)
removeFromRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A removeAllFromRequired(Collection<String> items)
removeAllFromRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public List<String> getRequired()
getRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public String getRequired(int index)
getRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public String getFirstRequired()
getFirstRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public String getLastRequired()
getLastRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public String getMatchingRequired(Predicate<String> predicate)
getMatchingRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public Boolean hasMatchingRequired(Predicate<String> predicate)
hasMatchingRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withRequired(List<String> required)
withRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withRequired(String... required)
withRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public Boolean hasRequired()
hasRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public String getTitle()
getTitle in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withTitle(String title)
withTitle in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public Boolean hasTitle()
hasTitle in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public String getType()
getType in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withType(String type)
withType in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public Boolean hasType()
hasType in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends JSONSchemaPropsFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends JSONSchemaPropsFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.