public static interface SwaggerBundle.InitialBuilder
Modifier and Type | Method and Description |
---|---|
SwaggerBundle.InterimBuilder |
withTitle(java.lang.String title)
Sets the title of the API.
|
SwaggerBundle.InterimBuilder withTitle(java.lang.String title)
title
- the title; not null or emptyjava.lang.NullPointerException
- if title is nulljava.lang.IllegalArgumentException
- if title is empty