
io.kubernetes.client.openapi.models.V1JSONSchemaPropsFluent Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
import io.kubernetes.client.fluent.VisitableBuilder;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import java.lang.String;
import java.util.LinkedHashMap;
import java.util.function.Predicate;
import java.lang.Deprecated;
import java.util.Iterator;
import java.util.List;
import java.lang.Boolean;
import io.kubernetes.client.fluent.Fluent;
import java.lang.Double;
import java.lang.Long;
import java.util.Collection;
import java.lang.Object;
import java.util.Map;
/**
* Generated
*/
public interface V1JSONSchemaPropsFluent> extends Fluent{
public String getRef();
public A withRef(String $ref);
public Boolean hasRef();
public String getSchema();
public A withSchema(String $schema);
public Boolean hasSchema();
public Object getAdditionalItems();
public A withAdditionalItems(Object additionalItems);
public Boolean hasAdditionalItems();
public Object getAdditionalProperties();
public A withAdditionalProperties(Object additionalProperties);
public Boolean hasAdditionalProperties();
public A addToAllOf(int index,V1JSONSchemaProps item);
public A setToAllOf(int index,V1JSONSchemaProps item);
public A addToAllOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... items);
public A addAllToAllOf(Collection items);
public A removeFromAllOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... items);
public A removeAllFromAllOf(Collection items);
public A removeMatchingFromAllOf(Predicate predicate);
/**
* This method has been deprecated, please use method buildAllOf instead.
* @return The buildable object.
*/
@Deprecated
public List getAllOf();
public List buildAllOf();
public V1JSONSchemaProps buildAllOf(int index);
public V1JSONSchemaProps buildFirstAllOf();
public V1JSONSchemaProps buildLastAllOf();
public V1JSONSchemaProps buildMatchingAllOf(Predicate predicate);
public Boolean hasMatchingAllOf(Predicate predicate);
public A withAllOf(List allOf);
public A withAllOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... allOf);
public Boolean hasAllOf();
public V1JSONSchemaPropsFluent.AllOfNested addNewAllOf();
public V1JSONSchemaPropsFluent.AllOfNested addNewAllOfLike(V1JSONSchemaProps item);
public V1JSONSchemaPropsFluent.AllOfNested setNewAllOfLike(int index,V1JSONSchemaProps item);
public V1JSONSchemaPropsFluent.AllOfNested editAllOf(int index);
public V1JSONSchemaPropsFluent.AllOfNested editFirstAllOf();
public V1JSONSchemaPropsFluent.AllOfNested editLastAllOf();
public V1JSONSchemaPropsFluent.AllOfNested editMatchingAllOf(Predicate predicate);
public A addToAnyOf(int index,V1JSONSchemaProps item);
public A setToAnyOf(int index,V1JSONSchemaProps item);
public A addToAnyOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... items);
public A addAllToAnyOf(Collection items);
public A removeFromAnyOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... items);
public A removeAllFromAnyOf(Collection items);
public A removeMatchingFromAnyOf(Predicate predicate);
/**
* This method has been deprecated, please use method buildAnyOf instead.
* @return The buildable object.
*/
@Deprecated
public List getAnyOf();
public List buildAnyOf();
public V1JSONSchemaProps buildAnyOf(int index);
public V1JSONSchemaProps buildFirstAnyOf();
public V1JSONSchemaProps buildLastAnyOf();
public V1JSONSchemaProps buildMatchingAnyOf(Predicate predicate);
public Boolean hasMatchingAnyOf(Predicate predicate);
public A withAnyOf(List anyOf);
public A withAnyOf(io.kubernetes.client.openapi.models.V1JSONSchemaProps... anyOf);
public Boolean hasAnyOf();
public V1JSONSchemaPropsFluent.AnyOfNested addNewAnyOf();
public V1JSONSchemaPropsFluent.AnyOfNested addNewAnyOfLike(V1JSONSchemaProps item);
public V1JSONSchemaPropsFluent.AnyOfNested setNewAnyOfLike(int index,V1JSONSchemaProps item);
public V1JSONSchemaPropsFluent.AnyOfNested editAnyOf(int index);
public V1JSONSchemaPropsFluent.AnyOfNested editFirstAnyOf();
public V1JSONSchemaPropsFluent.AnyOfNested editLastAnyOf();
public V1JSONSchemaPropsFluent.AnyOfNested editMatchingAnyOf(Predicate predicate);
public Object getDefault();
public A withDefault(Object _default);
public Boolean hasDefault();
public A addToDefinitions(String key,V1JSONSchemaProps value);
public A addToDefinitions(Map map);
public A removeFromDefinitions(String key);
public A removeFromDefinitions(Map map);
public Map getDefinitions();
public A withDefinitions(Map definitions);
public Boolean hasDefinitions();
public A addToDependencies(String key,Object value);
public A addToDependencies(Map map);
public A removeFromDependencies(String key);
public A removeFromDependencies(Map map);
public Map getDependencies();
public A withDependencies(Map dependencies);
public Boolean hasDependencies();
public String getDescription();
public A withDescription(String description);
public Boolean hasDescription();
public A addToEnum(int index,Object item);
public A setToEnum(int index,Object item);
public A addToEnum(java.lang.Object... items);
public A addAllToEnum(Collection
© 2015 - 2025 Weber Informatics LLC | Privacy Policy