public interface JSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
JSONSchemaPropsOrBoolFluent.SchemaNested<N> |
Modifier and Type | Method and Description |
---|---|
JSONSchemaProps |
buildSchema() |
JSONSchemaPropsOrBoolFluent.SchemaNested<A> |
editOrNewSchema() |
JSONSchemaPropsOrBoolFluent.SchemaNested<A> |
editOrNewSchemaLike(JSONSchemaProps item) |
JSONSchemaPropsOrBoolFluent.SchemaNested<A> |
editSchema() |
JSONSchemaProps |
getSchema()
Deprecated.
|
java.lang.Boolean |
hasAllows() |
java.lang.Boolean |
hasSchema() |
java.lang.Boolean |
isAllows() |
A |
withAllows(java.lang.Boolean allows) |
A |
withNewAllows(boolean arg1) |
A |
withNewAllows(java.lang.String arg1) |
JSONSchemaPropsOrBoolFluent.SchemaNested<A> |
withNewSchema() |
JSONSchemaPropsOrBoolFluent.SchemaNested<A> |
withNewSchemaLike(JSONSchemaProps item) |
A |
withSchema(JSONSchemaProps schema) |
java.lang.Boolean isAllows()
A withAllows(java.lang.Boolean allows)
java.lang.Boolean hasAllows()
A withNewAllows(java.lang.String arg1)
A withNewAllows(boolean arg1)
@Deprecated JSONSchemaProps getSchema()
JSONSchemaProps buildSchema()
A withSchema(JSONSchemaProps schema)
java.lang.Boolean hasSchema()
JSONSchemaPropsOrBoolFluent.SchemaNested<A> withNewSchema()
JSONSchemaPropsOrBoolFluent.SchemaNested<A> withNewSchemaLike(JSONSchemaProps item)
JSONSchemaPropsOrBoolFluent.SchemaNested<A> editSchema()
JSONSchemaPropsOrBoolFluent.SchemaNested<A> editOrNewSchema()
JSONSchemaPropsOrBoolFluent.SchemaNested<A> editOrNewSchemaLike(JSONSchemaProps item)
Copyright © 2015-2019 Red Hat. All Rights Reserved.