Uses of Class
com.azure.resourcemanager.apicenter.models.Contact
Packages that use Contact
Package
Description
Package containing the data models for AzureApiCenter.
-
Uses of Contact in com.azure.resourcemanager.apicenter.models
Methods in com.azure.resourcemanager.apicenter.models that return ContactModifier and TypeMethodDescriptionstatic Contact
Contact.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Contact from the JsonReader.Set the email property: Email address of the contact.Set the name property: Name of the contact.Set the url property: URL for the contact.Methods in com.azure.resourcemanager.apicenter.models that return types with arguments of type ContactModifier and TypeMethodDescriptionApiProperties.contacts()
Get the contacts property: The set of contacts.Method parameters in com.azure.resourcemanager.apicenter.models with type arguments of type ContactModifier and TypeMethodDescriptionApiProperties.withContacts
(List<Contact> contacts) Set the contacts property: The set of contacts.