Uses of Class
odata.msgraph.client.beta.enums.Win32LobAppRegistryDetectionType
-
Packages that use Win32LobAppRegistryDetectionType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of Win32LobAppRegistryDetectionType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as Win32LobAppRegistryDetectionType Modifier and Type Field Description protected Win32LobAppRegistryDetectionTypeWin32LobAppRegistryDetection. detectionTypeprotected Win32LobAppRegistryDetectionTypeWin32LobAppRegistryRequirement. detectionTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type Win32LobAppRegistryDetectionType Modifier and Type Method Description Optional<Win32LobAppRegistryDetectionType>Win32LobAppRegistryDetection. getDetectionType()“The registry data detection type”Optional<Win32LobAppRegistryDetectionType>Win32LobAppRegistryRequirement. getDetectionType()“The registry data detection type”Methods in odata.msgraph.client.beta.complex with parameters of type Win32LobAppRegistryDetectionType Modifier and Type Method Description Win32LobAppRegistryDetection.BuilderWin32LobAppRegistryDetection.Builder. detectionType(Win32LobAppRegistryDetectionType detectionType)“The registry data detection type”Win32LobAppRegistryRequirement.BuilderWin32LobAppRegistryRequirement.Builder. detectionType(Win32LobAppRegistryDetectionType detectionType)“The registry data detection type”Win32LobAppRegistryDetectionWin32LobAppRegistryDetection. withDetectionType(Win32LobAppRegistryDetectionType detectionType)Returns an immutable copy ofthiswith just thedetectionTypefield changed.Win32LobAppRegistryRequirementWin32LobAppRegistryRequirement. withDetectionType(Win32LobAppRegistryDetectionType detectionType)Returns an immutable copy ofthiswith just thedetectionTypefield changed. -
Uses of Win32LobAppRegistryDetectionType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return Win32LobAppRegistryDetectionType Modifier and Type Method Description static Win32LobAppRegistryDetectionTypeWin32LobAppRegistryDetectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static Win32LobAppRegistryDetectionType[]Win32LobAppRegistryDetectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-