JSONSchemaPropsFluent.AllOfNested<A> |
JSONSchemaPropsFluent.addNewAllOfLike(JSONSchemaProps item) |
|
JSONSchemaPropsFluent.AnyOfNested<A> |
JSONSchemaPropsFluent.addNewAnyOfLike(JSONSchemaProps item) |
|
JSONSchemaPropsOrArrayFluent.JSONSchemasNested<A> |
JSONSchemaPropsOrArrayFluent.addNewJSONSchemaLike(JSONSchemaProps item) |
|
JSONSchemaPropsFluent.OneOfNested<A> |
JSONSchemaPropsFluent.addNewOneOfLike(JSONSchemaProps item) |
|
A |
JSONSchemaPropsFluent.addToAllOf(int index,
JSONSchemaProps item) |
|
A |
JSONSchemaPropsFluent.addToAllOf(JSONSchemaProps... items) |
|
A |
JSONSchemaPropsFluent.addToAnyOf(int index,
JSONSchemaProps item) |
|
A |
JSONSchemaPropsFluent.addToAnyOf(JSONSchemaProps... items) |
|
A |
JSONSchemaPropsFluent.addToDefinitions(String key,
JSONSchemaProps value) |
|
A |
JSONSchemaPropsOrArrayFluent.addToJSONSchemas(int index,
JSONSchemaProps item) |
|
A |
JSONSchemaPropsOrArrayFluent.addToJSONSchemas(JSONSchemaProps... items) |
|
A |
JSONSchemaPropsFluent.addToOneOf(int index,
JSONSchemaProps item) |
|
A |
JSONSchemaPropsFluent.addToOneOf(JSONSchemaProps... items) |
|
A |
JSONSchemaPropsFluent.addToPatternProperties(String key,
JSONSchemaProps value) |
|
A |
JSONSchemaPropsFluent.addToProperties(String key,
JSONSchemaProps value) |
|
protected void |
JSONSchemaPropsFluent.copyInstance(JSONSchemaProps instance) |
|
JSONSchemaPropsFluent.NotNested<A> |
JSONSchemaPropsFluent.editOrNewNotLike(JSONSchemaProps item) |
|
CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> |
CustomResourceValidationFluent.editOrNewOpenAPIV3SchemaLike(JSONSchemaProps item) |
|
JSONSchemaPropsOrArrayFluent.SchemaNested<A> |
JSONSchemaPropsOrArrayFluent.editOrNewSchemaLike(JSONSchemaProps item) |
|
JSONSchemaPropsOrBoolFluent.SchemaNested<A> |
JSONSchemaPropsOrBoolFluent.editOrNewSchemaLike(JSONSchemaProps item) |
|
JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> |
JSONSchemaPropsOrStringArrayFluent.editOrNewSchemaLike(JSONSchemaProps item) |
|
A |
JSONSchemaPropsFluent.removeFromAllOf(JSONSchemaProps... items) |
|
A |
JSONSchemaPropsFluent.removeFromAnyOf(JSONSchemaProps... items) |
|
A |
JSONSchemaPropsOrArrayFluent.removeFromJSONSchemas(JSONSchemaProps... items) |
|
A |
JSONSchemaPropsFluent.removeFromOneOf(JSONSchemaProps... items) |
|
JSONSchemaPropsFluent.AllOfNested<A> |
JSONSchemaPropsFluent.setNewAllOfLike(int index,
JSONSchemaProps item) |
|
JSONSchemaPropsFluent.AnyOfNested<A> |
JSONSchemaPropsFluent.setNewAnyOfLike(int index,
JSONSchemaProps item) |
|
JSONSchemaPropsOrArrayFluent.JSONSchemasNested<A> |
JSONSchemaPropsOrArrayFluent.setNewJSONSchemaLike(int index,
JSONSchemaProps item) |
|
JSONSchemaPropsFluent.OneOfNested<A> |
JSONSchemaPropsFluent.setNewOneOfLike(int index,
JSONSchemaProps item) |
|
void |
JSONSchemaProps.setNot(JSONSchemaProps not) |
|
void |
CustomResourceValidation.setOpenAPIV3Schema(JSONSchemaProps openAPIV3Schema) |
|
void |
JSONSchemaPropsOrArray.setSchema(JSONSchemaProps schema) |
|
void |
JSONSchemaPropsOrBool.setSchema(JSONSchemaProps schema) |
|
void |
JSONSchemaPropsOrStringArray.setSchema(JSONSchemaProps schema) |
|
A |
JSONSchemaPropsFluent.setToAllOf(int index,
JSONSchemaProps item) |
|
A |
JSONSchemaPropsFluent.setToAnyOf(int index,
JSONSchemaProps item) |
|
A |
JSONSchemaPropsOrArrayFluent.setToJSONSchemas(int index,
JSONSchemaProps item) |
|
A |
JSONSchemaPropsFluent.setToOneOf(int index,
JSONSchemaProps item) |
|
A |
JSONSchemaPropsFluent.withAllOf(JSONSchemaProps... allOf) |
|
A |
JSONSchemaPropsFluent.withAnyOf(JSONSchemaProps... anyOf) |
|
A |
JSONSchemaPropsOrArrayFluent.withJSONSchemas(JSONSchemaProps... jSONSchemas) |
|
JSONSchemaPropsFluent.NotNested<A> |
JSONSchemaPropsFluent.withNewNotLike(JSONSchemaProps item) |
|
CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> |
CustomResourceValidationFluent.withNewOpenAPIV3SchemaLike(JSONSchemaProps item) |
|
JSONSchemaPropsOrArrayFluent.SchemaNested<A> |
JSONSchemaPropsOrArrayFluent.withNewSchemaLike(JSONSchemaProps item) |
|
JSONSchemaPropsOrBoolFluent.SchemaNested<A> |
JSONSchemaPropsOrBoolFluent.withNewSchemaLike(JSONSchemaProps item) |
|
JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> |
JSONSchemaPropsOrStringArrayFluent.withNewSchemaLike(JSONSchemaProps item) |
|
A |
JSONSchemaPropsFluent.withNot(JSONSchemaProps not) |
|
A |
JSONSchemaPropsFluent.withOneOf(JSONSchemaProps... oneOf) |
|
A |
CustomResourceValidationFluent.withOpenAPIV3Schema(JSONSchemaProps openAPIV3Schema) |
|
A |
JSONSchemaPropsOrArrayFluent.withSchema(JSONSchemaProps schema) |
|
A |
JSONSchemaPropsOrBoolFluent.withSchema(JSONSchemaProps schema) |
|
A |
JSONSchemaPropsOrStringArrayFluent.withSchema(JSONSchemaProps schema) |
|