public class V1JSONSchemaPropsFluentImpl<A extends V1JSONSchemaPropsFluent<A>> extends BaseFluent<A> implements V1JSONSchemaPropsFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
V1JSONSchemaPropsFluentImpl.AllOfNestedImpl<N> |
class |
V1JSONSchemaPropsFluentImpl.AnyOfNestedImpl<N> |
class |
V1JSONSchemaPropsFluentImpl.ExternalDocsNestedImpl<N> |
class |
V1JSONSchemaPropsFluentImpl.NotNestedImpl<N> |
class |
V1JSONSchemaPropsFluentImpl.OneOfNestedImpl<N> |
V1JSONSchemaPropsFluent.AllOfNested<N>, V1JSONSchemaPropsFluent.AnyOfNested<N>, V1JSONSchemaPropsFluent.ExternalDocsNested<N>, V1JSONSchemaPropsFluent.NotNested<N>, V1JSONSchemaPropsFluent.OneOfNested<N>
_visitables
Constructor and Description |
---|
V1JSONSchemaPropsFluentImpl() |
V1JSONSchemaPropsFluentImpl(V1JSONSchemaProps instance) |
public V1JSONSchemaPropsFluentImpl()
public V1JSONSchemaPropsFluentImpl(V1JSONSchemaProps instance)
public String getRef()
getRef
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withRef(String $ref)
withRef
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasRef()
hasRef
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewRef(String arg1)
withNewRef
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewRef(StringBuilder arg1)
withNewRef
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewRef(StringBuffer arg1)
withNewRef
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public String getSchema()
getSchema
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withSchema(String $schema)
withSchema
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasSchema()
hasSchema
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewSchema(String arg1)
withNewSchema
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewSchema(StringBuilder arg1)
withNewSchema
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewSchema(StringBuffer arg1)
withNewSchema
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Object getAdditionalItems()
getAdditionalItems
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withAdditionalItems(Object additionalItems)
withAdditionalItems
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasAdditionalItems()
hasAdditionalItems
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Object getAdditionalProperties()
getAdditionalProperties
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withAdditionalProperties(Object additionalProperties)
withAdditionalProperties
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasAdditionalProperties()
hasAdditionalProperties
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addToAllOf(int index, V1JSONSchemaProps item)
addToAllOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A setToAllOf(int index, V1JSONSchemaProps item)
setToAllOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addToAllOf(V1JSONSchemaProps... items)
addToAllOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addAllToAllOf(Collection<V1JSONSchemaProps> items)
addAllToAllOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A removeFromAllOf(V1JSONSchemaProps... items)
removeFromAllOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A removeAllFromAllOf(Collection<V1JSONSchemaProps> items)
removeAllFromAllOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A removeMatchingFromAllOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
removeMatchingFromAllOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
@Deprecated public List<V1JSONSchemaProps> getAllOf()
getAllOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public List<V1JSONSchemaProps> buildAllOf()
buildAllOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaProps buildAllOf(int index)
buildAllOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaProps buildFirstAllOf()
buildFirstAllOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaProps buildLastAllOf()
buildLastAllOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaProps buildMatchingAllOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
buildMatchingAllOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasMatchingAllOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
hasMatchingAllOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withAllOf(List<V1JSONSchemaProps> allOf)
withAllOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withAllOf(V1JSONSchemaProps... allOf)
withAllOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasAllOf()
hasAllOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.AllOfNested<A> addNewAllOf()
addNewAllOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.AllOfNested<A> addNewAllOfLike(V1JSONSchemaProps item)
addNewAllOfLike
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.AllOfNested<A> setNewAllOfLike(int index, V1JSONSchemaProps item)
setNewAllOfLike
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.AllOfNested<A> editAllOf(int index)
editAllOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.AllOfNested<A> editFirstAllOf()
editFirstAllOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.AllOfNested<A> editLastAllOf()
editLastAllOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.AllOfNested<A> editMatchingAllOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
editMatchingAllOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addToAnyOf(int index, V1JSONSchemaProps item)
addToAnyOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A setToAnyOf(int index, V1JSONSchemaProps item)
setToAnyOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addToAnyOf(V1JSONSchemaProps... items)
addToAnyOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addAllToAnyOf(Collection<V1JSONSchemaProps> items)
addAllToAnyOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A removeFromAnyOf(V1JSONSchemaProps... items)
removeFromAnyOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A removeAllFromAnyOf(Collection<V1JSONSchemaProps> items)
removeAllFromAnyOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A removeMatchingFromAnyOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
removeMatchingFromAnyOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
@Deprecated public List<V1JSONSchemaProps> getAnyOf()
getAnyOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public List<V1JSONSchemaProps> buildAnyOf()
buildAnyOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaProps buildAnyOf(int index)
buildAnyOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaProps buildFirstAnyOf()
buildFirstAnyOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaProps buildLastAnyOf()
buildLastAnyOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaProps buildMatchingAnyOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
buildMatchingAnyOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasMatchingAnyOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
hasMatchingAnyOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withAnyOf(List<V1JSONSchemaProps> anyOf)
withAnyOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withAnyOf(V1JSONSchemaProps... anyOf)
withAnyOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasAnyOf()
hasAnyOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.AnyOfNested<A> addNewAnyOf()
addNewAnyOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.AnyOfNested<A> addNewAnyOfLike(V1JSONSchemaProps item)
addNewAnyOfLike
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.AnyOfNested<A> setNewAnyOfLike(int index, V1JSONSchemaProps item)
setNewAnyOfLike
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.AnyOfNested<A> editAnyOf(int index)
editAnyOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.AnyOfNested<A> editFirstAnyOf()
editFirstAnyOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.AnyOfNested<A> editLastAnyOf()
editLastAnyOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.AnyOfNested<A> editMatchingAnyOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
editMatchingAnyOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Object getDefault()
getDefault
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withDefault(Object _default)
withDefault
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasDefault()
hasDefault
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addToDefinitions(String key, V1JSONSchemaProps value)
addToDefinitions
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addToDefinitions(Map<String,V1JSONSchemaProps> map)
addToDefinitions
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A removeFromDefinitions(String key)
removeFromDefinitions
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A removeFromDefinitions(Map<String,V1JSONSchemaProps> map)
removeFromDefinitions
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Map<String,V1JSONSchemaProps> getDefinitions()
getDefinitions
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withDefinitions(Map<String,V1JSONSchemaProps> definitions)
withDefinitions
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasDefinitions()
hasDefinitions
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addToDependencies(String key, Object value)
addToDependencies
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addToDependencies(Map<String,Object> map)
addToDependencies
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A removeFromDependencies(String key)
removeFromDependencies
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A removeFromDependencies(Map<String,Object> map)
removeFromDependencies
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Map<String,Object> getDependencies()
getDependencies
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withDependencies(Map<String,Object> dependencies)
withDependencies
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasDependencies()
hasDependencies
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public String getDescription()
getDescription
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withDescription(String description)
withDescription
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasDescription()
hasDescription
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewDescription(String arg1)
withNewDescription
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewDescription(StringBuilder arg1)
withNewDescription
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewDescription(StringBuffer arg1)
withNewDescription
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addToEnum(int index, Object item)
addToEnum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A setToEnum(int index, Object item)
setToEnum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addToEnum(Object... items)
addToEnum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addAllToEnum(Collection<Object> items)
addAllToEnum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A removeFromEnum(Object... items)
removeFromEnum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A removeAllFromEnum(Collection<Object> items)
removeAllFromEnum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public List<Object> getEnum()
getEnum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Object getEnum(int index)
getEnum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Object getFirstEnum()
getFirstEnum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Object getLastEnum()
getLastEnum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Object getMatchingEnum(Predicate<Object> predicate)
getMatchingEnum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasMatchingEnum(Predicate<Object> predicate)
hasMatchingEnum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withEnum(List<Object> _enum)
withEnum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withEnum(Object... _enum)
withEnum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasEnum()
hasEnum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Object getExample()
getExample
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withExample(Object example)
withExample
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasExample()
hasExample
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean isExclusiveMaximum()
isExclusiveMaximum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withExclusiveMaximum(Boolean exclusiveMaximum)
withExclusiveMaximum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasExclusiveMaximum()
hasExclusiveMaximum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewExclusiveMaximum(String arg1)
withNewExclusiveMaximum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewExclusiveMaximum(boolean arg1)
withNewExclusiveMaximum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean isExclusiveMinimum()
isExclusiveMinimum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withExclusiveMinimum(Boolean exclusiveMinimum)
withExclusiveMinimum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasExclusiveMinimum()
hasExclusiveMinimum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewExclusiveMinimum(String arg1)
withNewExclusiveMinimum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewExclusiveMinimum(boolean arg1)
withNewExclusiveMinimum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
@Deprecated public V1ExternalDocumentation getExternalDocs()
getExternalDocs
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1ExternalDocumentation buildExternalDocs()
buildExternalDocs
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withExternalDocs(V1ExternalDocumentation externalDocs)
withExternalDocs
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasExternalDocs()
hasExternalDocs
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.ExternalDocsNested<A> withNewExternalDocs()
withNewExternalDocs
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.ExternalDocsNested<A> withNewExternalDocsLike(V1ExternalDocumentation item)
withNewExternalDocsLike
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.ExternalDocsNested<A> editExternalDocs()
editExternalDocs
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.ExternalDocsNested<A> editOrNewExternalDocs()
editOrNewExternalDocs
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.ExternalDocsNested<A> editOrNewExternalDocsLike(V1ExternalDocumentation item)
editOrNewExternalDocsLike
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public String getFormat()
getFormat
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withFormat(String format)
withFormat
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasFormat()
hasFormat
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewFormat(String arg1)
withNewFormat
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewFormat(StringBuilder arg1)
withNewFormat
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewFormat(StringBuffer arg1)
withNewFormat
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public String getId()
getId
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withId(String id)
withId
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasId()
hasId
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewId(String arg1)
withNewId
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewId(StringBuilder arg1)
withNewId
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewId(StringBuffer arg1)
withNewId
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Object getItems()
getItems
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withItems(Object items)
withItems
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasItems()
hasItems
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Long getMaxItems()
getMaxItems
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withMaxItems(Long maxItems)
withMaxItems
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasMaxItems()
hasMaxItems
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Long getMaxLength()
getMaxLength
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withMaxLength(Long maxLength)
withMaxLength
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasMaxLength()
hasMaxLength
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Long getMaxProperties()
getMaxProperties
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withMaxProperties(Long maxProperties)
withMaxProperties
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasMaxProperties()
hasMaxProperties
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Double getMaximum()
getMaximum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withMaximum(Double maximum)
withMaximum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasMaximum()
hasMaximum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Long getMinItems()
getMinItems
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withMinItems(Long minItems)
withMinItems
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasMinItems()
hasMinItems
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Long getMinLength()
getMinLength
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withMinLength(Long minLength)
withMinLength
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasMinLength()
hasMinLength
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Long getMinProperties()
getMinProperties
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withMinProperties(Long minProperties)
withMinProperties
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasMinProperties()
hasMinProperties
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Double getMinimum()
getMinimum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withMinimum(Double minimum)
withMinimum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasMinimum()
hasMinimum
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Double getMultipleOf()
getMultipleOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withMultipleOf(Double multipleOf)
withMultipleOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasMultipleOf()
hasMultipleOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
@Deprecated public V1JSONSchemaProps getNot()
getNot
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaProps buildNot()
buildNot
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNot(V1JSONSchemaProps not)
withNot
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasNot()
hasNot
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.NotNested<A> withNewNot()
withNewNot
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.NotNested<A> withNewNotLike(V1JSONSchemaProps item)
withNewNotLike
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.NotNested<A> editNot()
editNot
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.NotNested<A> editOrNewNot()
editOrNewNot
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.NotNested<A> editOrNewNotLike(V1JSONSchemaProps item)
editOrNewNotLike
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean isNullable()
isNullable
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNullable(Boolean nullable)
withNullable
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasNullable()
hasNullable
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewNullable(String arg1)
withNewNullable
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewNullable(boolean arg1)
withNewNullable
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addToOneOf(int index, V1JSONSchemaProps item)
addToOneOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A setToOneOf(int index, V1JSONSchemaProps item)
setToOneOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addToOneOf(V1JSONSchemaProps... items)
addToOneOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addAllToOneOf(Collection<V1JSONSchemaProps> items)
addAllToOneOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A removeFromOneOf(V1JSONSchemaProps... items)
removeFromOneOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A removeAllFromOneOf(Collection<V1JSONSchemaProps> items)
removeAllFromOneOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A removeMatchingFromOneOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
removeMatchingFromOneOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
@Deprecated public List<V1JSONSchemaProps> getOneOf()
getOneOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public List<V1JSONSchemaProps> buildOneOf()
buildOneOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaProps buildOneOf(int index)
buildOneOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaProps buildFirstOneOf()
buildFirstOneOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaProps buildLastOneOf()
buildLastOneOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaProps buildMatchingOneOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
buildMatchingOneOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasMatchingOneOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
hasMatchingOneOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withOneOf(List<V1JSONSchemaProps> oneOf)
withOneOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withOneOf(V1JSONSchemaProps... oneOf)
withOneOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasOneOf()
hasOneOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.OneOfNested<A> addNewOneOf()
addNewOneOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.OneOfNested<A> addNewOneOfLike(V1JSONSchemaProps item)
addNewOneOfLike
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.OneOfNested<A> setNewOneOfLike(int index, V1JSONSchemaProps item)
setNewOneOfLike
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.OneOfNested<A> editOneOf(int index)
editOneOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.OneOfNested<A> editFirstOneOf()
editFirstOneOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.OneOfNested<A> editLastOneOf()
editLastOneOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public V1JSONSchemaPropsFluent.OneOfNested<A> editMatchingOneOf(Predicate<V1JSONSchemaPropsBuilder> predicate)
editMatchingOneOf
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public String getPattern()
getPattern
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withPattern(String pattern)
withPattern
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasPattern()
hasPattern
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewPattern(String arg1)
withNewPattern
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewPattern(StringBuilder arg1)
withNewPattern
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewPattern(StringBuffer arg1)
withNewPattern
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addToPatternProperties(String key, V1JSONSchemaProps value)
addToPatternProperties
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addToPatternProperties(Map<String,V1JSONSchemaProps> map)
addToPatternProperties
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A removeFromPatternProperties(String key)
removeFromPatternProperties
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A removeFromPatternProperties(Map<String,V1JSONSchemaProps> map)
removeFromPatternProperties
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Map<String,V1JSONSchemaProps> getPatternProperties()
getPatternProperties
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withPatternProperties(Map<String,V1JSONSchemaProps> patternProperties)
withPatternProperties
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasPatternProperties()
hasPatternProperties
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addToProperties(String key, V1JSONSchemaProps value)
addToProperties
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addToProperties(Map<String,V1JSONSchemaProps> map)
addToProperties
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A removeFromProperties(String key)
removeFromProperties
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A removeFromProperties(Map<String,V1JSONSchemaProps> map)
removeFromProperties
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Map<String,V1JSONSchemaProps> getProperties()
getProperties
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withProperties(Map<String,V1JSONSchemaProps> properties)
withProperties
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasProperties()
hasProperties
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addToRequired(int index, String item)
addToRequired
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A setToRequired(int index, String item)
setToRequired
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addToRequired(String... items)
addToRequired
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addAllToRequired(Collection<String> items)
addAllToRequired
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A removeFromRequired(String... items)
removeFromRequired
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A removeAllFromRequired(Collection<String> items)
removeAllFromRequired
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public List<String> getRequired()
getRequired
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public String getRequired(int index)
getRequired
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public String getFirstRequired()
getFirstRequired
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public String getLastRequired()
getLastRequired
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public String getMatchingRequired(Predicate<String> predicate)
getMatchingRequired
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasMatchingRequired(Predicate<String> predicate)
hasMatchingRequired
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withRequired(List<String> required)
withRequired
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withRequired(String... required)
withRequired
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasRequired()
hasRequired
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addNewRequired(String arg1)
addNewRequired
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addNewRequired(StringBuilder arg1)
addNewRequired
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A addNewRequired(StringBuffer arg1)
addNewRequired
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public String getTitle()
getTitle
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withTitle(String title)
withTitle
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasTitle()
hasTitle
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewTitle(String arg1)
withNewTitle
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewTitle(StringBuilder arg1)
withNewTitle
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewTitle(StringBuffer arg1)
withNewTitle
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public String getType()
getType
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withType(String type)
withType
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasType()
hasType
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewType(String arg1)
withNewType
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewType(StringBuilder arg1)
withNewType
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewType(StringBuffer arg1)
withNewType
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean isUniqueItems()
isUniqueItems
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withUniqueItems(Boolean uniqueItems)
withUniqueItems
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public Boolean hasUniqueItems()
hasUniqueItems
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewUniqueItems(String arg1)
withNewUniqueItems
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
public A withNewUniqueItems(boolean arg1)
withNewUniqueItems
in interface V1JSONSchemaPropsFluent<A extends V1JSONSchemaPropsFluent<A>>
Copyright © 2020. All rights reserved.