Uses of Enum
com.microsoft.graph.models.InstallIntent
Packages that use InstallIntent
-
Uses of InstallIntent in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return InstallIntentModifier and TypeMethodDescriptionstatic InstallIntentManagedEBookAssignment.getInstallIntent()Gets the installIntent property value.MobileAppAssignment.getIntent()Gets the intent property value.static InstallIntentReturns the enum constant of this type with the specified name.static InstallIntent[]InstallIntent.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type InstallIntentModifier and TypeMethodDescriptionvoidManagedEBookAssignment.setInstallIntent(InstallIntent value) Sets the installIntent property value.voidMobileAppAssignment.setIntent(InstallIntent value) Sets the intent property value.