Uses of Class
com.microsoft.graph.models.ManagedAppStatus
Packages that use ManagedAppStatus
-
Uses of ManagedAppStatus in com.microsoft.graph.models
Subclasses of ManagedAppStatus in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassRepresents an un-typed status report about organizations app protection and configuration.Methods in com.microsoft.graph.models that return ManagedAppStatusModifier and TypeMethodDescriptionstatic ManagedAppStatusManagedAppStatus.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 ManagedAppStatusModifier and TypeMethodDescriptionDeviceAppManagement.getManagedAppStatuses()Gets the managedAppStatuses property value.ManagedAppStatusCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type ManagedAppStatusModifier and TypeMethodDescriptionvoidDeviceAppManagement.setManagedAppStatuses(List<ManagedAppStatus> value) Sets the managedAppStatuses property value.voidManagedAppStatusCollectionResponse.setValue(List<ManagedAppStatus> value) Sets the value property value.