public class JSONSchemaPropsOrStringArrayFluentImpl<A extends JSONSchemaPropsOrStringArrayFluent<A>> extends BaseFluent<A> implements JSONSchemaPropsOrStringArrayFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
JSONSchemaPropsOrStringArrayFluentImpl.SchemaNestedImpl<N> |
JSONSchemaPropsOrStringArrayFluent.SchemaNested<N>
_visitables
Constructor and Description |
---|
JSONSchemaPropsOrStringArrayFluentImpl() |
JSONSchemaPropsOrStringArrayFluentImpl(JSONSchemaPropsOrStringArray instance) |
Modifier and Type | Method and Description |
---|---|
A |
addAllToProperty(java.util.Collection<java.lang.String> items) |
A |
addNewProperty(java.lang.String arg1) |
A |
addNewProperty(java.lang.StringBuffer arg1) |
A |
addNewProperty(java.lang.StringBuilder arg1) |
A |
addToProperty(int index,
java.lang.String item) |
A |
addToProperty(java.lang.String... items) |
JSONSchemaProps |
buildSchema() |
JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> |
editOrNewSchema() |
JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> |
editOrNewSchemaLike(JSONSchemaProps item) |
JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> |
editSchema() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getFirstProperty() |
java.lang.String |
getLastProperty() |
java.lang.String |
getMatchingProperty(Predicate<java.lang.String> predicate) |
java.util.List<java.lang.String> |
getProperty() |
java.lang.String |
getProperty(int index) |
JSONSchemaProps |
getSchema()
Deprecated.
|
java.lang.Boolean |
hasMatchingProperty(Predicate<java.lang.String> predicate) |
java.lang.Boolean |
hasProperty() |
java.lang.Boolean |
hasSchema() |
A |
removeAllFromProperty(java.util.Collection<java.lang.String> items) |
A |
removeFromProperty(java.lang.String... items) |
A |
setToProperty(int index,
java.lang.String item) |
JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> |
withNewSchema() |
JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> |
withNewSchemaLike(JSONSchemaProps item) |
A |
withProperty(java.util.List<java.lang.String> property) |
A |
withProperty(java.lang.String... property) |
A |
withSchema(JSONSchemaProps schema) |
public JSONSchemaPropsOrStringArrayFluentImpl()
public JSONSchemaPropsOrStringArrayFluentImpl(JSONSchemaPropsOrStringArray instance)
public A addToProperty(int index, java.lang.String item)
addToProperty
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public A setToProperty(int index, java.lang.String item)
setToProperty
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public A addToProperty(java.lang.String... items)
addToProperty
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public A addAllToProperty(java.util.Collection<java.lang.String> items)
addAllToProperty
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public A removeFromProperty(java.lang.String... items)
removeFromProperty
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public A removeAllFromProperty(java.util.Collection<java.lang.String> items)
removeAllFromProperty
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public java.util.List<java.lang.String> getProperty()
getProperty
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public java.lang.String getProperty(int index)
getProperty
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public java.lang.String getFirstProperty()
getFirstProperty
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public java.lang.String getLastProperty()
getLastProperty
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public java.lang.String getMatchingProperty(Predicate<java.lang.String> predicate)
getMatchingProperty
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public java.lang.Boolean hasMatchingProperty(Predicate<java.lang.String> predicate)
hasMatchingProperty
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public A withProperty(java.util.List<java.lang.String> property)
withProperty
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public A withProperty(java.lang.String... property)
withProperty
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public java.lang.Boolean hasProperty()
hasProperty
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public A addNewProperty(java.lang.String arg1)
addNewProperty
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public A addNewProperty(java.lang.StringBuilder arg1)
addNewProperty
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public A addNewProperty(java.lang.StringBuffer arg1)
addNewProperty
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
@Deprecated public JSONSchemaProps getSchema()
getSchema
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public JSONSchemaProps buildSchema()
buildSchema
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public A withSchema(JSONSchemaProps schema)
withSchema
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public java.lang.Boolean hasSchema()
hasSchema
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> withNewSchema()
withNewSchema
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> withNewSchemaLike(JSONSchemaProps item)
withNewSchemaLike
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> editSchema()
editSchema
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> editOrNewSchema()
editOrNewSchema
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> editOrNewSchemaLike(JSONSchemaProps item)
editOrNewSchemaLike
in interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Copyright © 2015-2019 Red Hat. All Rights Reserved.