Uses of Class
odata.msgraph.client.complex.IosHomeScreenApp
-
Packages that use IosHomeScreenApp Package Description odata.msgraph.client.complex -
-
Uses of IosHomeScreenApp in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type IosHomeScreenApp Modifier and Type Field Description protected List<IosHomeScreenApp>IosHomeScreenFolderPage. appsMethods in odata.msgraph.client.complex that return IosHomeScreenApp Modifier and Type Method Description IosHomeScreenAppIosHomeScreenApp.Builder. build()IosHomeScreenAppIosHomeScreenApp. withBundleID(String bundleID)Returns an immutable copy ofthiswith just thebundleIDfield changed.IosHomeScreenAppIosHomeScreenApp. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type IosHomeScreenApp Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<IosHomeScreenApp>IosHomeScreenFolderPage. getApps()“A list of apps and web clips to appear on a page within a folder.com.github.davidmoten.odata.client.CollectionPage<IosHomeScreenApp>IosHomeScreenFolderPage. getApps(com.github.davidmoten.odata.client.HttpRequestOptions options)“A list of apps and web clips to appear on a page within a folder.Methods in odata.msgraph.client.complex with parameters of type IosHomeScreenApp Modifier and Type Method Description IosHomeScreenFolderPage.BuilderIosHomeScreenFolderPage.Builder. apps(IosHomeScreenApp... apps)“A list of apps and web clips to appear on a page within a folder.Method parameters in odata.msgraph.client.complex with type arguments of type IosHomeScreenApp Modifier and Type Method Description IosHomeScreenFolderPage.BuilderIosHomeScreenFolderPage.Builder. apps(List<IosHomeScreenApp> apps)“A list of apps and web clips to appear on a page within a folder.
-