Uses of Class
odata.msgraph.client.beta.enums.Win32LobAppReturnCodeType
-
Packages that use Win32LobAppReturnCodeType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of Win32LobAppReturnCodeType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as Win32LobAppReturnCodeType Modifier and Type Field Description protected Win32LobAppReturnCodeTypeWin32LobAppReturnCode. typeMethods in odata.msgraph.client.beta.complex that return types with arguments of type Win32LobAppReturnCodeType Modifier and Type Method Description Optional<Win32LobAppReturnCodeType>Win32LobAppReturnCode. getType()“The type of return code.”Methods in odata.msgraph.client.beta.complex with parameters of type Win32LobAppReturnCodeType Modifier and Type Method Description Win32LobAppReturnCode.BuilderWin32LobAppReturnCode.Builder. type(Win32LobAppReturnCodeType type)“The type of return code.”Win32LobAppReturnCodeWin32LobAppReturnCode. withType(Win32LobAppReturnCodeType type)Returns an immutable copy ofthiswith just thetypefield changed. -
Uses of Win32LobAppReturnCodeType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return Win32LobAppReturnCodeType Modifier and Type Method Description static Win32LobAppReturnCodeTypeWin32LobAppReturnCodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static Win32LobAppReturnCodeType[]Win32LobAppReturnCodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-