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