Uses of Class
odata.msgraph.client.complex.Win32LobAppRule
-
Packages that use Win32LobAppRule Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of Win32LobAppRule in odata.msgraph.client.complex
Subclasses of Win32LobAppRule in odata.msgraph.client.complex Modifier and Type Class Description classWin32LobAppFileSystemRule“A complex type to store file or folder rule data for a Win32 LOB app.”classWin32LobAppPowerShellScriptRule“A complex type to store the PowerShell script rule data for a Win32 LOB app.”classWin32LobAppProductCodeRule“A complex type to store the product code and version rule data for a Win32 LOB app.classWin32LobAppRegistryRule“A complex type to store registry rule data for a Win32 LOB app.”Methods in odata.msgraph.client.complex that return Win32LobAppRule Modifier and Type Method Description Win32LobAppRuleWin32LobAppRule. withRuleType(Win32LobAppRuleType ruleType)Returns an immutable copy ofthiswith just theruleTypefield changed.Win32LobAppRuleWin32LobAppRule. withUnmappedField(String name, Object value) -
Uses of Win32LobAppRule in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type Win32LobAppRule Modifier and Type Field Description protected List<Win32LobAppRule>Win32LobApp. rulesMethods in odata.msgraph.client.entity that return types with arguments of type Win32LobAppRule Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<Win32LobAppRule>Win32LobApp. getRules()“The detection and requirement rules for this app.”com.github.davidmoten.odata.client.CollectionPage<Win32LobAppRule>Win32LobApp. getRules(com.github.davidmoten.odata.client.HttpRequestOptions options)“The detection and requirement rules for this app.”Methods in odata.msgraph.client.entity with parameters of type Win32LobAppRule Modifier and Type Method Description Win32LobApp.BuilderWin32LobApp.Builder. rules(Win32LobAppRule... rules)“The detection and requirement rules for this app.”Method parameters in odata.msgraph.client.entity with type arguments of type Win32LobAppRule Modifier and Type Method Description Win32LobApp.BuilderWin32LobApp.Builder. rules(List<Win32LobAppRule> rules)“The detection and requirement rules for this app.”Win32LobAppWin32LobApp. withRules(List<Win32LobAppRule> rules)Returns an immutable copy ofthiswith just therulesfield changed.
-