public static class JsonAnyOfSchema.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
JsonAnyOfSchema.Builder |
anyOf(List<JsonSchemaElement> anyOf) |
JsonAnyOfSchema |
build() |
JsonAnyOfSchema.Builder |
description(String description) |
public JsonAnyOfSchema.Builder description(String description)
public JsonAnyOfSchema.Builder anyOf(List<JsonSchemaElement> anyOf)
public JsonAnyOfSchema build()
Copyright © 2025. All rights reserved.