Package org.hl7.fhir.r5.openapi
Class InfoWriter
- java.lang.Object
-
- org.hl7.fhir.r5.openapi.BaseWriter
-
- org.hl7.fhir.r5.openapi.InfoWriter
-
public class InfoWriter extends BaseWriter
-
-
Field Summary
-
Fields inherited from class org.hl7.fhir.r5.openapi.BaseWriter
object
-
-
Constructor Summary
Constructors Constructor Description InfoWriter(com.google.gson.JsonObject object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InfoWritercontact(String name, String email, String url)InfoWriterdescription(String value)InfoWriterlicense(String name, String url)InfoWritertermsOfService(String value)InfoWritertitle(String value)InfoWriterversion(String value)-
Methods inherited from class org.hl7.fhir.r5.openapi.BaseWriter
ensureArrayObject, ensureMapObject, ensureMapObject, ensureObject, forceArray, forceArrayObject
-
-
-
-
Constructor Detail
-
InfoWriter
public InfoWriter(com.google.gson.JsonObject object)
-
-
Method Detail
-
title
public InfoWriter title(String value)
-
description
public InfoWriter description(String value)
-
termsOfService
public InfoWriter termsOfService(String value)
-
version
public InfoWriter version(String value)
-
contact
public InfoWriter contact(String name, String email, String url)
-
license
public InfoWriter license(String name, String url)
-
-