Uses of Class
io.swagger.models.Contact
-
Packages that use Contact Package Description io.swagger.models -
-
Uses of Contact in io.swagger.models
Methods in io.swagger.models that return Contact Modifier and Type Method Description ContactContact. email(String email)ContactInfo. getContact()ContactContact. name(String name)ContactContact. url(String url)Methods in io.swagger.models with parameters of type Contact Modifier and Type Method Description InfoInfo. contact(Contact contact)voidInfo. setContact(Contact contact)
-