Class JSONSchemaPropsOrBoolFluentImpl<A extends JSONSchemaPropsOrBoolFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaPropsOrBoolFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,JSONSchemaPropsOrBoolFluent<A>
- Direct Known Subclasses:
DoneableJSONSchemaPropsOrBool,JSONSchemaPropsFluentImpl.AdditionalItemsNestedImpl,JSONSchemaPropsFluentImpl.AdditionalPropertiesNestedImpl,JSONSchemaPropsOrBoolBuilder
public class JSONSchemaPropsOrBoolFluentImpl<A extends JSONSchemaPropsOrBoolFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements JSONSchemaPropsOrBoolFluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classJSONSchemaPropsOrBoolFluentImpl.SchemaNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaPropsOrBoolFluent
JSONSchemaPropsOrBoolFluent.SchemaNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description JSONSchemaPropsOrBoolFluentImpl()JSONSchemaPropsOrBoolFluentImpl(JSONSchemaPropsOrBool instance) -
Method Summary
Modifier and Type Method Description JSONSchemaPropsbuildSchema()JSONSchemaPropsOrBoolFluent.SchemaNested<A>editOrNewSchema()JSONSchemaPropsOrBoolFluent.SchemaNested<A>editOrNewSchemaLike(JSONSchemaProps item)JSONSchemaPropsOrBoolFluent.SchemaNested<A>editSchema()booleanequals(Object o)JSONSchemaPropsgetSchema()Deprecated.BooleanhasAllows()BooleanhasSchema()BooleanisAllows()AwithAllows(Boolean allows)AwithNewAllows(boolean arg1)AwithNewAllows(String arg1)JSONSchemaPropsOrBoolFluent.SchemaNested<A>withNewSchema()JSONSchemaPropsOrBoolFluent.SchemaNested<A>withNewSchemaLike(JSONSchemaProps item)AwithSchema(JSONSchemaProps schema)
-
Constructor Details
-
JSONSchemaPropsOrBoolFluentImpl
public JSONSchemaPropsOrBoolFluentImpl() -
JSONSchemaPropsOrBoolFluentImpl
-
-
Method Details
-
isAllows
- Specified by:
isAllowsin interfaceJSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>
-
withAllows
- Specified by:
withAllowsin interfaceJSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>
-
hasAllows
- Specified by:
hasAllowsin interfaceJSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>
-
withNewAllows
- Specified by:
withNewAllowsin interfaceJSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>
-
withNewAllows
- Specified by:
withNewAllowsin interfaceJSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>
-
getSchema
Deprecated.This method has been deprecated, please use method buildSchema instead.- Specified by:
getSchemain interfaceJSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>- Returns:
- The buildable object.
-
buildSchema
- Specified by:
buildSchemain interfaceJSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>
-
withSchema
- Specified by:
withSchemain interfaceJSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>
-
hasSchema
- Specified by:
hasSchemain interfaceJSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>
-
withNewSchema
- Specified by:
withNewSchemain interfaceJSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>
-
withNewSchemaLike
- Specified by:
withNewSchemaLikein interfaceJSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>
-
editSchema
- Specified by:
editSchemain interfaceJSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>
-
editOrNewSchema
- Specified by:
editOrNewSchemain interfaceJSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>
-
editOrNewSchemaLike
- Specified by:
editOrNewSchemaLikein interfaceJSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>
-
equals
-