io.kubernetes.client.openapi.models.V1beta1JSONSchemaPropsFluent Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
import io.kubernetes.client.fluent.VisitableBuilder;
import java.lang.StringBuilder;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import java.lang.String;
import io.kubernetes.client.fluent.Predicate;
import java.util.LinkedHashMap;
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.StringBuffer;
import java.lang.Long;
import java.util.Collection;
import java.lang.Object;
import java.util.Map;
public interface V1beta1JSONSchemaPropsFluent> extends Fluent {
public String getRef();
public A withRef(String $ref);
public Boolean hasRef();
public A withNewRef(String arg1);
public A withNewRef(StringBuilder arg1);
public A withNewRef(StringBuffer arg1);
public String getSchema();
public A withSchema(String $schema);
public Boolean hasSchema();
public A withNewSchema(String arg1);
public A withNewSchema(StringBuilder arg1);
public A withNewSchema(StringBuffer arg1);
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,V1beta1JSONSchemaProps item);
public A setToAllOf(int index,V1beta1JSONSchemaProps item);
public A addToAllOf(V1beta1JSONSchemaProps... items);
public A addAllToAllOf(Collection items);
public A removeFromAllOf(V1beta1JSONSchemaProps... items);
public A removeAllFromAllOf(Collection items);
public A removeMatchingFromAllOf(io.kubernetes.client.fluent.Predicate predicate);
/**
* This method has been deprecated, please use method buildAllOf instead.
* @return The buildable object.
*/
@Deprecated public List getAllOf();
public List buildAllOf();
public V1beta1JSONSchemaProps buildAllOf(int index);
public V1beta1JSONSchemaProps buildFirstAllOf();
public V1beta1JSONSchemaProps buildLastAllOf();
public V1beta1JSONSchemaProps buildMatchingAllOf(io.kubernetes.client.fluent.Predicate predicate);
public Boolean hasMatchingAllOf(io.kubernetes.client.fluent.Predicate predicate);
public A withAllOf(List allOf);
public A withAllOf(V1beta1JSONSchemaProps... allOf);
public Boolean hasAllOf();
public V1beta1JSONSchemaPropsFluent.AllOfNested addNewAllOf();
public V1beta1JSONSchemaPropsFluent.AllOfNested addNewAllOfLike(V1beta1JSONSchemaProps item);
public V1beta1JSONSchemaPropsFluent.AllOfNested setNewAllOfLike(int index,V1beta1JSONSchemaProps item);
public V1beta1JSONSchemaPropsFluent.AllOfNested editAllOf(int index);
public V1beta1JSONSchemaPropsFluent.AllOfNested editFirstAllOf();
public V1beta1JSONSchemaPropsFluent.AllOfNested editLastAllOf();
public V1beta1JSONSchemaPropsFluent.AllOfNested editMatchingAllOf(io.kubernetes.client.fluent.Predicate predicate);
public A addToAnyOf(int index,V1beta1JSONSchemaProps item);
public A setToAnyOf(int index,V1beta1JSONSchemaProps item);
public A addToAnyOf(V1beta1JSONSchemaProps... items);
public A addAllToAnyOf(Collection items);
public A removeFromAnyOf(V1beta1JSONSchemaProps... items);
public A removeAllFromAnyOf(Collection items);
public A removeMatchingFromAnyOf(io.kubernetes.client.fluent.Predicate predicate);
/**
* This method has been deprecated, please use method buildAnyOf instead.
* @return The buildable object.
*/
@Deprecated public List getAnyOf();
public List buildAnyOf();
public V1beta1JSONSchemaProps buildAnyOf(int index);
public V1beta1JSONSchemaProps buildFirstAnyOf();
public V1beta1JSONSchemaProps buildLastAnyOf();
public V1beta1JSONSchemaProps buildMatchingAnyOf(io.kubernetes.client.fluent.Predicate predicate);
public Boolean hasMatchingAnyOf(io.kubernetes.client.fluent.Predicate predicate);
public A withAnyOf(List anyOf);
public A withAnyOf(V1beta1JSONSchemaProps... anyOf);
public Boolean hasAnyOf();
public V1beta1JSONSchemaPropsFluent.AnyOfNested addNewAnyOf();
public V1beta1JSONSchemaPropsFluent.AnyOfNested addNewAnyOfLike(V1beta1JSONSchemaProps item);
public V1beta1JSONSchemaPropsFluent.AnyOfNested setNewAnyOfLike(int index,V1beta1JSONSchemaProps item);
public V1beta1JSONSchemaPropsFluent.AnyOfNested editAnyOf(int index);
public V1beta1JSONSchemaPropsFluent.AnyOfNested editFirstAnyOf();
public V1beta1JSONSchemaPropsFluent.AnyOfNested editLastAnyOf();
public V1beta1JSONSchemaPropsFluent.AnyOfNested editMatchingAnyOf(io.kubernetes.client.fluent.Predicate predicate);
public Object getDefault();
public A withDefault(Object _default);
public Boolean hasDefault();
public A addToDefinitions(String key,V1beta1JSONSchemaProps 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 withNewDescription(String arg1);
public A withNewDescription(StringBuilder arg1);
public A withNewDescription(StringBuffer arg1);
public A addToEnum(int index,Object item);
public A setToEnum(int index,Object item);
public A addToEnum(Object... items);
public A addAllToEnum(Collection