Uses of Class
com.microsoft.graph.models.Contact
Packages that use Contact
-
Uses of Contact in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ContactModifier and TypeMethodDescriptionstatic ContactContact.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type ContactModifier and TypeMethodDescriptionContactFolder.getContacts()Gets the contacts property value.User.getContacts()Gets the contacts property value.ContactCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type ContactModifier and TypeMethodDescriptionvoidContactFolder.setContacts(List<Contact> value) Sets the contacts property value.voidUser.setContacts(List<Contact> value) Sets the contacts property value.voidSets the value property value.