Uses of Class
odata.msgraph.client.complex.MacOSIncludedApp
-
Packages that use MacOSIncludedApp Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of MacOSIncludedApp in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return MacOSIncludedApp Modifier and Type Method Description MacOSIncludedAppMacOSIncludedApp.Builder. build()MacOSIncludedAppMacOSIncludedApp. withBundleId(String bundleId)Returns an immutable copy ofthiswith just thebundleIdfield changed.MacOSIncludedAppMacOSIncludedApp. withBundleVersion(String bundleVersion)Returns an immutable copy ofthiswith just thebundleVersionfield changed.MacOSIncludedAppMacOSIncludedApp. withUnmappedField(String name, Object value) -
Uses of MacOSIncludedApp in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type MacOSIncludedApp Modifier and Type Field Description protected List<MacOSIncludedApp>MacOSDmgApp. includedAppsMethods in odata.msgraph.client.entity that return types with arguments of type MacOSIncludedApp Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<MacOSIncludedApp>MacOSDmgApp. getIncludedApps()“The list of .apps expected to be installed by the DMG (Apple Disk Image).com.github.davidmoten.odata.client.CollectionPage<MacOSIncludedApp>MacOSDmgApp. getIncludedApps(com.github.davidmoten.odata.client.HttpRequestOptions options)“The list of .apps expected to be installed by the DMG (Apple Disk Image).Methods in odata.msgraph.client.entity with parameters of type MacOSIncludedApp Modifier and Type Method Description MacOSDmgApp.BuilderMacOSDmgApp.Builder. includedApps(MacOSIncludedApp... includedApps)“The list of .apps expected to be installed by the DMG (Apple Disk Image).Method parameters in odata.msgraph.client.entity with type arguments of type MacOSIncludedApp Modifier and Type Method Description MacOSDmgApp.BuilderMacOSDmgApp.Builder. includedApps(List<MacOSIncludedApp> includedApps)“The list of .apps expected to be installed by the DMG (Apple Disk Image).MacOSDmgAppMacOSDmgApp. withIncludedApps(List<MacOSIncludedApp> includedApps)Returns an immutable copy ofthiswith just theincludedAppsfield changed.
-