public class JSONSchemaPropsOrBoolFluentImpl<A extends JSONSchemaPropsOrBoolFluent<A>> extends BaseFluent<A> implements JSONSchemaPropsOrBoolFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
JSONSchemaPropsOrBoolFluentImpl.SchemaNestedImpl<N> |
JSONSchemaPropsOrBoolFluent.SchemaNested<N>_visitables| Constructor and Description |
|---|
JSONSchemaPropsOrBoolFluentImpl() |
JSONSchemaPropsOrBoolFluentImpl(JSONSchemaPropsOrBool instance) |
| Modifier and Type | Method and Description |
|---|---|
JSONSchemaProps |
buildSchema() |
JSONSchemaPropsOrBoolFluent.SchemaNested<A> |
editOrNewSchema() |
JSONSchemaPropsOrBoolFluent.SchemaNested<A> |
editOrNewSchemaLike(JSONSchemaProps item) |
JSONSchemaPropsOrBoolFluent.SchemaNested<A> |
editSchema() |
boolean |
equals(Object o) |
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) |
public JSONSchemaPropsOrBoolFluentImpl()
public JSONSchemaPropsOrBoolFluentImpl(JSONSchemaPropsOrBool instance)
public Boolean isAllows()
isAllows in interface JSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>public A withAllows(Boolean allows)
withAllows in interface JSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>public Boolean hasAllows()
hasAllows in interface JSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>public A withNewAllows(String arg1)
withNewAllows in interface JSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>public A withNewAllows(boolean arg1)
withNewAllows in interface JSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>@Deprecated public JSONSchemaProps getSchema()
getSchema in interface JSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>public JSONSchemaProps buildSchema()
buildSchema in interface JSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>public A withSchema(JSONSchemaProps schema)
withSchema in interface JSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>public Boolean hasSchema()
hasSchema in interface JSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>public JSONSchemaPropsOrBoolFluent.SchemaNested<A> withNewSchema()
withNewSchema in interface JSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>public JSONSchemaPropsOrBoolFluent.SchemaNested<A> withNewSchemaLike(JSONSchemaProps item)
withNewSchemaLike in interface JSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>public JSONSchemaPropsOrBoolFluent.SchemaNested<A> editSchema()
editSchema in interface JSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>public JSONSchemaPropsOrBoolFluent.SchemaNested<A> editOrNewSchema()
editOrNewSchema in interface JSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>public JSONSchemaPropsOrBoolFluent.SchemaNested<A> editOrNewSchemaLike(JSONSchemaProps item)
editOrNewSchemaLike in interface JSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.