Uses of Class
odata.msgraph.client.beta.complex.MacOSLobChildApp
-
Packages that use MacOSLobChildApp Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of MacOSLobChildApp in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.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, String value)MacOSLobChildAppMacOSLobChildApp. withVersionNumber(String versionNumber)Returns an immutable copy ofthiswith just theversionNumberfield changed. -
Uses of MacOSLobChildApp in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type MacOSLobChildApp Modifier and Type Field Description protected List<MacOSLobChildApp>MacOSLobApp. childAppsMethods in odata.msgraph.client.beta.entity that return types with arguments of type MacOSLobChildApp Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<MacOSLobChildApp>MacOSLobApp. getChildApps()“The app list in this bundle package”com.github.davidmoten.odata.client.CollectionPage<MacOSLobChildApp>MacOSLobApp. getChildApps(com.github.davidmoten.odata.client.HttpRequestOptions options)“The app list in this bundle package”Methods in odata.msgraph.client.beta.entity with parameters of type MacOSLobChildApp Modifier and Type Method Description MacOSLobApp.BuilderMacOSLobApp.Builder. childApps(MacOSLobChildApp... childApps)“The app list in this bundle package”Method parameters in odata.msgraph.client.beta.entity with type arguments of type MacOSLobChildApp Modifier and Type Method Description MacOSLobApp.BuilderMacOSLobApp.Builder. childApps(List<MacOSLobChildApp> childApps)“The app list in this bundle package”MacOSLobAppMacOSLobApp. withChildApps(List<MacOSLobChildApp> childApps)Returns an immutable copy ofthiswith just thechildAppsfield changed.
-