Uses of Class
odata.msgraph.client.beta.complex.Win32LobAppDetection
-
Packages that use Win32LobAppDetection Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of Win32LobAppDetection in odata.msgraph.client.beta.complex
Subclasses of Win32LobAppDetection in odata.msgraph.client.beta.complex Modifier and Type Class Description classWin32LobAppFileSystemDetection“Contains file or folder path to detect a Win32 App”classWin32LobAppPowerShellScriptDetection“Contains PowerShell script properties to detect a Win32 App”classWin32LobAppProductCodeDetection“Contains product code and version properties to detect a Win32 App”classWin32LobAppRegistryDetection“Contains registry properties to detect a Win32 App”Methods in odata.msgraph.client.beta.complex that return Win32LobAppDetection Modifier and Type Method Description Win32LobAppDetectionWin32LobAppDetection. withUnmappedField(String name, String value) -
Uses of Win32LobAppDetection in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type Win32LobAppDetection Modifier and Type Field Description protected List<Win32LobAppDetection>Win32LobApp. detectionRulesMethods in odata.msgraph.client.beta.entity that return types with arguments of type Win32LobAppDetection Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<Win32LobAppDetection>Win32LobApp. getDetectionRules()“The detection rules to detect Win32 Line of Business (LoB) app.”com.github.davidmoten.odata.client.CollectionPage<Win32LobAppDetection>Win32LobApp. getDetectionRules(com.github.davidmoten.odata.client.HttpRequestOptions options)“The detection rules to detect Win32 Line of Business (LoB) app.”Methods in odata.msgraph.client.beta.entity with parameters of type Win32LobAppDetection Modifier and Type Method Description Win32LobApp.BuilderWin32LobApp.Builder. detectionRules(Win32LobAppDetection... detectionRules)“The detection rules to detect Win32 Line of Business (LoB) app.”Method parameters in odata.msgraph.client.beta.entity with type arguments of type Win32LobAppDetection Modifier and Type Method Description Win32LobApp.BuilderWin32LobApp.Builder. detectionRules(List<Win32LobAppDetection> detectionRules)“The detection rules to detect Win32 Line of Business (LoB) app.”Win32LobAppWin32LobApp. withDetectionRules(List<Win32LobAppDetection> detectionRules)Returns an immutable copy ofthiswith just thedetectionRulesfield changed.
-