Class JSONSchemaPropsOrBoolBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.apiextensions.v1beta1.JSONSchemaPropsOrBoolFluent<JSONSchemaPropsOrBoolBuilder>
-
- io.fabric8.kubernetes.api.model.apiextensions.v1beta1.JSONSchemaPropsOrBoolBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<JSONSchemaPropsOrBool>,io.fabric8.kubernetes.api.builder.Visitable<JSONSchemaPropsOrBoolBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<JSONSchemaPropsOrBool,JSONSchemaPropsOrBoolBuilder>
public class JSONSchemaPropsOrBoolBuilder extends JSONSchemaPropsOrBoolFluent<JSONSchemaPropsOrBoolBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<JSONSchemaPropsOrBool,JSONSchemaPropsOrBoolBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.apiextensions.v1beta1.JSONSchemaPropsOrBoolFluent
JSONSchemaPropsOrBoolFluent.SchemaNested<N>
-
-
Constructor Summary
Constructors Constructor Description JSONSchemaPropsOrBoolBuilder()JSONSchemaPropsOrBoolBuilder(JSONSchemaPropsOrBool instance)JSONSchemaPropsOrBoolBuilder(JSONSchemaPropsOrBoolFluent<?> fluent)JSONSchemaPropsOrBoolBuilder(JSONSchemaPropsOrBoolFluent<?> fluent, JSONSchemaPropsOrBool instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JSONSchemaPropsOrBoolbuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.apiextensions.v1beta1.JSONSchemaPropsOrBoolFluent
addToAdditionalProperties, addToAdditionalProperties, buildSchema, copyInstance, editOrNewSchema, editOrNewSchemaLike, editSchema, equals, getAdditionalProperties, getAllows, hasAdditionalProperties, hasAllows, hashCode, hasSchema, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withAllows, withAllows, withNewSchema, withNewSchemaLike, withSchema
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
JSONSchemaPropsOrBoolBuilder
public JSONSchemaPropsOrBoolBuilder()
-
JSONSchemaPropsOrBoolBuilder
public JSONSchemaPropsOrBoolBuilder(JSONSchemaPropsOrBoolFluent<?> fluent)
-
JSONSchemaPropsOrBoolBuilder
public JSONSchemaPropsOrBoolBuilder(JSONSchemaPropsOrBool instance)
-
JSONSchemaPropsOrBoolBuilder
public JSONSchemaPropsOrBoolBuilder(JSONSchemaPropsOrBoolFluent<?> fluent, JSONSchemaPropsOrBool instance)
-
-
Method Detail
-
build
public JSONSchemaPropsOrBool build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<JSONSchemaPropsOrBool>
-
-