Uses of Class
odata.msgraph.client.beta.enums.Windows10AppType
-
Packages that use Windows10AppType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of Windows10AppType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as Windows10AppType Modifier and Type Field Description protected Windows10AppTypeWindows10AssociatedApps. appTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type Windows10AppType Modifier and Type Method Description Optional<Windows10AppType>Windows10AssociatedApps. getAppType()“Application type.”Methods in odata.msgraph.client.beta.complex with parameters of type Windows10AppType Modifier and Type Method Description Windows10AssociatedApps.BuilderWindows10AssociatedApps.Builder. appType(Windows10AppType appType)“Application type.”Windows10AssociatedAppsWindows10AssociatedApps. withAppType(Windows10AppType appType)Returns an immutable copy ofthiswith just theappTypefield changed. -
Uses of Windows10AppType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return Windows10AppType Modifier and Type Method Description static Windows10AppTypeWindows10AppType. valueOf(String name)Returns the enum constant of this type with the specified name.static Windows10AppType[]Windows10AppType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-