Class JsonAnyOfSchema.Builder
-
- All Implemented Interfaces:
public class JsonAnyOfSchema.Builder
-
-
Constructor Summary
Constructors Constructor Description JsonAnyOfSchema.Builder()
-
Method Summary
Modifier and Type Method Description JsonAnyOfSchema.Builderdescription(String description)JsonAnyOfSchema.BuilderanyOf(List<JsonSchemaElement> anyOf)JsonAnyOfSchema.BuilderanyOf(Array<JsonSchemaElement> anyOf)JsonAnyOfSchemabuild()-
-
Method Detail
-
description
JsonAnyOfSchema.Builder description(String description)
-
anyOf
JsonAnyOfSchema.Builder anyOf(List<JsonSchemaElement> anyOf)
-
anyOf
JsonAnyOfSchema.Builder anyOf(Array<JsonSchemaElement> anyOf)
-
build
JsonAnyOfSchema build()
-
-
-
-