Uses of Class
com.microsoft.graph.models.MobileAppContentFile
Packages that use MobileAppContentFile
-
Uses of MobileAppContentFile in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return MobileAppContentFileModifier and TypeMethodDescriptionstatic MobileAppContentFileMobileAppContentFile.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 MobileAppContentFileModifier and TypeMethodDescriptionMobileAppContent.getFiles()Gets the files property value.MobileAppContentFileCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type MobileAppContentFileModifier and TypeMethodDescriptionvoidMobileAppContent.setFiles(List<MobileAppContentFile> value) Sets the files property value.voidMobileAppContentFileCollectionResponse.setValue(List<MobileAppContentFile> value) Sets the value property value.