public class JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
JSONSchemaPropsOrArrayFluent.JSONSchemasNested<N> |
class |
JSONSchemaPropsOrArrayFluent.SchemaNested<N> |
| Constructor and Description |
|---|
JSONSchemaPropsOrArrayFluent() |
JSONSchemaPropsOrArrayFluent(JSONSchemaPropsOrArray instance) |
public JSONSchemaPropsOrArrayFluent()
public JSONSchemaPropsOrArrayFluent(JSONSchemaPropsOrArray instance)
protected void copyInstance(JSONSchemaPropsOrArray instance)
public A addToJSONSchemas(int index, JSONSchemaProps item)
public A setToJSONSchemas(int index, JSONSchemaProps item)
public A addToJSONSchemas(JSONSchemaProps... items)
public A addAllToJSONSchemas(Collection<JSONSchemaProps> items)
public A removeFromJSONSchemas(JSONSchemaProps... items)
public A removeAllFromJSONSchemas(Collection<JSONSchemaProps> items)
public A removeMatchingFromJSONSchemas(Predicate<JSONSchemaPropsBuilder> predicate)
public List<JSONSchemaProps> buildJSONSchemas()
public JSONSchemaProps buildJSONSchema(int index)
public JSONSchemaProps buildFirstJSONSchema()
public JSONSchemaProps buildLastJSONSchema()
public JSONSchemaProps buildMatchingJSONSchema(Predicate<JSONSchemaPropsBuilder> predicate)
public boolean hasMatchingJSONSchema(Predicate<JSONSchemaPropsBuilder> predicate)
public A withJSONSchemas(List<JSONSchemaProps> jSONSchemas)
public A withJSONSchemas(JSONSchemaProps... jSONSchemas)
public boolean hasJSONSchemas()
public JSONSchemaPropsOrArrayFluent.JSONSchemasNested<A> addNewJSONSchema()
public JSONSchemaPropsOrArrayFluent.JSONSchemasNested<A> addNewJSONSchemaLike(JSONSchemaProps item)
public JSONSchemaPropsOrArrayFluent.JSONSchemasNested<A> setNewJSONSchemaLike(int index, JSONSchemaProps item)
public JSONSchemaPropsOrArrayFluent.JSONSchemasNested<A> editJSONSchema(int index)
public JSONSchemaPropsOrArrayFluent.JSONSchemasNested<A> editFirstJSONSchema()
public JSONSchemaPropsOrArrayFluent.JSONSchemasNested<A> editLastJSONSchema()
public JSONSchemaPropsOrArrayFluent.JSONSchemasNested<A> editMatchingJSONSchema(Predicate<JSONSchemaPropsBuilder> predicate)
public JSONSchemaProps buildSchema()
public A withSchema(JSONSchemaProps schema)
public boolean hasSchema()
public JSONSchemaPropsOrArrayFluent.SchemaNested<A> withNewSchema()
public JSONSchemaPropsOrArrayFluent.SchemaNested<A> withNewSchemaLike(JSONSchemaProps item)
public JSONSchemaPropsOrArrayFluent.SchemaNested<A> editSchema()
public JSONSchemaPropsOrArrayFluent.SchemaNested<A> editOrNewSchema()
public JSONSchemaPropsOrArrayFluent.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 JSONSchemaPropsOrArrayFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends JSONSchemaPropsOrArrayFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.