Class V1JSONSchemaPropsFluentImpl<A extends V1JSONSchemaPropsFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1JSONSchemaPropsFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1JSONSchemaPropsFluent<A>
- Direct Known Subclasses:
V1JSONSchemaPropsBuilder
public class V1JSONSchemaPropsFluentImpl<A extends V1JSONSchemaPropsFluent<A>>
extends BaseFluent<A>
implements V1JSONSchemaPropsFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1JSONSchemaPropsFluent
V1JSONSchemaPropsFluent.AllOfNested<N>, V1JSONSchemaPropsFluent.AnyOfNested<N>, V1JSONSchemaPropsFluent.ExternalDocsNested<N>, V1JSONSchemaPropsFluent.NotNested<N>, V1JSONSchemaPropsFluent.OneOfNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1JSONSchemaPropsFluentImpl(io.kubernetes.client.openapi.models.V1JSONSchemaProps instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToAllOf(Collection<io.kubernetes.client.openapi.models.V1JSONSchemaProps> items) addAllToAnyOf(Collection<io.kubernetes.client.openapi.models.V1JSONSchemaProps> items) addAllToEnum(Collection<Object> items) addAllToOneOf(Collection<io.kubernetes.client.openapi.models.V1JSONSchemaProps> items) addAllToRequired(Collection<String> items) addNewAllOfLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) addNewAnyOfLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) addNewOneOfLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) addToAllOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... items) addToAllOf(Integer index, io.kubernetes.client.openapi.models.V1JSONSchemaProps item) addToAnyOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... items) addToAnyOf(Integer index, io.kubernetes.client.openapi.models.V1JSONSchemaProps item) addToDefinitions(String key, io.kubernetes.client.openapi.models.V1JSONSchemaProps value) addToDefinitions(Map<String, io.kubernetes.client.openapi.models.V1JSONSchemaProps> map) addToDependencies(String key, Object value) addToDependencies(Map<String, Object> map) addToOneOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... items) addToOneOf(Integer index, io.kubernetes.client.openapi.models.V1JSONSchemaProps item) addToPatternProperties(String key, io.kubernetes.client.openapi.models.V1JSONSchemaProps value) addToPatternProperties(Map<String, io.kubernetes.client.openapi.models.V1JSONSchemaProps> map) addToProperties(String key, io.kubernetes.client.openapi.models.V1JSONSchemaProps value) addToProperties(Map<String, io.kubernetes.client.openapi.models.V1JSONSchemaProps> map) addToRequired(Integer index, String item) addToRequired(String... items) List<io.kubernetes.client.openapi.models.V1JSONSchemaProps>io.kubernetes.client.openapi.models.V1JSONSchemaPropsbuildAllOf(Integer index) List<io.kubernetes.client.openapi.models.V1JSONSchemaProps>io.kubernetes.client.openapi.models.V1JSONSchemaPropsbuildAnyOf(Integer index) io.kubernetes.client.openapi.models.V1ExternalDocumentationio.kubernetes.client.openapi.models.V1JSONSchemaPropsio.kubernetes.client.openapi.models.V1JSONSchemaPropsio.kubernetes.client.openapi.models.V1JSONSchemaPropsio.kubernetes.client.openapi.models.V1JSONSchemaPropsio.kubernetes.client.openapi.models.V1JSONSchemaPropsio.kubernetes.client.openapi.models.V1JSONSchemaPropsio.kubernetes.client.openapi.models.V1JSONSchemaPropsbuildMatchingAllOf(Predicate<V1JSONSchemaPropsBuilder> predicate) io.kubernetes.client.openapi.models.V1JSONSchemaPropsbuildMatchingAnyOf(Predicate<V1JSONSchemaPropsBuilder> predicate) io.kubernetes.client.openapi.models.V1JSONSchemaPropsbuildMatchingOneOf(Predicate<V1JSONSchemaPropsBuilder> predicate) io.kubernetes.client.openapi.models.V1JSONSchemaPropsbuildNot()List<io.kubernetes.client.openapi.models.V1JSONSchemaProps>io.kubernetes.client.openapi.models.V1JSONSchemaPropsbuildOneOf(Integer index) editMatchingAllOf(Predicate<V1JSONSchemaPropsBuilder> predicate) editMatchingAnyOf(Predicate<V1JSONSchemaPropsBuilder> predicate) editMatchingOneOf(Predicate<V1JSONSchemaPropsBuilder> predicate) editNot()editOrNewExternalDocsLike(io.kubernetes.client.openapi.models.V1ExternalDocumentation item) editOrNewNotLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) booleanList<io.kubernetes.client.openapi.models.V1JSONSchemaProps>getAllOf()Deprecated.List<io.kubernetes.client.openapi.models.V1JSONSchemaProps>getAnyOf()Deprecated.getEnum()io.kubernetes.client.openapi.models.V1ExternalDocumentationDeprecated.getId()getItems()getMatchingEnum(Predicate<Object> predicate) getMatchingRequired(Predicate<String> predicate) io.kubernetes.client.openapi.models.V1JSONSchemaPropsgetNot()Deprecated.List<io.kubernetes.client.openapi.models.V1JSONSchemaProps>getOneOf()Deprecated.getRef()getRequired(Integer index) getTitle()getType()hasAllOf()hasAnyOf()hasEnum()inthashCode()hasId()hasItems()hasMatchingAllOf(Predicate<V1JSONSchemaPropsBuilder> predicate) hasMatchingAnyOf(Predicate<V1JSONSchemaPropsBuilder> predicate) hasMatchingEnum(Predicate<Object> predicate) hasMatchingOneOf(Predicate<V1JSONSchemaPropsBuilder> predicate) hasMatchingRequired(Predicate<String> predicate) hasNot()hasOneOf()hasRef()hasTitle()hasType()removeAllFromAllOf(Collection<io.kubernetes.client.openapi.models.V1JSONSchemaProps> items) removeAllFromAnyOf(Collection<io.kubernetes.client.openapi.models.V1JSONSchemaProps> items) removeAllFromEnum(Collection<Object> items) removeAllFromOneOf(Collection<io.kubernetes.client.openapi.models.V1JSONSchemaProps> items) removeAllFromRequired(Collection<String> items) removeFromAllOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... items) removeFromAnyOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... items) removeFromDefinitions(Map<String, io.kubernetes.client.openapi.models.V1JSONSchemaProps> map) removeFromEnum(Object... items) removeFromOneOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... items) removeFromPatternProperties(Map<String, io.kubernetes.client.openapi.models.V1JSONSchemaProps> map) removeFromProperties(Map<String, io.kubernetes.client.openapi.models.V1JSONSchemaProps> map) removeFromRequired(String... items) removeMatchingFromAllOf(Predicate<V1JSONSchemaPropsBuilder> predicate) removeMatchingFromAnyOf(Predicate<V1JSONSchemaPropsBuilder> predicate) removeMatchingFromOneOf(Predicate<V1JSONSchemaPropsBuilder> predicate) setNewAllOfLike(Integer index, io.kubernetes.client.openapi.models.V1JSONSchemaProps item) setNewAnyOfLike(Integer index, io.kubernetes.client.openapi.models.V1JSONSchemaProps item) setNewOneOfLike(Integer index, io.kubernetes.client.openapi.models.V1JSONSchemaProps item) setToAllOf(Integer index, io.kubernetes.client.openapi.models.V1JSONSchemaProps item) setToAnyOf(Integer index, io.kubernetes.client.openapi.models.V1JSONSchemaProps item) setToOneOf(Integer index, io.kubernetes.client.openapi.models.V1JSONSchemaProps item) setToRequired(Integer index, String item) toString()withAdditionalItems(Object additionalItems) withAdditionalProperties(Object additionalProperties) withAllOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... allOf) withAnyOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... anyOf) withDefault(Object _default) <K,V> A withDefinitions(Map<String, io.kubernetes.client.openapi.models.V1JSONSchemaProps> definitions) <K,V> A withDependencies(Map<String, Object> dependencies) withDescription(String description) withExample(Object example) withExclusiveMaximum(Boolean exclusiveMaximum) withExclusiveMinimum(Boolean exclusiveMinimum) withExternalDocs(io.kubernetes.client.openapi.models.V1ExternalDocumentation externalDocs) withFormat(String format) withMaximum(Double maximum) withMaxItems(Long maxItems) withMaxLength(Long maxLength) withMaxProperties(Long maxProperties) withMinimum(Double minimum) withMinItems(Long minItems) withMinLength(Long minLength) withMinProperties(Long minProperties) withMultipleOf(Double multipleOf) withNewExternalDocsLike(io.kubernetes.client.openapi.models.V1ExternalDocumentation item) withNewNotLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) withNot(io.kubernetes.client.openapi.models.V1JSONSchemaProps not) withNullable(Boolean nullable) withOneOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... oneOf) withPattern(String pattern) <K,V> A withPatternProperties(Map<String, io.kubernetes.client.openapi.models.V1JSONSchemaProps> patternProperties) <K,V> A withProperties(Map<String, io.kubernetes.client.openapi.models.V1JSONSchemaProps> properties) withRequired(String... required) withRequired(List<String> required) withSchema(String $schema) withUniqueItems(Boolean uniqueItems) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1JSONSchemaPropsFluentImpl
public V1JSONSchemaPropsFluentImpl() -
V1JSONSchemaPropsFluentImpl
public V1JSONSchemaPropsFluentImpl(io.kubernetes.client.openapi.models.V1JSONSchemaProps instance)
-
-
Method Details
-
getRef
- Specified by:
getRefin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withRef
- Specified by:
withRefin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasRef
- Specified by:
hasRefin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getSchema
- Specified by:
getSchemain interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withSchema
- Specified by:
withSchemain interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasSchema
- Specified by:
hasSchemain interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getAdditionalItems
- Specified by:
getAdditionalItemsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withAdditionalItems
- Specified by:
withAdditionalItemsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasAdditionalItems
- Specified by:
hasAdditionalItemsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getAdditionalProperties
- Specified by:
getAdditionalPropertiesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withAdditionalProperties
- Specified by:
withAdditionalPropertiesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasAdditionalProperties
- Specified by:
hasAdditionalPropertiesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addToAllOf
- Specified by:
addToAllOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
setToAllOf
- Specified by:
setToAllOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addToAllOf
- Specified by:
addToAllOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addAllToAllOf
- Specified by:
addAllToAllOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
removeFromAllOf
- Specified by:
removeFromAllOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
removeAllFromAllOf
public A removeAllFromAllOf(Collection<io.kubernetes.client.openapi.models.V1JSONSchemaProps> items) - Specified by:
removeAllFromAllOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
removeMatchingFromAllOf
- Specified by:
removeMatchingFromAllOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getAllOf
Deprecated.This method has been deprecated, please use method buildAllOf instead.- Specified by:
getAllOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>- Returns:
- The buildable object.
-
buildAllOf
- Specified by:
buildAllOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
buildAllOf
- Specified by:
buildAllOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
buildFirstAllOf
public io.kubernetes.client.openapi.models.V1JSONSchemaProps buildFirstAllOf()- Specified by:
buildFirstAllOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
buildLastAllOf
public io.kubernetes.client.openapi.models.V1JSONSchemaProps buildLastAllOf()- Specified by:
buildLastAllOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
buildMatchingAllOf
public io.kubernetes.client.openapi.models.V1JSONSchemaProps buildMatchingAllOf(Predicate<V1JSONSchemaPropsBuilder> predicate) - Specified by:
buildMatchingAllOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasMatchingAllOf
- Specified by:
hasMatchingAllOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withAllOf
- Specified by:
withAllOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withAllOf
- Specified by:
withAllOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasAllOf
- Specified by:
hasAllOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addNewAllOf
- Specified by:
addNewAllOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addNewAllOfLike
public V1JSONSchemaPropsFluent.AllOfNested<A> addNewAllOfLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) - Specified by:
addNewAllOfLikein interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
setNewAllOfLike
public V1JSONSchemaPropsFluent.AllOfNested<A> setNewAllOfLike(Integer index, io.kubernetes.client.openapi.models.V1JSONSchemaProps item) - Specified by:
setNewAllOfLikein interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
editAllOf
- Specified by:
editAllOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
editFirstAllOf
- Specified by:
editFirstAllOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
editLastAllOf
- Specified by:
editLastAllOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
editMatchingAllOf
public V1JSONSchemaPropsFluent.AllOfNested<A> editMatchingAllOf(Predicate<V1JSONSchemaPropsBuilder> predicate) - Specified by:
editMatchingAllOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addToAnyOf
- Specified by:
addToAnyOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
setToAnyOf
- Specified by:
setToAnyOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addToAnyOf
- Specified by:
addToAnyOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addAllToAnyOf
- Specified by:
addAllToAnyOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
removeFromAnyOf
- Specified by:
removeFromAnyOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
removeAllFromAnyOf
public A removeAllFromAnyOf(Collection<io.kubernetes.client.openapi.models.V1JSONSchemaProps> items) - Specified by:
removeAllFromAnyOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
removeMatchingFromAnyOf
- Specified by:
removeMatchingFromAnyOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getAnyOf
Deprecated.This method has been deprecated, please use method buildAnyOf instead.- Specified by:
getAnyOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>- Returns:
- The buildable object.
-
buildAnyOf
- Specified by:
buildAnyOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
buildAnyOf
- Specified by:
buildAnyOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
buildFirstAnyOf
public io.kubernetes.client.openapi.models.V1JSONSchemaProps buildFirstAnyOf()- Specified by:
buildFirstAnyOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
buildLastAnyOf
public io.kubernetes.client.openapi.models.V1JSONSchemaProps buildLastAnyOf()- Specified by:
buildLastAnyOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
buildMatchingAnyOf
public io.kubernetes.client.openapi.models.V1JSONSchemaProps buildMatchingAnyOf(Predicate<V1JSONSchemaPropsBuilder> predicate) - Specified by:
buildMatchingAnyOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasMatchingAnyOf
- Specified by:
hasMatchingAnyOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withAnyOf
- Specified by:
withAnyOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withAnyOf
- Specified by:
withAnyOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasAnyOf
- Specified by:
hasAnyOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addNewAnyOf
- Specified by:
addNewAnyOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addNewAnyOfLike
public V1JSONSchemaPropsFluent.AnyOfNested<A> addNewAnyOfLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) - Specified by:
addNewAnyOfLikein interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
setNewAnyOfLike
public V1JSONSchemaPropsFluent.AnyOfNested<A> setNewAnyOfLike(Integer index, io.kubernetes.client.openapi.models.V1JSONSchemaProps item) - Specified by:
setNewAnyOfLikein interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
editAnyOf
- Specified by:
editAnyOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
editFirstAnyOf
- Specified by:
editFirstAnyOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
editLastAnyOf
- Specified by:
editLastAnyOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
editMatchingAnyOf
public V1JSONSchemaPropsFluent.AnyOfNested<A> editMatchingAnyOf(Predicate<V1JSONSchemaPropsBuilder> predicate) - Specified by:
editMatchingAnyOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getDefault
- Specified by:
getDefaultin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withDefault
- Specified by:
withDefaultin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasDefault
- Specified by:
hasDefaultin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addToDefinitions
- Specified by:
addToDefinitionsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addToDefinitions
- Specified by:
addToDefinitionsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
removeFromDefinitions
- Specified by:
removeFromDefinitionsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
removeFromDefinitions
public A removeFromDefinitions(Map<String, io.kubernetes.client.openapi.models.V1JSONSchemaProps> map) - Specified by:
removeFromDefinitionsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getDefinitions
- Specified by:
getDefinitionsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withDefinitions
public <K,V> A withDefinitions(Map<String, io.kubernetes.client.openapi.models.V1JSONSchemaProps> definitions) - Specified by:
withDefinitionsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasDefinitions
- Specified by:
hasDefinitionsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addToDependencies
- Specified by:
addToDependenciesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addToDependencies
- Specified by:
addToDependenciesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
removeFromDependencies
- Specified by:
removeFromDependenciesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
removeFromDependencies
- Specified by:
removeFromDependenciesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getDependencies
- Specified by:
getDependenciesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withDependencies
- Specified by:
withDependenciesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasDependencies
- Specified by:
hasDependenciesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getDescription
- Specified by:
getDescriptionin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withDescription
- Specified by:
withDescriptionin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasDescription
- Specified by:
hasDescriptionin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addToEnum
- Specified by:
addToEnumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
setToEnum
- Specified by:
setToEnumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addToEnum
- Specified by:
addToEnumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addAllToEnum
- Specified by:
addAllToEnumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
removeFromEnum
- Specified by:
removeFromEnumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
removeAllFromEnum
- Specified by:
removeAllFromEnumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getEnum
- Specified by:
getEnumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getEnum
- Specified by:
getEnumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getFirstEnum
- Specified by:
getFirstEnumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getLastEnum
- Specified by:
getLastEnumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getMatchingEnum
- Specified by:
getMatchingEnumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasMatchingEnum
- Specified by:
hasMatchingEnumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withEnum
- Specified by:
withEnumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withEnum
- Specified by:
withEnumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasEnum
- Specified by:
hasEnumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getExample
- Specified by:
getExamplein interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withExample
- Specified by:
withExamplein interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasExample
- Specified by:
hasExamplein interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getExclusiveMaximum
- Specified by:
getExclusiveMaximumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withExclusiveMaximum
- Specified by:
withExclusiveMaximumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasExclusiveMaximum
- Specified by:
hasExclusiveMaximumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getExclusiveMinimum
- Specified by:
getExclusiveMinimumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withExclusiveMinimum
- Specified by:
withExclusiveMinimumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasExclusiveMinimum
- Specified by:
hasExclusiveMinimumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getExternalDocs
Deprecated.This method has been deprecated, please use method buildExternalDocs instead.- Specified by:
getExternalDocsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>- Returns:
- The buildable object.
-
buildExternalDocs
public io.kubernetes.client.openapi.models.V1ExternalDocumentation buildExternalDocs()- Specified by:
buildExternalDocsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withExternalDocs
- Specified by:
withExternalDocsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasExternalDocs
- Specified by:
hasExternalDocsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withNewExternalDocs
- Specified by:
withNewExternalDocsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withNewExternalDocsLike
public V1JSONSchemaPropsFluent.ExternalDocsNested<A> withNewExternalDocsLike(io.kubernetes.client.openapi.models.V1ExternalDocumentation item) - Specified by:
withNewExternalDocsLikein interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
editExternalDocs
- Specified by:
editExternalDocsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
editOrNewExternalDocs
- Specified by:
editOrNewExternalDocsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
editOrNewExternalDocsLike
public V1JSONSchemaPropsFluent.ExternalDocsNested<A> editOrNewExternalDocsLike(io.kubernetes.client.openapi.models.V1ExternalDocumentation item) - Specified by:
editOrNewExternalDocsLikein interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getFormat
- Specified by:
getFormatin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withFormat
- Specified by:
withFormatin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasFormat
- Specified by:
hasFormatin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getId
- Specified by:
getIdin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withId
- Specified by:
withIdin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasId
- Specified by:
hasIdin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getItems
- Specified by:
getItemsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withItems
- Specified by:
withItemsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasItems
- Specified by:
hasItemsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getMaxItems
- Specified by:
getMaxItemsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withMaxItems
- Specified by:
withMaxItemsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasMaxItems
- Specified by:
hasMaxItemsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getMaxLength
- Specified by:
getMaxLengthin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withMaxLength
- Specified by:
withMaxLengthin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasMaxLength
- Specified by:
hasMaxLengthin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getMaxProperties
- Specified by:
getMaxPropertiesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withMaxProperties
- Specified by:
withMaxPropertiesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasMaxProperties
- Specified by:
hasMaxPropertiesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getMaximum
- Specified by:
getMaximumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withMaximum
- Specified by:
withMaximumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasMaximum
- Specified by:
hasMaximumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getMinItems
- Specified by:
getMinItemsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withMinItems
- Specified by:
withMinItemsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasMinItems
- Specified by:
hasMinItemsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getMinLength
- Specified by:
getMinLengthin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withMinLength
- Specified by:
withMinLengthin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasMinLength
- Specified by:
hasMinLengthin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getMinProperties
- Specified by:
getMinPropertiesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withMinProperties
- Specified by:
withMinPropertiesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasMinProperties
- Specified by:
hasMinPropertiesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getMinimum
- Specified by:
getMinimumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withMinimum
- Specified by:
withMinimumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasMinimum
- Specified by:
hasMinimumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getMultipleOf
- Specified by:
getMultipleOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withMultipleOf
- Specified by:
withMultipleOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasMultipleOf
- Specified by:
hasMultipleOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getNot
Deprecated.This method has been deprecated, please use method buildNot instead.- Specified by:
getNotin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>- Returns:
- The buildable object.
-
buildNot
public io.kubernetes.client.openapi.models.V1JSONSchemaProps buildNot()- Specified by:
buildNotin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withNot
- Specified by:
withNotin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasNot
- Specified by:
hasNotin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withNewNot
- Specified by:
withNewNotin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withNewNotLike
public V1JSONSchemaPropsFluent.NotNested<A> withNewNotLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) - Specified by:
withNewNotLikein interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
editNot
- Specified by:
editNotin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
editOrNewNot
- Specified by:
editOrNewNotin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
editOrNewNotLike
public V1JSONSchemaPropsFluent.NotNested<A> editOrNewNotLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) - Specified by:
editOrNewNotLikein interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getNullable
- Specified by:
getNullablein interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withNullable
- Specified by:
withNullablein interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasNullable
- Specified by:
hasNullablein interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addToOneOf
- Specified by:
addToOneOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
setToOneOf
- Specified by:
setToOneOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addToOneOf
- Specified by:
addToOneOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addAllToOneOf
- Specified by:
addAllToOneOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
removeFromOneOf
- Specified by:
removeFromOneOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
removeAllFromOneOf
public A removeAllFromOneOf(Collection<io.kubernetes.client.openapi.models.V1JSONSchemaProps> items) - Specified by:
removeAllFromOneOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
removeMatchingFromOneOf
- Specified by:
removeMatchingFromOneOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getOneOf
Deprecated.This method has been deprecated, please use method buildOneOf instead.- Specified by:
getOneOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>- Returns:
- The buildable object.
-
buildOneOf
- Specified by:
buildOneOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
buildOneOf
- Specified by:
buildOneOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
buildFirstOneOf
public io.kubernetes.client.openapi.models.V1JSONSchemaProps buildFirstOneOf()- Specified by:
buildFirstOneOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
buildLastOneOf
public io.kubernetes.client.openapi.models.V1JSONSchemaProps buildLastOneOf()- Specified by:
buildLastOneOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
buildMatchingOneOf
public io.kubernetes.client.openapi.models.V1JSONSchemaProps buildMatchingOneOf(Predicate<V1JSONSchemaPropsBuilder> predicate) - Specified by:
buildMatchingOneOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasMatchingOneOf
- Specified by:
hasMatchingOneOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withOneOf
- Specified by:
withOneOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withOneOf
- Specified by:
withOneOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasOneOf
- Specified by:
hasOneOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addNewOneOf
- Specified by:
addNewOneOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addNewOneOfLike
public V1JSONSchemaPropsFluent.OneOfNested<A> addNewOneOfLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) - Specified by:
addNewOneOfLikein interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
setNewOneOfLike
public V1JSONSchemaPropsFluent.OneOfNested<A> setNewOneOfLike(Integer index, io.kubernetes.client.openapi.models.V1JSONSchemaProps item) - Specified by:
setNewOneOfLikein interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
editOneOf
- Specified by:
editOneOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
editFirstOneOf
- Specified by:
editFirstOneOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
editLastOneOf
- Specified by:
editLastOneOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
editMatchingOneOf
public V1JSONSchemaPropsFluent.OneOfNested<A> editMatchingOneOf(Predicate<V1JSONSchemaPropsBuilder> predicate) - Specified by:
editMatchingOneOfin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getPattern
- Specified by:
getPatternin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withPattern
- Specified by:
withPatternin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasPattern
- Specified by:
hasPatternin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addToPatternProperties
public A addToPatternProperties(String key, io.kubernetes.client.openapi.models.V1JSONSchemaProps value) - Specified by:
addToPatternPropertiesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addToPatternProperties
public A addToPatternProperties(Map<String, io.kubernetes.client.openapi.models.V1JSONSchemaProps> map) - Specified by:
addToPatternPropertiesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
removeFromPatternProperties
- Specified by:
removeFromPatternPropertiesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
removeFromPatternProperties
public A removeFromPatternProperties(Map<String, io.kubernetes.client.openapi.models.V1JSONSchemaProps> map) - Specified by:
removeFromPatternPropertiesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getPatternProperties
- Specified by:
getPatternPropertiesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withPatternProperties
public <K,V> A withPatternProperties(Map<String, io.kubernetes.client.openapi.models.V1JSONSchemaProps> patternProperties) - Specified by:
withPatternPropertiesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasPatternProperties
- Specified by:
hasPatternPropertiesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addToProperties
- Specified by:
addToPropertiesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addToProperties
- Specified by:
addToPropertiesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
removeFromProperties
- Specified by:
removeFromPropertiesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
removeFromProperties
public A removeFromProperties(Map<String, io.kubernetes.client.openapi.models.V1JSONSchemaProps> map) - Specified by:
removeFromPropertiesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getProperties
- Specified by:
getPropertiesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withProperties
public <K,V> A withProperties(Map<String, io.kubernetes.client.openapi.models.V1JSONSchemaProps> properties) - Specified by:
withPropertiesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasProperties
- Specified by:
hasPropertiesin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addToRequired
- Specified by:
addToRequiredin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
setToRequired
- Specified by:
setToRequiredin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addToRequired
- Specified by:
addToRequiredin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
addAllToRequired
- Specified by:
addAllToRequiredin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
removeFromRequired
- Specified by:
removeFromRequiredin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
removeAllFromRequired
- Specified by:
removeAllFromRequiredin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getRequired
- Specified by:
getRequiredin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getRequired
- Specified by:
getRequiredin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getFirstRequired
- Specified by:
getFirstRequiredin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getLastRequired
- Specified by:
getLastRequiredin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getMatchingRequired
- Specified by:
getMatchingRequiredin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasMatchingRequired
- Specified by:
hasMatchingRequiredin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withRequired
- Specified by:
withRequiredin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withRequired
- Specified by:
withRequiredin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasRequired
- Specified by:
hasRequiredin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getTitle
- Specified by:
getTitlein interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withTitle
- Specified by:
withTitlein interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasTitle
- Specified by:
hasTitlein interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getType
- Specified by:
getTypein interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withType
- Specified by:
withTypein interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasType
- Specified by:
hasTypein interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
getUniqueItems
- Specified by:
getUniqueItemsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withUniqueItems
- Specified by:
withUniqueItemsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hasUniqueItems
- Specified by:
hasUniqueItemsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1JSONSchemaPropsFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1JSONSchemaPropsFluent<A>>
-
toString
-
withExclusiveMaximum
- Specified by:
withExclusiveMaximumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withExclusiveMinimum
- Specified by:
withExclusiveMinimumin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withNullable
- Specified by:
withNullablein interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-
withUniqueItems
- Specified by:
withUniqueItemsin interfaceV1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
-