public class JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
JSONSchemaPropsOrStringArrayFluent.SchemaNested<N> |
| Constructor and Description |
|---|
JSONSchemaPropsOrStringArrayFluent() |
JSONSchemaPropsOrStringArrayFluent(JSONSchemaPropsOrStringArray instance) |
public JSONSchemaPropsOrStringArrayFluent()
public JSONSchemaPropsOrStringArrayFluent(JSONSchemaPropsOrStringArray instance)
protected void copyInstance(JSONSchemaPropsOrStringArray instance)
public A addAllToProperty(Collection<String> items)
public A removeAllFromProperty(Collection<String> items)
public String getProperty(int index)
public String getFirstProperty()
public String getLastProperty()
public boolean hasProperty()
public JSONSchemaProps buildSchema()
public A withSchema(JSONSchemaProps schema)
public boolean hasSchema()
public JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> withNewSchema()
public JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> withNewSchemaLike(JSONSchemaProps item)
public JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> editSchema()
public JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> editOrNewSchema()
public JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> editOrNewSchemaLike(JSONSchemaProps item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>Copyright © 2015–2025 Red Hat. All rights reserved.