public interface V1beta1JSONSchemaPropsFluent<A extends V1beta1JSONSchemaPropsFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1beta1JSONSchemaPropsFluent.AllOfNested<N> |
static interface |
V1beta1JSONSchemaPropsFluent.AnyOfNested<N> |
static interface |
V1beta1JSONSchemaPropsFluent.ExternalDocsNested<N> |
static interface |
V1beta1JSONSchemaPropsFluent.NotNested<N> |
static interface |
V1beta1JSONSchemaPropsFluent.OneOfNested<N> |
String getRef()
Boolean hasRef()
String getSchema()
Boolean hasSchema()
Object getAdditionalItems()
Boolean hasAdditionalItems()
Object getAdditionalProperties()
Boolean hasAdditionalProperties()
A addToAllOf(int index, V1beta1JSONSchemaProps item)
A setToAllOf(int index, V1beta1JSONSchemaProps item)
A addToAllOf(V1beta1JSONSchemaProps... items)
A addAllToAllOf(Collection<V1beta1JSONSchemaProps> items)
A removeFromAllOf(V1beta1JSONSchemaProps... items)
A removeAllFromAllOf(Collection<V1beta1JSONSchemaProps> items)
@Deprecated List<V1beta1JSONSchemaProps> getAllOf()
List<V1beta1JSONSchemaProps> buildAllOf()
V1beta1JSONSchemaProps buildAllOf(int index)
V1beta1JSONSchemaProps buildFirstAllOf()
V1beta1JSONSchemaProps buildLastAllOf()
V1beta1JSONSchemaProps buildMatchingAllOf(Predicate<V1beta1JSONSchemaPropsBuilder> predicate)
A withAllOf(List<V1beta1JSONSchemaProps> allOf)
A withAllOf(V1beta1JSONSchemaProps... allOf)
Boolean hasAllOf()
V1beta1JSONSchemaPropsFluent.AllOfNested<A> addNewAllOf()
V1beta1JSONSchemaPropsFluent.AllOfNested<A> addNewAllOfLike(V1beta1JSONSchemaProps item)
V1beta1JSONSchemaPropsFluent.AllOfNested<A> setNewAllOfLike(int index, V1beta1JSONSchemaProps item)
V1beta1JSONSchemaPropsFluent.AllOfNested<A> editAllOf(int index)
V1beta1JSONSchemaPropsFluent.AllOfNested<A> editFirstAllOf()
V1beta1JSONSchemaPropsFluent.AllOfNested<A> editLastAllOf()
V1beta1JSONSchemaPropsFluent.AllOfNested<A> editMatchingAllOf(Predicate<V1beta1JSONSchemaPropsBuilder> predicate)
A addToAnyOf(int index, V1beta1JSONSchemaProps item)
A setToAnyOf(int index, V1beta1JSONSchemaProps item)
A addToAnyOf(V1beta1JSONSchemaProps... items)
A addAllToAnyOf(Collection<V1beta1JSONSchemaProps> items)
A removeFromAnyOf(V1beta1JSONSchemaProps... items)
A removeAllFromAnyOf(Collection<V1beta1JSONSchemaProps> items)
@Deprecated List<V1beta1JSONSchemaProps> getAnyOf()
List<V1beta1JSONSchemaProps> buildAnyOf()
V1beta1JSONSchemaProps buildAnyOf(int index)
V1beta1JSONSchemaProps buildFirstAnyOf()
V1beta1JSONSchemaProps buildLastAnyOf()
V1beta1JSONSchemaProps buildMatchingAnyOf(Predicate<V1beta1JSONSchemaPropsBuilder> predicate)
A withAnyOf(List<V1beta1JSONSchemaProps> anyOf)
A withAnyOf(V1beta1JSONSchemaProps... anyOf)
Boolean hasAnyOf()
V1beta1JSONSchemaPropsFluent.AnyOfNested<A> addNewAnyOf()
V1beta1JSONSchemaPropsFluent.AnyOfNested<A> addNewAnyOfLike(V1beta1JSONSchemaProps item)
V1beta1JSONSchemaPropsFluent.AnyOfNested<A> setNewAnyOfLike(int index, V1beta1JSONSchemaProps item)
V1beta1JSONSchemaPropsFluent.AnyOfNested<A> editAnyOf(int index)
V1beta1JSONSchemaPropsFluent.AnyOfNested<A> editFirstAnyOf()
V1beta1JSONSchemaPropsFluent.AnyOfNested<A> editLastAnyOf()
V1beta1JSONSchemaPropsFluent.AnyOfNested<A> editMatchingAnyOf(Predicate<V1beta1JSONSchemaPropsBuilder> predicate)
Object getDefault()
Boolean hasDefault()
A addToDefinitions(String key, V1beta1JSONSchemaProps value)
A addToDefinitions(Map<String,V1beta1JSONSchemaProps> map)
A removeFromDefinitions(Map<String,V1beta1JSONSchemaProps> map)
Map<String,V1beta1JSONSchemaProps> getDefinitions()
A withDefinitions(Map<String,V1beta1JSONSchemaProps> definitions)
Boolean hasDefinitions()
Boolean hasDependencies()
String getDescription()
Boolean hasDescription()
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 V1beta1ExternalDocumentation getExternalDocs()
V1beta1ExternalDocumentation buildExternalDocs()
A withExternalDocs(V1beta1ExternalDocumentation externalDocs)
Boolean hasExternalDocs()
V1beta1JSONSchemaPropsFluent.ExternalDocsNested<A> withNewExternalDocs()
V1beta1JSONSchemaPropsFluent.ExternalDocsNested<A> withNewExternalDocsLike(V1beta1ExternalDocumentation item)
V1beta1JSONSchemaPropsFluent.ExternalDocsNested<A> editExternalDocs()
V1beta1JSONSchemaPropsFluent.ExternalDocsNested<A> editOrNewExternalDocs()
V1beta1JSONSchemaPropsFluent.ExternalDocsNested<A> editOrNewExternalDocsLike(V1beta1ExternalDocumentation item)
String getFormat()
Boolean hasFormat()
String getId()
Boolean hasId()
Object getItems()
Boolean hasItems()
Long getMaxItems()
Boolean hasMaxItems()
A withNewMaxItems(long arg1)
Long getMaxLength()
Boolean hasMaxLength()
A withNewMaxLength(long arg1)
Long getMaxProperties()
Boolean hasMaxProperties()
A withNewMaxProperties(long arg1)
Double getMaximum()
Boolean hasMaximum()
A withNewMaximum(double arg1)
Long getMinItems()
Boolean hasMinItems()
A withNewMinItems(long arg1)
Long getMinLength()
Boolean hasMinLength()
A withNewMinLength(long arg1)
Long getMinProperties()
Boolean hasMinProperties()
A withNewMinProperties(long arg1)
Double getMinimum()
Boolean hasMinimum()
A withNewMinimum(double arg1)
Double getMultipleOf()
Boolean hasMultipleOf()
A withNewMultipleOf(double arg1)
@Deprecated V1beta1JSONSchemaProps getNot()
V1beta1JSONSchemaProps buildNot()
A withNot(V1beta1JSONSchemaProps not)
Boolean hasNot()
V1beta1JSONSchemaPropsFluent.NotNested<A> withNewNot()
V1beta1JSONSchemaPropsFluent.NotNested<A> withNewNotLike(V1beta1JSONSchemaProps item)
V1beta1JSONSchemaPropsFluent.NotNested<A> editNot()
V1beta1JSONSchemaPropsFluent.NotNested<A> editOrNewNot()
V1beta1JSONSchemaPropsFluent.NotNested<A> editOrNewNotLike(V1beta1JSONSchemaProps item)
A addToOneOf(int index, V1beta1JSONSchemaProps item)
A setToOneOf(int index, V1beta1JSONSchemaProps item)
A addToOneOf(V1beta1JSONSchemaProps... items)
A addAllToOneOf(Collection<V1beta1JSONSchemaProps> items)
A removeFromOneOf(V1beta1JSONSchemaProps... items)
A removeAllFromOneOf(Collection<V1beta1JSONSchemaProps> items)
@Deprecated List<V1beta1JSONSchemaProps> getOneOf()
List<V1beta1JSONSchemaProps> buildOneOf()
V1beta1JSONSchemaProps buildOneOf(int index)
V1beta1JSONSchemaProps buildFirstOneOf()
V1beta1JSONSchemaProps buildLastOneOf()
V1beta1JSONSchemaProps buildMatchingOneOf(Predicate<V1beta1JSONSchemaPropsBuilder> predicate)
A withOneOf(List<V1beta1JSONSchemaProps> oneOf)
A withOneOf(V1beta1JSONSchemaProps... oneOf)
Boolean hasOneOf()
V1beta1JSONSchemaPropsFluent.OneOfNested<A> addNewOneOf()
V1beta1JSONSchemaPropsFluent.OneOfNested<A> addNewOneOfLike(V1beta1JSONSchemaProps item)
V1beta1JSONSchemaPropsFluent.OneOfNested<A> setNewOneOfLike(int index, V1beta1JSONSchemaProps item)
V1beta1JSONSchemaPropsFluent.OneOfNested<A> editOneOf(int index)
V1beta1JSONSchemaPropsFluent.OneOfNested<A> editFirstOneOf()
V1beta1JSONSchemaPropsFluent.OneOfNested<A> editLastOneOf()
V1beta1JSONSchemaPropsFluent.OneOfNested<A> editMatchingOneOf(Predicate<V1beta1JSONSchemaPropsBuilder> predicate)
String getPattern()
Boolean hasPattern()
A addToPatternProperties(String key, V1beta1JSONSchemaProps value)
A addToPatternProperties(Map<String,V1beta1JSONSchemaProps> map)
A removeFromPatternProperties(Map<String,V1beta1JSONSchemaProps> map)
Map<String,V1beta1JSONSchemaProps> getPatternProperties()
A withPatternProperties(Map<String,V1beta1JSONSchemaProps> patternProperties)
Boolean hasPatternProperties()
A addToProperties(String key, V1beta1JSONSchemaProps value)
A addToProperties(Map<String,V1beta1JSONSchemaProps> map)
A removeFromProperties(Map<String,V1beta1JSONSchemaProps> map)
Map<String,V1beta1JSONSchemaProps> getProperties()
A withProperties(Map<String,V1beta1JSONSchemaProps> properties)
Boolean hasProperties()
A addAllToRequired(Collection<String> items)
A removeAllFromRequired(Collection<String> items)
String getRequired(int index)
String getFirstRequired()
String getLastRequired()
Boolean hasRequired()
String getTitle()
Boolean hasTitle()
String getType()
Boolean hasType()
Boolean isUniqueItems()
Boolean hasUniqueItems()
A withNewUniqueItems(boolean arg1)
Copyright © 2018. All rights reserved.