Uses of Class
odata.msgraph.client.beta.complex.Windows10AssociatedApps
-
Packages that use Windows10AssociatedApps Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of Windows10AssociatedApps in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return Windows10AssociatedApps Modifier and Type Method Description Windows10AssociatedAppsWindows10AssociatedApps.Builder. build()Windows10AssociatedAppsWindows10AssociatedApps. withAppType(Windows10AppType appType)Returns an immutable copy ofthiswith just theappTypefield changed.Windows10AssociatedAppsWindows10AssociatedApps. withIdentifier(String identifier)Returns an immutable copy ofthiswith just theidentifierfield changed.Windows10AssociatedAppsWindows10AssociatedApps. withUnmappedField(String name, String value) -
Uses of Windows10AssociatedApps in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type Windows10AssociatedApps Modifier and Type Field Description protected List<Windows10AssociatedApps>Windows10VpnConfiguration. associatedAppsMethods in odata.msgraph.client.beta.entity that return types with arguments of type Windows10AssociatedApps Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<Windows10AssociatedApps>Windows10VpnConfiguration. getAssociatedApps()“Associated Apps.com.github.davidmoten.odata.client.CollectionPage<Windows10AssociatedApps>Windows10VpnConfiguration. getAssociatedApps(com.github.davidmoten.odata.client.HttpRequestOptions options)“Associated Apps.Methods in odata.msgraph.client.beta.entity with parameters of type Windows10AssociatedApps Modifier and Type Method Description Windows10VpnConfiguration.BuilderWindows10VpnConfiguration.Builder. associatedApps(Windows10AssociatedApps... associatedApps)“Associated Apps.Method parameters in odata.msgraph.client.beta.entity with type arguments of type Windows10AssociatedApps Modifier and Type Method Description Windows10VpnConfiguration.BuilderWindows10VpnConfiguration.Builder. associatedApps(List<Windows10AssociatedApps> associatedApps)“Associated Apps.Windows10VpnConfigurationWindows10VpnConfiguration. withAssociatedApps(List<Windows10AssociatedApps> associatedApps)Returns an immutable copy ofthiswith just theassociatedAppsfield changed.
-