public class JSONSchemaPropsOrArrayFluentImpl<A extends JSONSchemaPropsOrArrayFluent<A>> extends BaseFluent<A> implements JSONSchemaPropsOrArrayFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
JSONSchemaPropsOrArrayFluentImpl.JSONSchemasNestedImpl<N> |
class |
JSONSchemaPropsOrArrayFluentImpl.SchemaNestedImpl<N> |
JSONSchemaPropsOrArrayFluent.JSONSchemasNested<N>, JSONSchemaPropsOrArrayFluent.SchemaNested<N>
_visitables
Constructor and Description |
---|
JSONSchemaPropsOrArrayFluentImpl() |
JSONSchemaPropsOrArrayFluentImpl(JSONSchemaPropsOrArray instance) |
public JSONSchemaPropsOrArrayFluentImpl()
public JSONSchemaPropsOrArrayFluentImpl(JSONSchemaPropsOrArray instance)
public A addToJSONSchemas(int index, JSONSchemaProps item)
addToJSONSchemas
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public A setToJSONSchemas(int index, JSONSchemaProps item)
setToJSONSchemas
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public A addToJSONSchemas(JSONSchemaProps... items)
addToJSONSchemas
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public A addAllToJSONSchemas(Collection<JSONSchemaProps> items)
addAllToJSONSchemas
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public A removeFromJSONSchemas(JSONSchemaProps... items)
removeFromJSONSchemas
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public A removeAllFromJSONSchemas(Collection<JSONSchemaProps> items)
removeAllFromJSONSchemas
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
@Deprecated public List<JSONSchemaProps> getJSONSchemas()
getJSONSchemas
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public List<JSONSchemaProps> buildJSONSchemas()
buildJSONSchemas
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public JSONSchemaProps buildJSONSchema(int index)
buildJSONSchema
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public JSONSchemaProps buildFirstJSONSchema()
buildFirstJSONSchema
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public JSONSchemaProps buildLastJSONSchema()
buildLastJSONSchema
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public JSONSchemaProps buildMatchingJSONSchema(Predicate<JSONSchemaPropsBuilder> predicate)
buildMatchingJSONSchema
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public A withJSONSchemas(List<JSONSchemaProps> jSONSchemas)
withJSONSchemas
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public A withJSONSchemas(JSONSchemaProps... jSONSchemas)
withJSONSchemas
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public Boolean hasJSONSchemas()
hasJSONSchemas
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public JSONSchemaPropsOrArrayFluent.JSONSchemasNested<A> addNewJSONSchema()
addNewJSONSchema
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public JSONSchemaPropsOrArrayFluent.JSONSchemasNested<A> addNewJSONSchemaLike(JSONSchemaProps item)
addNewJSONSchemaLike
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public JSONSchemaPropsOrArrayFluent.JSONSchemasNested<A> setNewJSONSchemaLike(int index, JSONSchemaProps item)
setNewJSONSchemaLike
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public JSONSchemaPropsOrArrayFluent.JSONSchemasNested<A> editJSONSchema(int index)
editJSONSchema
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public JSONSchemaPropsOrArrayFluent.JSONSchemasNested<A> editFirstJSONSchema()
editFirstJSONSchema
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public JSONSchemaPropsOrArrayFluent.JSONSchemasNested<A> editLastJSONSchema()
editLastJSONSchema
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public JSONSchemaPropsOrArrayFluent.JSONSchemasNested<A> editMatchingJSONSchema(Predicate<JSONSchemaPropsBuilder> predicate)
editMatchingJSONSchema
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
@Deprecated public JSONSchemaProps getSchema()
getSchema
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public JSONSchemaProps buildSchema()
buildSchema
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public A withSchema(JSONSchemaProps schema)
withSchema
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public Boolean hasSchema()
hasSchema
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public JSONSchemaPropsOrArrayFluent.SchemaNested<A> withNewSchema()
withNewSchema
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public JSONSchemaPropsOrArrayFluent.SchemaNested<A> withNewSchemaLike(JSONSchemaProps item)
withNewSchemaLike
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public JSONSchemaPropsOrArrayFluent.SchemaNested<A> editSchema()
editSchema
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public JSONSchemaPropsOrArrayFluent.SchemaNested<A> editOrNewSchema()
editOrNewSchema
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
public JSONSchemaPropsOrArrayFluent.SchemaNested<A> editOrNewSchemaLike(JSONSchemaProps item)
editOrNewSchemaLike
in interface JSONSchemaPropsOrArrayFluent<A extends JSONSchemaPropsOrArrayFluent<A>>
Copyright © 2015–2018 Red Hat. All rights reserved.