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.
|
Boolean |
hasAllows() |
Boolean |
hasSchema() |
Boolean |
isAllows() |
A |
withAllows(Boolean allows) |
A |
withNewAllows(boolean arg1) |
A |
withNewAllows(String arg1) |
JSONSchemaPropsOrBoolFluent.SchemaNested<A> |
withNewSchema() |
JSONSchemaPropsOrBoolFluent.SchemaNested<A> |
withNewSchemaLike(JSONSchemaProps item) |
A |
withSchema(JSONSchemaProps schema) |
Boolean isAllows()
Boolean hasAllows()
A withNewAllows(boolean arg1)
@Deprecated JSONSchemaProps getSchema()
JSONSchemaProps buildSchema()
A withSchema(JSONSchemaProps schema)
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–2020 Red Hat. All rights reserved.