Uses of Class
com.microsoft.graph.models.ContactFolder
Packages that use ContactFolder
-
Uses of ContactFolder in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ContactFolderModifier and TypeMethodDescriptionstatic ContactFolderContactFolder.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 ContactFolderModifier and TypeMethodDescriptionContactFolder.getChildFolders()Gets the childFolders property value.User.getContactFolders()Gets the contactFolders property value.ContactFolderCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type ContactFolderModifier and TypeMethodDescriptionvoidContactFolder.setChildFolders(List<ContactFolder> value) Sets the childFolders property value.voidUser.setContactFolders(List<ContactFolder> value) Sets the contactFolders property value.voidContactFolderCollectionResponse.setValue(List<ContactFolder> value) Sets the value property value.