public class JSONSchemaPropFluentImpl<A extends JSONSchemaPropFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements JSONSchemaPropFluent<A>
| Constructor and Description |
|---|
JSONSchemaPropFluentImpl() |
JSONSchemaPropFluentImpl(JSONSchemaProp instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic JSONSchemaPropFluentImpl()
public JSONSchemaPropFluentImpl(JSONSchemaProp instance)
public com.fasterxml.jackson.databind.JsonNode getDefault()
getDefault in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withDefault(com.fasterxml.jackson.databind.JsonNode _default)
withDefault in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasDefault()
hasDefault in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public String getDescription()
getDescription in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withDescription(String description)
withDescription in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasDescription()
hasDescription in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A addToEnum(Integer index, com.fasterxml.jackson.databind.JsonNode item)
addToEnum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A setToEnum(Integer index, com.fasterxml.jackson.databind.JsonNode item)
setToEnum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A addToEnum(com.fasterxml.jackson.databind.JsonNode... items)
addToEnum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A addAllToEnum(Collection<com.fasterxml.jackson.databind.JsonNode> items)
addAllToEnum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A removeFromEnum(com.fasterxml.jackson.databind.JsonNode... items)
removeFromEnum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A removeAllFromEnum(Collection<com.fasterxml.jackson.databind.JsonNode> items)
removeAllFromEnum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public List<com.fasterxml.jackson.databind.JsonNode> getEnum()
getEnum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public com.fasterxml.jackson.databind.JsonNode getEnum(Integer index)
getEnum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public com.fasterxml.jackson.databind.JsonNode getFirstEnum()
getFirstEnum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public com.fasterxml.jackson.databind.JsonNode getLastEnum()
getLastEnum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public com.fasterxml.jackson.databind.JsonNode getMatchingEnum(Predicate<com.fasterxml.jackson.databind.JsonNode> predicate)
getMatchingEnum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasMatchingEnum(Predicate<com.fasterxml.jackson.databind.JsonNode> predicate)
hasMatchingEnum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withEnum(List<com.fasterxml.jackson.databind.JsonNode> _enum)
withEnum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withEnum(com.fasterxml.jackson.databind.JsonNode... _enum)
withEnum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasEnum()
hasEnum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public com.fasterxml.jackson.databind.JsonNode getExample()
getExample in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withExample(com.fasterxml.jackson.databind.JsonNode example)
withExample in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasExample()
hasExample in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean getExclusiveMaximum()
getExclusiveMaximum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withExclusiveMaximum(Boolean exclusiveMaximum)
withExclusiveMaximum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasExclusiveMaximum()
hasExclusiveMaximum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean getExclusiveMinimum()
getExclusiveMinimum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withExclusiveMinimum(Boolean exclusiveMinimum)
withExclusiveMinimum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasExclusiveMinimum()
hasExclusiveMinimum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public String getFormat()
getFormat in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withFormat(String format)
withFormat in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasFormat()
hasFormat in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public String getId()
getId in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withId(String id)
withId in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasId()
hasId in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Long getMaxItems()
getMaxItems in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withMaxItems(Long maxItems)
withMaxItems in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasMaxItems()
hasMaxItems in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Long getMaxLength()
getMaxLength in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withMaxLength(Long maxLength)
withMaxLength in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasMaxLength()
hasMaxLength in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Long getMaxProperties()
getMaxProperties in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withMaxProperties(Long maxProperties)
withMaxProperties in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasMaxProperties()
hasMaxProperties in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public String getMaximum()
getMaximum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withMaximum(String maximum)
withMaximum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasMaximum()
hasMaximum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Long getMinItems()
getMinItems in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withMinItems(Long minItems)
withMinItems in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasMinItems()
hasMinItems in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Long getMinLength()
getMinLength in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withMinLength(Long minLength)
withMinLength in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasMinLength()
hasMinLength in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Long getMinProperties()
getMinProperties in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withMinProperties(Long minProperties)
withMinProperties in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasMinProperties()
hasMinProperties in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public String getMinimum()
getMinimum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withMinimum(String minimum)
withMinimum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasMinimum()
hasMinimum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public String getMultipleOf()
getMultipleOf in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withMultipleOf(String multipleOf)
withMultipleOf in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasMultipleOf()
hasMultipleOf in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean getNullable()
getNullable in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withNullable(Boolean nullable)
withNullable in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasNullable()
hasNullable in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public String getPattern()
getPattern in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withPattern(String pattern)
withPattern in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasPattern()
hasPattern in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public String getTitle()
getTitle in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withTitle(String title)
withTitle in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasTitle()
hasTitle in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public String getType()
getType in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withType(String type)
withType in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasType()
hasType in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean getUniqueItems()
getUniqueItems in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withUniqueItems(Boolean uniqueItems)
withUniqueItems in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasUniqueItems()
hasUniqueItems in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A addToXDescriptors(Integer index, String item)
addToXDescriptors in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A setToXDescriptors(Integer index, String item)
setToXDescriptors in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A addToXDescriptors(String... items)
addToXDescriptors in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A addAllToXDescriptors(Collection<String> items)
addAllToXDescriptors in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A removeFromXDescriptors(String... items)
removeFromXDescriptors in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A removeAllFromXDescriptors(Collection<String> items)
removeAllFromXDescriptors in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public List<String> getXDescriptors()
getXDescriptors in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public String getXDescriptor(Integer index)
getXDescriptor in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public String getFirstXDescriptor()
getFirstXDescriptor in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public String getLastXDescriptor()
getLastXDescriptor in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public String getMatchingXDescriptor(Predicate<String> predicate)
getMatchingXDescriptor in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasMatchingXDescriptor(Predicate<String> predicate)
hasMatchingXDescriptor in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withXDescriptors(List<String> xDescriptors)
withXDescriptors in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withXDescriptors(String... xDescriptors)
withXDescriptors in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public Boolean hasXDescriptors()
hasXDescriptors in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends JSONSchemaPropFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends JSONSchemaPropFluent<A>>public A withExclusiveMaximum()
withExclusiveMaximum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withExclusiveMinimum()
withExclusiveMinimum in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withNullable()
withNullable in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>public A withUniqueItems()
withUniqueItems in interface JSONSchemaPropFluent<A extends JSONSchemaPropFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.