Uses of Enum
com.microsoft.graph.models.DetectedAppPlatformType
Packages that use DetectedAppPlatformType
-
Uses of DetectedAppPlatformType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DetectedAppPlatformTypeModifier and TypeMethodDescriptionstatic DetectedAppPlatformTypeDetectedApp.getPlatform()Gets the platform property value.static DetectedAppPlatformTypeReturns the enum constant of this type with the specified name.static DetectedAppPlatformType[]DetectedAppPlatformType.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 DetectedAppPlatformTypeModifier and TypeMethodDescriptionvoidDetectedApp.setPlatform(DetectedAppPlatformType value) Sets the platform property value.