Uses of Class
com.microsoft.graph.models.MobileAppIdentifier
Packages that use MobileAppIdentifier
-
Uses of MobileAppIdentifier in com.microsoft.graph.models
Subclasses of MobileAppIdentifier in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassThe identifier for an Android app.classThe identifier for an iOS app.Methods in com.microsoft.graph.models that return MobileAppIdentifierModifier and TypeMethodDescriptionstatic MobileAppIdentifierMobileAppIdentifier.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueManagedAppRegistration.getAppIdentifier()Gets the appIdentifier property value.ManagedAppPolicyDeploymentSummaryPerApp.getMobileAppIdentifier()Gets the mobileAppIdentifier property value.ManagedMobileApp.getMobileAppIdentifier()Gets the mobileAppIdentifier property value.Methods in com.microsoft.graph.models with parameters of type MobileAppIdentifierModifier and TypeMethodDescriptionvoidManagedAppRegistration.setAppIdentifier(MobileAppIdentifier value) Sets the appIdentifier property value.voidManagedAppPolicyDeploymentSummaryPerApp.setMobileAppIdentifier(MobileAppIdentifier value) Sets the mobileAppIdentifier property value.voidManagedMobileApp.setMobileAppIdentifier(MobileAppIdentifier value) Sets the mobileAppIdentifier property value.