public class JSONSchemaPropsFluentImpl<A extends JSONSchemaPropsFluent<A>> extends BaseFluent<A> implements JSONSchemaPropsFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
JSONSchemaPropsFluentImpl.AdditionalItemsNestedImpl<N> |
class |
JSONSchemaPropsFluentImpl.AdditionalPropertiesNestedImpl<N> |
class |
JSONSchemaPropsFluentImpl.AllOfNestedImpl<N> |
class |
JSONSchemaPropsFluentImpl.AnyOfNestedImpl<N> |
class |
JSONSchemaPropsFluentImpl.DefaultNestedImpl<N> |
class |
JSONSchemaPropsFluentImpl.ExampleNestedImpl<N> |
class |
JSONSchemaPropsFluentImpl.ExternalDocsNestedImpl<N> |
class |
JSONSchemaPropsFluentImpl.ItemsNestedImpl<N> |
class |
JSONSchemaPropsFluentImpl.NotNestedImpl<N> |
class |
JSONSchemaPropsFluentImpl.OneOfNestedImpl<N> |
JSONSchemaPropsFluent.AdditionalItemsNested<N>, JSONSchemaPropsFluent.AdditionalPropertiesNested<N>, JSONSchemaPropsFluent.AllOfNested<N>, JSONSchemaPropsFluent.AnyOfNested<N>, JSONSchemaPropsFluent.DefaultNested<N>, JSONSchemaPropsFluent.ExampleNested<N>, JSONSchemaPropsFluent.ExternalDocsNested<N>, JSONSchemaPropsFluent.ItemsNested<N>, JSONSchemaPropsFluent.NotNested<N>, JSONSchemaPropsFluent.OneOfNested<N>_visitables| Constructor and Description |
|---|
JSONSchemaPropsFluentImpl() |
JSONSchemaPropsFluentImpl(JSONSchemaProps instance) |
public JSONSchemaPropsFluentImpl()
public JSONSchemaPropsFluentImpl(JSONSchemaProps instance)
public java.lang.String getRef()
getRef in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withRef(java.lang.String $ref)
withRef in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasRef()
hasRef in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewRef(java.lang.String arg1)
withNewRef in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewRef(java.lang.StringBuilder arg1)
withNewRef in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewRef(java.lang.StringBuffer arg1)
withNewRef in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.String getSchema()
getSchema in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withSchema(java.lang.String $schema)
withSchema in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasSchema()
hasSchema in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewSchema(java.lang.String arg1)
withNewSchema in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewSchema(java.lang.StringBuilder arg1)
withNewSchema in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewSchema(java.lang.StringBuffer arg1)
withNewSchema in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>@Deprecated public JSONSchemaPropsOrBool getAdditionalItems()
getAdditionalItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsOrBool buildAdditionalItems()
buildAdditionalItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withAdditionalItems(JSONSchemaPropsOrBool additionalItems)
withAdditionalItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasAdditionalItems()
hasAdditionalItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.AdditionalItemsNested<A> withNewAdditionalItems()
withNewAdditionalItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.AdditionalItemsNested<A> withNewAdditionalItemsLike(JSONSchemaPropsOrBool item)
withNewAdditionalItemsLike in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.AdditionalItemsNested<A> editAdditionalItems()
editAdditionalItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.AdditionalItemsNested<A> editOrNewAdditionalItems()
editOrNewAdditionalItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.AdditionalItemsNested<A> editOrNewAdditionalItemsLike(JSONSchemaPropsOrBool item)
editOrNewAdditionalItemsLike in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>@Deprecated public JSONSchemaPropsOrBool getAdditionalProperties()
getAdditionalProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsOrBool buildAdditionalProperties()
buildAdditionalProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withAdditionalProperties(JSONSchemaPropsOrBool additionalProperties)
withAdditionalProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasAdditionalProperties()
hasAdditionalProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.AdditionalPropertiesNested<A> withNewAdditionalProperties()
withNewAdditionalProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.AdditionalPropertiesNested<A> withNewAdditionalPropertiesLike(JSONSchemaPropsOrBool item)
withNewAdditionalPropertiesLike in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.AdditionalPropertiesNested<A> editAdditionalProperties()
editAdditionalProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.AdditionalPropertiesNested<A> editOrNewAdditionalProperties()
editOrNewAdditionalProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.AdditionalPropertiesNested<A> editOrNewAdditionalPropertiesLike(JSONSchemaPropsOrBool item)
editOrNewAdditionalPropertiesLike in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addToAllOf(int index, JSONSchemaProps item)
addToAllOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A setToAllOf(int index, JSONSchemaProps item)
setToAllOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addToAllOf(JSONSchemaProps... items)
addToAllOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addAllToAllOf(java.util.Collection<JSONSchemaProps> items)
addAllToAllOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A removeFromAllOf(JSONSchemaProps... items)
removeFromAllOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A removeAllFromAllOf(java.util.Collection<JSONSchemaProps> items)
removeAllFromAllOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>@Deprecated public java.util.List<JSONSchemaProps> getAllOf()
getAllOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.util.List<JSONSchemaProps> buildAllOf()
buildAllOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaProps buildAllOf(int index)
buildAllOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaProps buildFirstAllOf()
buildFirstAllOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaProps buildLastAllOf()
buildLastAllOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaProps buildMatchingAllOf(Predicate<JSONSchemaPropsBuilder> predicate)
buildMatchingAllOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasMatchingAllOf(Predicate<JSONSchemaPropsBuilder> predicate)
hasMatchingAllOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withAllOf(java.util.List<JSONSchemaProps> allOf)
withAllOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withAllOf(JSONSchemaProps... allOf)
withAllOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasAllOf()
hasAllOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.AllOfNested<A> addNewAllOf()
addNewAllOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.AllOfNested<A> addNewAllOfLike(JSONSchemaProps item)
addNewAllOfLike in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.AllOfNested<A> setNewAllOfLike(int index, JSONSchemaProps item)
setNewAllOfLike in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.AllOfNested<A> editAllOf(int index)
editAllOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.AllOfNested<A> editFirstAllOf()
editFirstAllOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.AllOfNested<A> editLastAllOf()
editLastAllOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.AllOfNested<A> editMatchingAllOf(Predicate<JSONSchemaPropsBuilder> predicate)
editMatchingAllOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addToAnyOf(int index, JSONSchemaProps item)
addToAnyOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A setToAnyOf(int index, JSONSchemaProps item)
setToAnyOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addToAnyOf(JSONSchemaProps... items)
addToAnyOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addAllToAnyOf(java.util.Collection<JSONSchemaProps> items)
addAllToAnyOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A removeFromAnyOf(JSONSchemaProps... items)
removeFromAnyOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A removeAllFromAnyOf(java.util.Collection<JSONSchemaProps> items)
removeAllFromAnyOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>@Deprecated public java.util.List<JSONSchemaProps> getAnyOf()
getAnyOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.util.List<JSONSchemaProps> buildAnyOf()
buildAnyOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaProps buildAnyOf(int index)
buildAnyOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaProps buildFirstAnyOf()
buildFirstAnyOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaProps buildLastAnyOf()
buildLastAnyOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaProps buildMatchingAnyOf(Predicate<JSONSchemaPropsBuilder> predicate)
buildMatchingAnyOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasMatchingAnyOf(Predicate<JSONSchemaPropsBuilder> predicate)
hasMatchingAnyOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withAnyOf(java.util.List<JSONSchemaProps> anyOf)
withAnyOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withAnyOf(JSONSchemaProps... anyOf)
withAnyOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasAnyOf()
hasAnyOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.AnyOfNested<A> addNewAnyOf()
addNewAnyOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.AnyOfNested<A> addNewAnyOfLike(JSONSchemaProps item)
addNewAnyOfLike in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.AnyOfNested<A> setNewAnyOfLike(int index, JSONSchemaProps item)
setNewAnyOfLike in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.AnyOfNested<A> editAnyOf(int index)
editAnyOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.AnyOfNested<A> editFirstAnyOf()
editFirstAnyOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.AnyOfNested<A> editLastAnyOf()
editLastAnyOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.AnyOfNested<A> editMatchingAnyOf(Predicate<JSONSchemaPropsBuilder> predicate)
editMatchingAnyOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>@Deprecated public JSON getDefault()
getDefault in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSON buildDefault()
buildDefault in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withDefault(JSON _default)
withDefault in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasDefault()
hasDefault in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewDefault(java.lang.String raw)
withNewDefault in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.DefaultNested<A> withNewDefault()
withNewDefault in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.DefaultNested<A> withNewDefaultLike(JSON item)
withNewDefaultLike in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.DefaultNested<A> editDefault()
editDefault in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.DefaultNested<A> editOrNewDefault()
editOrNewDefault in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.DefaultNested<A> editOrNewDefaultLike(JSON item)
editOrNewDefaultLike in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addToDefinitions(java.lang.String key, JSONSchemaProps value)
addToDefinitions in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addToDefinitions(java.util.Map<java.lang.String,JSONSchemaProps> map)
addToDefinitions in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A removeFromDefinitions(java.lang.String key)
removeFromDefinitions in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A removeFromDefinitions(java.util.Map<java.lang.String,JSONSchemaProps> map)
removeFromDefinitions in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.util.Map<java.lang.String,JSONSchemaProps> getDefinitions()
getDefinitions in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withDefinitions(java.util.Map<java.lang.String,JSONSchemaProps> definitions)
withDefinitions in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasDefinitions()
hasDefinitions in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addToDependencies(java.lang.String key, JSONSchemaPropsOrStringArray value)
addToDependencies in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addToDependencies(java.util.Map<java.lang.String,JSONSchemaPropsOrStringArray> map)
addToDependencies in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A removeFromDependencies(java.lang.String key)
removeFromDependencies in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A removeFromDependencies(java.util.Map<java.lang.String,JSONSchemaPropsOrStringArray> map)
removeFromDependencies in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.util.Map<java.lang.String,JSONSchemaPropsOrStringArray> getDependencies()
getDependencies in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withDependencies(java.util.Map<java.lang.String,JSONSchemaPropsOrStringArray> dependencies)
withDependencies in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasDependencies()
hasDependencies in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.String getDescription()
getDescription in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withDescription(java.lang.String description)
withDescription in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasDescription()
hasDescription in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewDescription(java.lang.String arg1)
withNewDescription in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewDescription(java.lang.StringBuilder arg1)
withNewDescription in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewDescription(java.lang.StringBuffer arg1)
withNewDescription in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addToEnum(int index, java.lang.String item)
addToEnum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A setToEnum(int index, java.lang.String item)
setToEnum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addToEnum(java.lang.String... items)
addToEnum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addAllToEnum(java.util.Collection<java.lang.String> items)
addAllToEnum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A removeFromEnum(java.lang.String... items)
removeFromEnum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A removeAllFromEnum(java.util.Collection<java.lang.String> items)
removeAllFromEnum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.util.List<java.lang.String> getEnum()
getEnum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.String getEnum(int index)
getEnum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.String getFirstEnum()
getFirstEnum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.String getLastEnum()
getLastEnum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.String getMatchingEnum(Predicate<java.lang.String> predicate)
getMatchingEnum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasMatchingEnum(Predicate<java.lang.String> predicate)
hasMatchingEnum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withEnum(java.util.List<java.lang.String> _enum)
withEnum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withEnum(java.lang.String... _enum)
withEnum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasEnum()
hasEnum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addNewEnum(java.lang.String arg1)
addNewEnum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addNewEnum(java.lang.StringBuilder arg1)
addNewEnum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addNewEnum(java.lang.StringBuffer arg1)
addNewEnum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>@Deprecated public JSON getExample()
getExample in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSON buildExample()
buildExample in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withExample(JSON example)
withExample in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasExample()
hasExample in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewExample(java.lang.String raw)
withNewExample in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.ExampleNested<A> withNewExample()
withNewExample in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.ExampleNested<A> withNewExampleLike(JSON item)
withNewExampleLike in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.ExampleNested<A> editExample()
editExample in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.ExampleNested<A> editOrNewExample()
editOrNewExample in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.ExampleNested<A> editOrNewExampleLike(JSON item)
editOrNewExampleLike in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean isExclusiveMaximum()
isExclusiveMaximum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withExclusiveMaximum(java.lang.Boolean exclusiveMaximum)
withExclusiveMaximum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasExclusiveMaximum()
hasExclusiveMaximum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewExclusiveMaximum(java.lang.String arg1)
withNewExclusiveMaximum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewExclusiveMaximum(boolean arg1)
withNewExclusiveMaximum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean isExclusiveMinimum()
isExclusiveMinimum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withExclusiveMinimum(java.lang.Boolean exclusiveMinimum)
withExclusiveMinimum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasExclusiveMinimum()
hasExclusiveMinimum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewExclusiveMinimum(java.lang.String arg1)
withNewExclusiveMinimum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewExclusiveMinimum(boolean arg1)
withNewExclusiveMinimum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>@Deprecated public ExternalDocumentation getExternalDocs()
getExternalDocs in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public ExternalDocumentation buildExternalDocs()
buildExternalDocs in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withExternalDocs(ExternalDocumentation externalDocs)
withExternalDocs in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasExternalDocs()
hasExternalDocs in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewExternalDocs(java.lang.String description, java.lang.String url)
withNewExternalDocs in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.ExternalDocsNested<A> withNewExternalDocs()
withNewExternalDocs in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.ExternalDocsNested<A> withNewExternalDocsLike(ExternalDocumentation item)
withNewExternalDocsLike in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.ExternalDocsNested<A> editExternalDocs()
editExternalDocs in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.ExternalDocsNested<A> editOrNewExternalDocs()
editOrNewExternalDocs in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.ExternalDocsNested<A> editOrNewExternalDocsLike(ExternalDocumentation item)
editOrNewExternalDocsLike in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.String getFormat()
getFormat in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withFormat(java.lang.String format)
withFormat in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasFormat()
hasFormat in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewFormat(java.lang.String arg1)
withNewFormat in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewFormat(java.lang.StringBuilder arg1)
withNewFormat in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewFormat(java.lang.StringBuffer arg1)
withNewFormat in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.String getId()
getId in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withId(java.lang.String id)
withId in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasId()
hasId in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewId(java.lang.String arg1)
withNewId in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewId(java.lang.StringBuilder arg1)
withNewId in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewId(java.lang.StringBuffer arg1)
withNewId in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>@Deprecated public JSONSchemaPropsOrArray getItems()
getItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsOrArray buildItems()
buildItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withItems(JSONSchemaPropsOrArray items)
withItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasItems()
hasItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.ItemsNested<A> withNewItems()
withNewItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.ItemsNested<A> withNewItemsLike(JSONSchemaPropsOrArray item)
withNewItemsLike in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.ItemsNested<A> editItems()
editItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.ItemsNested<A> editOrNewItems()
editOrNewItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.ItemsNested<A> editOrNewItemsLike(JSONSchemaPropsOrArray item)
editOrNewItemsLike in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Long getMaxItems()
getMaxItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withMaxItems(java.lang.Long maxItems)
withMaxItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasMaxItems()
hasMaxItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Long getMaxLength()
getMaxLength in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withMaxLength(java.lang.Long maxLength)
withMaxLength in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasMaxLength()
hasMaxLength in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Long getMaxProperties()
getMaxProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withMaxProperties(java.lang.Long maxProperties)
withMaxProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasMaxProperties()
hasMaxProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Double getMaximum()
getMaximum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withMaximum(java.lang.Double maximum)
withMaximum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasMaximum()
hasMaximum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Long getMinItems()
getMinItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withMinItems(java.lang.Long minItems)
withMinItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasMinItems()
hasMinItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Long getMinLength()
getMinLength in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withMinLength(java.lang.Long minLength)
withMinLength in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasMinLength()
hasMinLength in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Long getMinProperties()
getMinProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withMinProperties(java.lang.Long minProperties)
withMinProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasMinProperties()
hasMinProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Double getMinimum()
getMinimum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withMinimum(java.lang.Double minimum)
withMinimum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasMinimum()
hasMinimum in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Double getMultipleOf()
getMultipleOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withMultipleOf(java.lang.Double multipleOf)
withMultipleOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasMultipleOf()
hasMultipleOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>@Deprecated public JSONSchemaProps getNot()
getNot in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaProps buildNot()
buildNot in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNot(JSONSchemaProps not)
withNot in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasNot()
hasNot in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.NotNested<A> withNewNot()
withNewNot in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.NotNested<A> withNewNotLike(JSONSchemaProps item)
withNewNotLike in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.NotNested<A> editNot()
editNot in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.NotNested<A> editOrNewNot()
editOrNewNot in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.NotNested<A> editOrNewNotLike(JSONSchemaProps item)
editOrNewNotLike in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addToOneOf(int index, JSONSchemaProps item)
addToOneOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A setToOneOf(int index, JSONSchemaProps item)
setToOneOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addToOneOf(JSONSchemaProps... items)
addToOneOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addAllToOneOf(java.util.Collection<JSONSchemaProps> items)
addAllToOneOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A removeFromOneOf(JSONSchemaProps... items)
removeFromOneOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A removeAllFromOneOf(java.util.Collection<JSONSchemaProps> items)
removeAllFromOneOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>@Deprecated public java.util.List<JSONSchemaProps> getOneOf()
getOneOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.util.List<JSONSchemaProps> buildOneOf()
buildOneOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaProps buildOneOf(int index)
buildOneOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaProps buildFirstOneOf()
buildFirstOneOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaProps buildLastOneOf()
buildLastOneOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaProps buildMatchingOneOf(Predicate<JSONSchemaPropsBuilder> predicate)
buildMatchingOneOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasMatchingOneOf(Predicate<JSONSchemaPropsBuilder> predicate)
hasMatchingOneOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withOneOf(java.util.List<JSONSchemaProps> oneOf)
withOneOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withOneOf(JSONSchemaProps... oneOf)
withOneOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasOneOf()
hasOneOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.OneOfNested<A> addNewOneOf()
addNewOneOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.OneOfNested<A> addNewOneOfLike(JSONSchemaProps item)
addNewOneOfLike in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.OneOfNested<A> setNewOneOfLike(int index, JSONSchemaProps item)
setNewOneOfLike in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.OneOfNested<A> editOneOf(int index)
editOneOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.OneOfNested<A> editFirstOneOf()
editFirstOneOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.OneOfNested<A> editLastOneOf()
editLastOneOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public JSONSchemaPropsFluent.OneOfNested<A> editMatchingOneOf(Predicate<JSONSchemaPropsBuilder> predicate)
editMatchingOneOf in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.String getPattern()
getPattern in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withPattern(java.lang.String pattern)
withPattern in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasPattern()
hasPattern in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewPattern(java.lang.String arg1)
withNewPattern in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewPattern(java.lang.StringBuilder arg1)
withNewPattern in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewPattern(java.lang.StringBuffer arg1)
withNewPattern in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addToPatternProperties(java.lang.String key, JSONSchemaProps value)
addToPatternProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addToPatternProperties(java.util.Map<java.lang.String,JSONSchemaProps> map)
addToPatternProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A removeFromPatternProperties(java.lang.String key)
removeFromPatternProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A removeFromPatternProperties(java.util.Map<java.lang.String,JSONSchemaProps> map)
removeFromPatternProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.util.Map<java.lang.String,JSONSchemaProps> getPatternProperties()
getPatternProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withPatternProperties(java.util.Map<java.lang.String,JSONSchemaProps> patternProperties)
withPatternProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasPatternProperties()
hasPatternProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addToProperties(java.lang.String key, JSONSchemaProps value)
addToProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addToProperties(java.util.Map<java.lang.String,JSONSchemaProps> map)
addToProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A removeFromProperties(java.lang.String key)
removeFromProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A removeFromProperties(java.util.Map<java.lang.String,JSONSchemaProps> map)
removeFromProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.util.Map<java.lang.String,JSONSchemaProps> getProperties()
getProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withProperties(java.util.Map<java.lang.String,JSONSchemaProps> properties)
withProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasProperties()
hasProperties in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addToRequired(int index, java.lang.String item)
addToRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A setToRequired(int index, java.lang.String item)
setToRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addToRequired(java.lang.String... items)
addToRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addAllToRequired(java.util.Collection<java.lang.String> items)
addAllToRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A removeFromRequired(java.lang.String... items)
removeFromRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A removeAllFromRequired(java.util.Collection<java.lang.String> items)
removeAllFromRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.util.List<java.lang.String> getRequired()
getRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.String getRequired(int index)
getRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.String getFirstRequired()
getFirstRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.String getLastRequired()
getLastRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.String getMatchingRequired(Predicate<java.lang.String> predicate)
getMatchingRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasMatchingRequired(Predicate<java.lang.String> predicate)
hasMatchingRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withRequired(java.util.List<java.lang.String> required)
withRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withRequired(java.lang.String... required)
withRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasRequired()
hasRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addNewRequired(java.lang.String arg1)
addNewRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addNewRequired(java.lang.StringBuilder arg1)
addNewRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A addNewRequired(java.lang.StringBuffer arg1)
addNewRequired in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.String getTitle()
getTitle in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withTitle(java.lang.String title)
withTitle in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasTitle()
hasTitle in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewTitle(java.lang.String arg1)
withNewTitle in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewTitle(java.lang.StringBuilder arg1)
withNewTitle in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewTitle(java.lang.StringBuffer arg1)
withNewTitle in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.String getType()
getType in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withType(java.lang.String type)
withType in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasType()
hasType in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewType(java.lang.String arg1)
withNewType in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewType(java.lang.StringBuilder arg1)
withNewType in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewType(java.lang.StringBuffer arg1)
withNewType in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean isUniqueItems()
isUniqueItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withUniqueItems(java.lang.Boolean uniqueItems)
withUniqueItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public java.lang.Boolean hasUniqueItems()
hasUniqueItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewUniqueItems(java.lang.String arg1)
withNewUniqueItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public A withNewUniqueItems(boolean arg1)
withNewUniqueItems in interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.