Class JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.apiextensions.v1beta1.JSONSchemaPropsOrArrayFluent<A>
-
- Direct Known Subclasses:
JSONSchemaPropsFluent.ItemsNested,JSONSchemaPropsOrArrayBuilder
public class JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classJSONSchemaPropsOrArrayFluent.JSONSchemasNested<N>classJSONSchemaPropsOrArrayFluent.SchemaNested<N>
-
Constructor Summary
Constructors Constructor Description JSONSchemaPropsOrArrayFluent()JSONSchemaPropsOrArrayFluent(JSONSchemaPropsOrArray instance)
-
Method Summary
-
-
-
Constructor Detail
-
JSONSchemaPropsOrArrayFluent
public JSONSchemaPropsOrArrayFluent()
-
JSONSchemaPropsOrArrayFluent
public JSONSchemaPropsOrArrayFluent(JSONSchemaPropsOrArray instance)
-
-
Method Detail
-
addAllToJSONSchemas
public A addAllToJSONSchemas(Collection<JSONSchemaProps> items)
-
addNewJSONSchema
public JSONSchemaPropsOrArrayFluent.JSONSchemasNested<A> addNewJSONSchema()
-
addNewJSONSchemaLike
public JSONSchemaPropsOrArrayFluent.JSONSchemasNested<A> addNewJSONSchemaLike(JSONSchemaProps item)
-
addToJSONSchemas
public A addToJSONSchemas(JSONSchemaProps... items)
-
addToJSONSchemas
public A addToJSONSchemas(int index, JSONSchemaProps item)
-
buildFirstJSONSchema
public JSONSchemaProps buildFirstJSONSchema()
-
buildJSONSchema
public JSONSchemaProps buildJSONSchema(int index)
-
buildJSONSchemas
public List<JSONSchemaProps> buildJSONSchemas()
-
buildLastJSONSchema
public JSONSchemaProps buildLastJSONSchema()
-
buildMatchingJSONSchema
public JSONSchemaProps buildMatchingJSONSchema(Predicate<JSONSchemaPropsBuilder> predicate)
-
buildSchema
public JSONSchemaProps buildSchema()
-
copyInstance
protected void copyInstance(JSONSchemaPropsOrArray instance)
-
editFirstJSONSchema
public JSONSchemaPropsOrArrayFluent.JSONSchemasNested<A> editFirstJSONSchema()
-
editJSONSchema
public JSONSchemaPropsOrArrayFluent.JSONSchemasNested<A> editJSONSchema(int index)
-
editLastJSONSchema
public JSONSchemaPropsOrArrayFluent.JSONSchemasNested<A> editLastJSONSchema()
-
editMatchingJSONSchema
public JSONSchemaPropsOrArrayFluent.JSONSchemasNested<A> editMatchingJSONSchema(Predicate<JSONSchemaPropsBuilder> predicate)
-
editOrNewSchema
public JSONSchemaPropsOrArrayFluent.SchemaNested<A> editOrNewSchema()
-
editOrNewSchemaLike
public JSONSchemaPropsOrArrayFluent.SchemaNested<A> editOrNewSchemaLike(JSONSchemaProps item)
-
editSchema
public JSONSchemaPropsOrArrayFluent.SchemaNested<A> editSchema()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasJSONSchemas
public boolean hasJSONSchemas()
-
hasMatchingJSONSchema
public boolean hasMatchingJSONSchema(Predicate<JSONSchemaPropsBuilder> predicate)
-
hasSchema
public boolean hasSchema()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
-
removeAllFromJSONSchemas
public A removeAllFromJSONSchemas(Collection<JSONSchemaProps> items)
-
removeFromJSONSchemas
public A removeFromJSONSchemas(JSONSchemaProps... items)
-
removeMatchingFromJSONSchemas
public A removeMatchingFromJSONSchemas(Predicate<JSONSchemaPropsBuilder> predicate)
-
setNewJSONSchemaLike
public JSONSchemaPropsOrArrayFluent.JSONSchemasNested<A> setNewJSONSchemaLike(int index, JSONSchemaProps item)
-
setToJSONSchemas
public A setToJSONSchemas(int index, JSONSchemaProps item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withJSONSchemas
public A withJSONSchemas(List<JSONSchemaProps> jSONSchemas)
-
withJSONSchemas
public A withJSONSchemas(JSONSchemaProps... jSONSchemas)
-
withNewSchema
public JSONSchemaPropsOrArrayFluent.SchemaNested<A> withNewSchema()
-
withNewSchemaLike
public JSONSchemaPropsOrArrayFluent.SchemaNested<A> withNewSchemaLike(JSONSchemaProps item)
-
withSchema
public A withSchema(JSONSchemaProps schema)
-
-