Uses of Class
odata.msgraph.client.beta.enums.Win32LobAppFileSystemDetectionType
-
Packages that use Win32LobAppFileSystemDetectionType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of Win32LobAppFileSystemDetectionType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as Win32LobAppFileSystemDetectionType Modifier and Type Field Description protected Win32LobAppFileSystemDetectionTypeWin32LobAppFileSystemDetection. detectionTypeprotected Win32LobAppFileSystemDetectionTypeWin32LobAppFileSystemRequirement. detectionTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type Win32LobAppFileSystemDetectionType Modifier and Type Method Description Optional<Win32LobAppFileSystemDetectionType>Win32LobAppFileSystemDetection. getDetectionType()“The file system detection type”Optional<Win32LobAppFileSystemDetectionType>Win32LobAppFileSystemRequirement. getDetectionType()“The file system detection type”Methods in odata.msgraph.client.beta.complex with parameters of type Win32LobAppFileSystemDetectionType Modifier and Type Method Description Win32LobAppFileSystemDetection.BuilderWin32LobAppFileSystemDetection.Builder. detectionType(Win32LobAppFileSystemDetectionType detectionType)“The file system detection type”Win32LobAppFileSystemRequirement.BuilderWin32LobAppFileSystemRequirement.Builder. detectionType(Win32LobAppFileSystemDetectionType detectionType)“The file system detection type”Win32LobAppFileSystemDetectionWin32LobAppFileSystemDetection. withDetectionType(Win32LobAppFileSystemDetectionType detectionType)Returns an immutable copy ofthiswith just thedetectionTypefield changed.Win32LobAppFileSystemRequirementWin32LobAppFileSystemRequirement. withDetectionType(Win32LobAppFileSystemDetectionType detectionType)Returns an immutable copy ofthiswith just thedetectionTypefield changed. -
Uses of Win32LobAppFileSystemDetectionType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return Win32LobAppFileSystemDetectionType Modifier and Type Method Description static Win32LobAppFileSystemDetectionTypeWin32LobAppFileSystemDetectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static Win32LobAppFileSystemDetectionType[]Win32LobAppFileSystemDetectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-