public class ExternalDocumentationObject extends Object
ExternalDocumentationObjectBuilder
Modifier and Type | Field and Description |
---|---|
String |
description
Deprecated.
use
description() instead |
URI |
url
Deprecated.
use
url() instead |
Modifier and Type | Method and Description |
---|---|
String |
description() |
URI |
url() |
void |
writeJson(Writer writer)
Writes this object as a JSON Object
|
@Deprecated public final String description
description()
instead@Deprecated public final URI url
url()
insteadpublic void writeJson(Writer writer) throws IOException
writer
- The writer to write toIOException
- Thrown if the writer throws this while writingpublic String description()
ExternalDocumentationObjectBuilder.withDescription(java.lang.String)
public URI url()
ExternalDocumentationObjectBuilder.withUrl(java.net.URI)
Copyright © 2017–2021. All rights reserved.