Uses of Class
odata.msgraph.client.beta.enums.Win32LobAppDetectionOperator
-
Packages that use Win32LobAppDetectionOperator Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of Win32LobAppDetectionOperator in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as Win32LobAppDetectionOperator Modifier and Type Field Description protected Win32LobAppDetectionOperatorWin32LobAppFileSystemDetection. operatorprotected Win32LobAppDetectionOperatorWin32LobAppRegistryDetection. operatorprotected Win32LobAppDetectionOperatorWin32LobAppRequirement. operatorprotected Win32LobAppDetectionOperatorWin32LobAppProductCodeDetection. productVersionOperatorMethods in odata.msgraph.client.beta.complex that return types with arguments of type Win32LobAppDetectionOperator Modifier and Type Method Description Optional<Win32LobAppDetectionOperator>Win32LobAppFileSystemDetection. getOperator()“The operator for file or folder detection”Optional<Win32LobAppDetectionOperator>Win32LobAppRegistryDetection. getOperator()“The operator for registry data detection”Optional<Win32LobAppDetectionOperator>Win32LobAppRequirement. getOperator()“The operator for detection”Optional<Win32LobAppDetectionOperator>Win32LobAppProductCodeDetection. getProductVersionOperator()“The operator to detect product version.”Methods in odata.msgraph.client.beta.complex with parameters of type Win32LobAppDetectionOperator Modifier and Type Method Description Win32LobAppFileSystemDetection.BuilderWin32LobAppFileSystemDetection.Builder. operator(Win32LobAppDetectionOperator operator)“The operator for file or folder detection”Win32LobAppFileSystemRequirement.BuilderWin32LobAppFileSystemRequirement.Builder. operator(Win32LobAppDetectionOperator operator)Win32LobAppPowerShellScriptRequirement.BuilderWin32LobAppPowerShellScriptRequirement.Builder. operator(Win32LobAppDetectionOperator operator)Win32LobAppRegistryDetection.BuilderWin32LobAppRegistryDetection.Builder. operator(Win32LobAppDetectionOperator operator)“The operator for registry data detection”Win32LobAppRegistryRequirement.BuilderWin32LobAppRegistryRequirement.Builder. operator(Win32LobAppDetectionOperator operator)Win32LobAppProductCodeDetection.BuilderWin32LobAppProductCodeDetection.Builder. productVersionOperator(Win32LobAppDetectionOperator productVersionOperator)“The operator to detect product version.”Win32LobAppFileSystemDetectionWin32LobAppFileSystemDetection. withOperator(Win32LobAppDetectionOperator operator)Returns an immutable copy ofthiswith just theoperatorfield changed.Win32LobAppRegistryDetectionWin32LobAppRegistryDetection. withOperator(Win32LobAppDetectionOperator operator)Returns an immutable copy ofthiswith just theoperatorfield changed.Win32LobAppRequirementWin32LobAppRequirement. withOperator(Win32LobAppDetectionOperator operator)Returns an immutable copy ofthiswith just theoperatorfield changed.Win32LobAppProductCodeDetectionWin32LobAppProductCodeDetection. withProductVersionOperator(Win32LobAppDetectionOperator productVersionOperator)Returns an immutable copy ofthiswith just theproductVersionOperatorfield changed. -
Uses of Win32LobAppDetectionOperator in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return Win32LobAppDetectionOperator Modifier and Type Method Description static Win32LobAppDetectionOperatorWin32LobAppDetectionOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static Win32LobAppDetectionOperator[]Win32LobAppDetectionOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-