public class CustomResourceValidationFluentImpl<A extends CustomResourceValidationFluent<A>> extends BaseFluent<A> implements CustomResourceValidationFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CustomResourceValidationFluentImpl.OpenAPIV3SchemaNestedImpl<N> |
CustomResourceValidationFluent.OpenAPIV3SchemaNested<N>_visitables| Constructor and Description |
|---|
CustomResourceValidationFluentImpl() |
CustomResourceValidationFluentImpl(CustomResourceValidation instance) |
| Modifier and Type | Method and Description |
|---|---|
JSONSchemaProps |
buildOpenAPIV3Schema() |
CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> |
editOpenAPIV3Schema() |
CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> |
editOrNewOpenAPIV3Schema() |
CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> |
editOrNewOpenAPIV3SchemaLike(JSONSchemaProps item) |
boolean |
equals(java.lang.Object o) |
JSONSchemaProps |
getOpenAPIV3Schema()
Deprecated.
|
java.lang.Boolean |
hasOpenAPIV3Schema() |
CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> |
withNewOpenAPIV3Schema() |
CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> |
withNewOpenAPIV3SchemaLike(JSONSchemaProps item) |
A |
withOpenAPIV3Schema(JSONSchemaProps openAPIV3Schema) |
public CustomResourceValidationFluentImpl()
public CustomResourceValidationFluentImpl(CustomResourceValidation instance)
@Deprecated public JSONSchemaProps getOpenAPIV3Schema()
getOpenAPIV3Schema in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>public JSONSchemaProps buildOpenAPIV3Schema()
buildOpenAPIV3Schema in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>public A withOpenAPIV3Schema(JSONSchemaProps openAPIV3Schema)
withOpenAPIV3Schema in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>public java.lang.Boolean hasOpenAPIV3Schema()
hasOpenAPIV3Schema in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>public CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> withNewOpenAPIV3Schema()
withNewOpenAPIV3Schema in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>public CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> withNewOpenAPIV3SchemaLike(JSONSchemaProps item)
withNewOpenAPIV3SchemaLike in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>public CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> editOpenAPIV3Schema()
editOpenAPIV3Schema in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>public CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> editOrNewOpenAPIV3Schema()
editOrNewOpenAPIV3Schema in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>public CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> editOrNewOpenAPIV3SchemaLike(JSONSchemaProps item)
editOrNewOpenAPIV3SchemaLike in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.