public class V1beta1JSONSchemaPropsBuilder extends V1beta1JSONSchemaPropsFluentImpl<V1beta1JSONSchemaPropsBuilder> implements VisitableBuilder<V1beta1JSONSchemaProps,V1beta1JSONSchemaPropsBuilder>
V1beta1JSONSchemaPropsFluentImpl.AllOfNestedImpl<N>, V1beta1JSONSchemaPropsFluentImpl.AnyOfNestedImpl<N>, V1beta1JSONSchemaPropsFluentImpl.ExternalDocsNestedImpl<N>, V1beta1JSONSchemaPropsFluentImpl.NotNestedImpl<N>, V1beta1JSONSchemaPropsFluentImpl.OneOfNestedImpl<N>
V1beta1JSONSchemaPropsFluent.AllOfNested<N>, V1beta1JSONSchemaPropsFluent.AnyOfNested<N>, V1beta1JSONSchemaPropsFluent.ExternalDocsNested<N>, V1beta1JSONSchemaPropsFluent.NotNested<N>, V1beta1JSONSchemaPropsFluent.OneOfNested<N>
_visitables
Constructor and Description |
---|
V1beta1JSONSchemaPropsBuilder() |
V1beta1JSONSchemaPropsBuilder(Boolean validationEnabled) |
V1beta1JSONSchemaPropsBuilder(V1beta1JSONSchemaProps instance) |
V1beta1JSONSchemaPropsBuilder(V1beta1JSONSchemaProps instance,
Boolean validationEnabled) |
V1beta1JSONSchemaPropsBuilder(V1beta1JSONSchemaPropsFluent<?> fluent) |
V1beta1JSONSchemaPropsBuilder(V1beta1JSONSchemaPropsFluent<?> fluent,
Boolean validationEnabled) |
V1beta1JSONSchemaPropsBuilder(V1beta1JSONSchemaPropsFluent<?> fluent,
V1beta1JSONSchemaProps instance) |
V1beta1JSONSchemaPropsBuilder(V1beta1JSONSchemaPropsFluent<?> fluent,
V1beta1JSONSchemaProps instance,
Boolean validationEnabled) |
Modifier and Type | Method and Description |
---|---|
V1beta1JSONSchemaProps |
build() |
boolean |
equals(Object o) |
addAllToAllOf, addAllToAnyOf, addAllToEnum, addAllToOneOf, addAllToRequired, addNewAllOf, addNewAllOfLike, addNewAnyOf, addNewAnyOfLike, addNewOneOf, addNewOneOfLike, addNewRequired, addNewRequired, addNewRequired, addToAllOf, addToAllOf, addToAnyOf, addToAnyOf, addToDefinitions, addToDefinitions, addToDependencies, addToDependencies, addToEnum, addToEnum, addToOneOf, addToOneOf, addToPatternProperties, addToPatternProperties, addToProperties, addToProperties, addToRequired, addToRequired, buildAllOf, buildAllOf, buildAnyOf, buildAnyOf, buildExternalDocs, buildFirstAllOf, buildFirstAnyOf, buildFirstOneOf, buildLastAllOf, buildLastAnyOf, buildLastOneOf, buildMatchingAllOf, buildMatchingAnyOf, buildMatchingOneOf, buildNot, buildOneOf, buildOneOf, editAllOf, editAnyOf, editExternalDocs, editFirstAllOf, editFirstAnyOf, editFirstOneOf, editLastAllOf, editLastAnyOf, editLastOneOf, editMatchingAllOf, editMatchingAnyOf, editMatchingOneOf, editNot, editOneOf, editOrNewExternalDocs, editOrNewExternalDocsLike, editOrNewNot, editOrNewNotLike, getAdditionalItems, getAdditionalProperties, getAllOf, getAnyOf, getDefault, getDefinitions, getDependencies, getDescription, getEnum, getEnum, getExample, getExternalDocs, getFirstEnum, getFirstRequired, getFormat, getId, getItems, getLastEnum, getLastRequired, getMatchingEnum, getMatchingRequired, getMaximum, getMaxItems, getMaxLength, getMaxProperties, getMinimum, getMinItems, getMinLength, getMinProperties, getMultipleOf, getNot, getOneOf, getPattern, getPatternProperties, getProperties, getRef, getRequired, getRequired, getSchema, getTitle, getType, hasAdditionalItems, hasAdditionalProperties, hasAllOf, hasAnyOf, hasDefault, hasDefinitions, hasDependencies, hasDescription, hasEnum, hasExample, hasExclusiveMaximum, hasExclusiveMinimum, hasExternalDocs, hasFormat, hasId, hasItems, hasMatchingAllOf, hasMatchingAnyOf, hasMatchingEnum, hasMatchingOneOf, hasMatchingRequired, hasMaximum, hasMaxItems, hasMaxLength, hasMaxProperties, hasMinimum, hasMinItems, hasMinLength, hasMinProperties, hasMultipleOf, hasNot, hasNullable, hasOneOf, hasPattern, hasPatternProperties, hasProperties, hasRef, hasRequired, hasSchema, hasTitle, hasType, hasUniqueItems, isExclusiveMaximum, isExclusiveMinimum, isNullable, isUniqueItems, removeAllFromAllOf, removeAllFromAnyOf, removeAllFromEnum, removeAllFromOneOf, removeAllFromRequired, removeFromAllOf, removeFromAnyOf, removeFromDefinitions, removeFromDefinitions, removeFromDependencies, removeFromDependencies, removeFromEnum, removeFromOneOf, removeFromPatternProperties, removeFromPatternProperties, removeFromProperties, removeFromProperties, removeFromRequired, removeMatchingFromAllOf, removeMatchingFromAnyOf, removeMatchingFromOneOf, setNewAllOfLike, setNewAnyOfLike, setNewOneOfLike, setToAllOf, setToAnyOf, setToEnum, setToOneOf, setToRequired, withAdditionalItems, withAdditionalProperties, withAllOf, withAllOf, withAnyOf, withAnyOf, withDefault, withDefinitions, withDependencies, withDescription, withEnum, withEnum, withExample, withExclusiveMaximum, withExclusiveMinimum, withExternalDocs, withFormat, withId, withItems, withMaximum, withMaxItems, withMaxLength, withMaxProperties, withMinimum, withMinItems, withMinLength, withMinProperties, withMultipleOf, withNewDescription, withNewDescription, withNewDescription, withNewExclusiveMaximum, withNewExclusiveMaximum, withNewExclusiveMinimum, withNewExclusiveMinimum, withNewExternalDocs, withNewExternalDocsLike, withNewFormat, withNewFormat, withNewFormat, withNewId, withNewId, withNewId, withNewNot, withNewNotLike, withNewNullable, withNewNullable, withNewPattern, withNewPattern, withNewPattern, withNewRef, withNewRef, withNewRef, withNewSchema, withNewSchema, withNewSchema, withNewTitle, withNewTitle, withNewTitle, withNewType, withNewType, withNewType, withNewUniqueItems, withNewUniqueItems, withNot, withNullable, withOneOf, withOneOf, withPattern, withPatternProperties, withProperties, withRef, withRequired, withRequired, withSchema, withTitle, withType, withUniqueItems
accept, aggregate, aggregate, build, build, builderOf
public V1beta1JSONSchemaPropsBuilder()
public V1beta1JSONSchemaPropsBuilder(Boolean validationEnabled)
public V1beta1JSONSchemaPropsBuilder(V1beta1JSONSchemaPropsFluent<?> fluent)
public V1beta1JSONSchemaPropsBuilder(V1beta1JSONSchemaPropsFluent<?> fluent, Boolean validationEnabled)
public V1beta1JSONSchemaPropsBuilder(V1beta1JSONSchemaPropsFluent<?> fluent, V1beta1JSONSchemaProps instance)
public V1beta1JSONSchemaPropsBuilder(V1beta1JSONSchemaPropsFluent<?> fluent, V1beta1JSONSchemaProps instance, Boolean validationEnabled)
public V1beta1JSONSchemaPropsBuilder(V1beta1JSONSchemaProps instance)
public V1beta1JSONSchemaPropsBuilder(V1beta1JSONSchemaProps instance, Boolean validationEnabled)
public V1beta1JSONSchemaProps build()
build
in interface Builder<V1beta1JSONSchemaProps>
public boolean equals(Object o)
equals
in class V1beta1JSONSchemaPropsFluentImpl<V1beta1JSONSchemaPropsBuilder>
Copyright © 2020. All rights reserved.