public interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1JSONSchemaPropsFluent.AllOfNested<N> |
static interface |
V1JSONSchemaPropsFluent.AnyOfNested<N> |
static interface |
V1JSONSchemaPropsFluent.ExternalDocsNested<N> |
static interface |
V1JSONSchemaPropsFluent.NotNested<N> |
static interface |
V1JSONSchemaPropsFluent.OneOfNested<N> |
String getRef()
Boolean hasRef()
A withNewRef(StringBuilder arg1)
A withNewRef(StringBuffer arg1)
String getSchema()
Boolean hasSchema()
A withNewSchema(StringBuilder arg1)
A withNewSchema(StringBuffer arg1)
Object getAdditionalItems()
Boolean hasAdditionalItems()
Object getAdditionalProperties()
Boolean hasAdditionalProperties()
A addToAllOf(int index, V1JSONSchemaProps item)
A setToAllOf(int index, V1JSONSchemaProps item)
A addToAllOf(V1JSONSchemaProps... items)
A addAllToAllOf(Collection<V1JSONSchemaProps> items)
A removeFromAllOf(V1JSONSchemaProps... items)
A removeAllFromAllOf(Collection<V1JSONSchemaProps> items)
A removeMatchingFromAllOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
@Deprecated List<V1JSONSchemaProps> getAllOf()
List<V1JSONSchemaProps> buildAllOf()
V1JSONSchemaProps buildAllOf(int index)
V1JSONSchemaProps buildFirstAllOf()
V1JSONSchemaProps buildLastAllOf()
V1JSONSchemaProps buildMatchingAllOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
Boolean hasMatchingAllOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
A withAllOf(List<V1JSONSchemaProps> allOf)
A withAllOf(V1JSONSchemaProps... allOf)
Boolean hasAllOf()
V1JSONSchemaPropsFluent.AllOfNested<A> addNewAllOf()
V1JSONSchemaPropsFluent.AllOfNested<A> addNewAllOfLike(V1JSONSchemaProps item)
V1JSONSchemaPropsFluent.AllOfNested<A> setNewAllOfLike(int index, V1JSONSchemaProps item)
V1JSONSchemaPropsFluent.AllOfNested<A> editAllOf(int index)
V1JSONSchemaPropsFluent.AllOfNested<A> editFirstAllOf()
V1JSONSchemaPropsFluent.AllOfNested<A> editLastAllOf()
V1JSONSchemaPropsFluent.AllOfNested<A> editMatchingAllOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
A addToAnyOf(int index, V1JSONSchemaProps item)
A setToAnyOf(int index, V1JSONSchemaProps item)
A addToAnyOf(V1JSONSchemaProps... items)
A addAllToAnyOf(Collection<V1JSONSchemaProps> items)
A removeFromAnyOf(V1JSONSchemaProps... items)
A removeAllFromAnyOf(Collection<V1JSONSchemaProps> items)
A removeMatchingFromAnyOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
@Deprecated List<V1JSONSchemaProps> getAnyOf()
List<V1JSONSchemaProps> buildAnyOf()
V1JSONSchemaProps buildAnyOf(int index)
V1JSONSchemaProps buildFirstAnyOf()
V1JSONSchemaProps buildLastAnyOf()
V1JSONSchemaProps buildMatchingAnyOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
Boolean hasMatchingAnyOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
A withAnyOf(List<V1JSONSchemaProps> anyOf)
A withAnyOf(V1JSONSchemaProps... anyOf)
Boolean hasAnyOf()
V1JSONSchemaPropsFluent.AnyOfNested<A> addNewAnyOf()
V1JSONSchemaPropsFluent.AnyOfNested<A> addNewAnyOfLike(V1JSONSchemaProps item)
V1JSONSchemaPropsFluent.AnyOfNested<A> setNewAnyOfLike(int index, V1JSONSchemaProps item)
V1JSONSchemaPropsFluent.AnyOfNested<A> editAnyOf(int index)
V1JSONSchemaPropsFluent.AnyOfNested<A> editFirstAnyOf()
V1JSONSchemaPropsFluent.AnyOfNested<A> editLastAnyOf()
V1JSONSchemaPropsFluent.AnyOfNested<A> editMatchingAnyOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
Object getDefault()
Boolean hasDefault()
A addToDefinitions(String key, V1JSONSchemaProps value)
A addToDefinitions(Map<String,V1JSONSchemaProps> map)
A removeFromDefinitions(Map<String,V1JSONSchemaProps> map)
Map<String,V1JSONSchemaProps> getDefinitions()
A withDefinitions(Map<String,V1JSONSchemaProps> definitions)
Boolean hasDefinitions()
Boolean hasDependencies()
String getDescription()
Boolean hasDescription()
A withNewDescription(StringBuilder arg1)
A withNewDescription(StringBuffer arg1)
A addAllToEnum(Collection<Object> items)
A removeAllFromEnum(Collection<Object> items)
Object getEnum(int index)
Object getFirstEnum()
Object getLastEnum()
Boolean hasEnum()
Object getExample()
Boolean hasExample()
Boolean isExclusiveMaximum()
Boolean hasExclusiveMaximum()
A withNewExclusiveMaximum(boolean arg1)
Boolean isExclusiveMinimum()
Boolean hasExclusiveMinimum()
A withNewExclusiveMinimum(boolean arg1)
@Deprecated V1ExternalDocumentation getExternalDocs()
V1ExternalDocumentation buildExternalDocs()
A withExternalDocs(V1ExternalDocumentation externalDocs)
Boolean hasExternalDocs()
V1JSONSchemaPropsFluent.ExternalDocsNested<A> withNewExternalDocs()
V1JSONSchemaPropsFluent.ExternalDocsNested<A> withNewExternalDocsLike(V1ExternalDocumentation item)
V1JSONSchemaPropsFluent.ExternalDocsNested<A> editExternalDocs()
V1JSONSchemaPropsFluent.ExternalDocsNested<A> editOrNewExternalDocs()
V1JSONSchemaPropsFluent.ExternalDocsNested<A> editOrNewExternalDocsLike(V1ExternalDocumentation item)
String getFormat()
Boolean hasFormat()
A withNewFormat(StringBuilder arg1)
A withNewFormat(StringBuffer arg1)
String getId()
Boolean hasId()
A withNewId(StringBuilder arg1)
A withNewId(StringBuffer arg1)
Object getItems()
Boolean hasItems()
Long getMaxItems()
Boolean hasMaxItems()
Long getMaxLength()
Boolean hasMaxLength()
Long getMaxProperties()
Boolean hasMaxProperties()
Double getMaximum()
Boolean hasMaximum()
Long getMinItems()
Boolean hasMinItems()
Long getMinLength()
Boolean hasMinLength()
Long getMinProperties()
Boolean hasMinProperties()
Double getMinimum()
Boolean hasMinimum()
Double getMultipleOf()
Boolean hasMultipleOf()
@Deprecated V1JSONSchemaProps getNot()
V1JSONSchemaProps buildNot()
A withNot(V1JSONSchemaProps not)
Boolean hasNot()
V1JSONSchemaPropsFluent.NotNested<A> withNewNot()
V1JSONSchemaPropsFluent.NotNested<A> withNewNotLike(V1JSONSchemaProps item)
V1JSONSchemaPropsFluent.NotNested<A> editNot()
V1JSONSchemaPropsFluent.NotNested<A> editOrNewNot()
V1JSONSchemaPropsFluent.NotNested<A> editOrNewNotLike(V1JSONSchemaProps item)
Boolean isNullable()
Boolean hasNullable()
A withNewNullable(boolean arg1)
A addToOneOf(int index, V1JSONSchemaProps item)
A setToOneOf(int index, V1JSONSchemaProps item)
A addToOneOf(V1JSONSchemaProps... items)
A addAllToOneOf(Collection<V1JSONSchemaProps> items)
A removeFromOneOf(V1JSONSchemaProps... items)
A removeAllFromOneOf(Collection<V1JSONSchemaProps> items)
A removeMatchingFromOneOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
@Deprecated List<V1JSONSchemaProps> getOneOf()
List<V1JSONSchemaProps> buildOneOf()
V1JSONSchemaProps buildOneOf(int index)
V1JSONSchemaProps buildFirstOneOf()
V1JSONSchemaProps buildLastOneOf()
V1JSONSchemaProps buildMatchingOneOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
Boolean hasMatchingOneOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
A withOneOf(List<V1JSONSchemaProps> oneOf)
A withOneOf(V1JSONSchemaProps... oneOf)
Boolean hasOneOf()
V1JSONSchemaPropsFluent.OneOfNested<A> addNewOneOf()
V1JSONSchemaPropsFluent.OneOfNested<A> addNewOneOfLike(V1JSONSchemaProps item)
V1JSONSchemaPropsFluent.OneOfNested<A> setNewOneOfLike(int index, V1JSONSchemaProps item)
V1JSONSchemaPropsFluent.OneOfNested<A> editOneOf(int index)
V1JSONSchemaPropsFluent.OneOfNested<A> editFirstOneOf()
V1JSONSchemaPropsFluent.OneOfNested<A> editLastOneOf()
V1JSONSchemaPropsFluent.OneOfNested<A> editMatchingOneOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
String getPattern()
Boolean hasPattern()
A withNewPattern(StringBuilder arg1)
A withNewPattern(StringBuffer arg1)
A addToPatternProperties(String key, V1JSONSchemaProps value)
A addToPatternProperties(Map<String,V1JSONSchemaProps> map)
A removeFromPatternProperties(Map<String,V1JSONSchemaProps> map)
Map<String,V1JSONSchemaProps> getPatternProperties()
A withPatternProperties(Map<String,V1JSONSchemaProps> patternProperties)
Boolean hasPatternProperties()
A addToProperties(String key, V1JSONSchemaProps value)
A addToProperties(Map<String,V1JSONSchemaProps> map)
A removeFromProperties(Map<String,V1JSONSchemaProps> map)
Map<String,V1JSONSchemaProps> getProperties()
A withProperties(Map<String,V1JSONSchemaProps> properties)
Boolean hasProperties()
A addAllToRequired(Collection<String> items)
A removeAllFromRequired(Collection<String> items)
String getRequired(int index)
String getFirstRequired()
String getLastRequired()
Boolean hasRequired()
A addNewRequired(StringBuilder arg1)
A addNewRequired(StringBuffer arg1)
String getTitle()
Boolean hasTitle()
A withNewTitle(StringBuilder arg1)
A withNewTitle(StringBuffer arg1)
String getType()
Boolean hasType()
A withNewType(StringBuilder arg1)
A withNewType(StringBuffer arg1)
Boolean isUniqueItems()
Boolean hasUniqueItems()
A withNewUniqueItems(boolean arg1)
Copyright © 2020. All rights reserved.