Uses of Class
com.microsoft.graph.models.ManagedAppRegistration
Packages that use ManagedAppRegistration
-
Uses of ManagedAppRegistration in com.microsoft.graph.models
Subclasses of ManagedAppRegistration in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassRepresents the synchronization details of an android app, with management capabilities, for a specific user.classRepresents the synchronization details of an ios app, with management capabilities, for a specific user.Methods in com.microsoft.graph.models that return ManagedAppRegistrationModifier and TypeMethodDescriptionstatic ManagedAppRegistrationManagedAppRegistration.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 ManagedAppRegistrationModifier and TypeMethodDescriptionDeviceAppManagement.getManagedAppRegistrations()Gets the managedAppRegistrations property value.User.getManagedAppRegistrations()Gets the managedAppRegistrations property value.ManagedAppRegistrationCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type ManagedAppRegistrationModifier and TypeMethodDescriptionvoidDeviceAppManagement.setManagedAppRegistrations(List<ManagedAppRegistration> value) Sets the managedAppRegistrations property value.voidUser.setManagedAppRegistrations(List<ManagedAppRegistration> value) Sets the managedAppRegistrations property value.voidManagedAppRegistrationCollectionResponse.setValue(List<ManagedAppRegistration> value) Sets the value property value.