Uses of Class
io.swagger.v3.oas.models.info.Contact
-
Packages that use Contact Package Description io.swagger.v3.oas.models.info -
-
Uses of Contact in io.swagger.v3.oas.models.info
Methods in io.swagger.v3.oas.models.info that return Contact Modifier and Type Method Description ContactContact. email(String email)ContactContact. extensions(Map<String,Object> extensions)ContactInfo. getContact()returns the contact property from a Info instance.ContactContact. name(String name)ContactContact. url(String url)Methods in io.swagger.v3.oas.models.info with parameters of type Contact Modifier and Type Method Description InfoInfo. contact(Contact contact)voidInfo. setContact(Contact contact)
-