Class JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.apiextensions.v1beta1.JSONSchemaPropsOrStringArrayFluent<A>
-
- Direct Known Subclasses:
JSONSchemaPropsOrStringArrayBuilder
public class JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classJSONSchemaPropsOrStringArrayFluent.SchemaNested<N>
-
Constructor Summary
Constructors Constructor Description JSONSchemaPropsOrStringArrayFluent()JSONSchemaPropsOrStringArrayFluent(JSONSchemaPropsOrStringArray instance)
-
Method Summary
-
-
-
Constructor Detail
-
JSONSchemaPropsOrStringArrayFluent
public JSONSchemaPropsOrStringArrayFluent()
-
JSONSchemaPropsOrStringArrayFluent
public JSONSchemaPropsOrStringArrayFluent(JSONSchemaPropsOrStringArray instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(JSONSchemaPropsOrStringArray instance)
-
addAllToProperty
public A addAllToProperty(Collection<String> items)
-
removeAllFromProperty
public A removeAllFromProperty(Collection<String> items)
-
getProperty
public String getProperty(int index)
-
getFirstProperty
public String getFirstProperty()
-
getLastProperty
public String getLastProperty()
-
hasProperty
public boolean hasProperty()
-
buildSchema
public JSONSchemaProps buildSchema()
-
withSchema
public A withSchema(JSONSchemaProps schema)
-
hasSchema
public boolean hasSchema()
-
withNewSchema
public JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> withNewSchema()
-
withNewSchemaLike
public JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> withNewSchemaLike(JSONSchemaProps item)
-
editSchema
public JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> editSchema()
-
editOrNewSchema
public JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> editOrNewSchema()
-
editOrNewSchemaLike
public JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> editOrNewSchemaLike(JSONSchemaProps item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
-
-