Uses of Class
odata.msgraph.client.complex.MacOSLobChildApp
-
Packages that use MacOSLobChildApp Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of MacOSLobChildApp in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return MacOSLobChildApp Modifier and Type Method Description MacOSLobChildAppMacOSLobChildApp.Builder. build()MacOSLobChildAppMacOSLobChildApp. withBuildNumber(String buildNumber)Returns an immutable copy ofthiswith just thebuildNumberfield changed.MacOSLobChildAppMacOSLobChildApp. withBundleId(String bundleId)Returns an immutable copy ofthiswith just thebundleIdfield changed.MacOSLobChildAppMacOSLobChildApp. withUnmappedField(String name, Object value)MacOSLobChildAppMacOSLobChildApp. withVersionNumber(String versionNumber)Returns an immutable copy ofthiswith just theversionNumberfield changed. -
Uses of MacOSLobChildApp in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type MacOSLobChildApp Modifier and Type Field Description protected List<MacOSLobChildApp>MacOSLobApp. childAppsMethods in odata.msgraph.client.entity that return types with arguments of type MacOSLobChildApp Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<MacOSLobChildApp>MacOSLobApp. getChildApps()“List of ComplexType macOSLobChildApp objects.com.github.davidmoten.odata.client.CollectionPage<MacOSLobChildApp>MacOSLobApp. getChildApps(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of ComplexType macOSLobChildApp objects.Methods in odata.msgraph.client.entity with parameters of type MacOSLobChildApp Modifier and Type Method Description MacOSLobApp.BuilderMacOSLobApp.Builder. childApps(MacOSLobChildApp... childApps)“List of ComplexType macOSLobChildApp objects.Method parameters in odata.msgraph.client.entity with type arguments of type MacOSLobChildApp Modifier and Type Method Description MacOSLobApp.BuilderMacOSLobApp.Builder. childApps(List<MacOSLobChildApp> childApps)“List of ComplexType macOSLobChildApp objects.MacOSLobAppMacOSLobApp. withChildApps(List<MacOSLobChildApp> childApps)Returns an immutable copy ofthiswith just thechildAppsfield changed.
-