Uses of Class
odata.msgraph.client.complex.IosHomeScreenItem
-
Packages that use IosHomeScreenItem Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of IosHomeScreenItem in odata.msgraph.client.complex
Subclasses of IosHomeScreenItem in odata.msgraph.client.complex Modifier and Type Class Description classIosHomeScreenApp“Represents an icon for an app on the Home Screen”classIosHomeScreenFolder“A folder containing pages of apps and web clips on the Home Screen.”Fields in odata.msgraph.client.complex with type parameters of type IosHomeScreenItem Modifier and Type Field Description protected List<IosHomeScreenItem>IosHomeScreenPage. iconsMethods in odata.msgraph.client.complex that return IosHomeScreenItem Modifier and Type Method Description IosHomeScreenItemIosHomeScreenItem. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.IosHomeScreenItemIosHomeScreenItem. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type IosHomeScreenItem Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<IosHomeScreenItem>IosHomeScreenPage. getIcons()“A list of apps, folders, and web clips to appear on a page.com.github.davidmoten.odata.client.CollectionPage<IosHomeScreenItem>IosHomeScreenPage. getIcons(com.github.davidmoten.odata.client.HttpRequestOptions options)“A list of apps, folders, and web clips to appear on a page.Methods in odata.msgraph.client.complex with parameters of type IosHomeScreenItem Modifier and Type Method Description IosHomeScreenPage.BuilderIosHomeScreenPage.Builder. icons(IosHomeScreenItem... icons)“A list of apps, folders, and web clips to appear on a page.Method parameters in odata.msgraph.client.complex with type arguments of type IosHomeScreenItem Modifier and Type Method Description IosHomeScreenPage.BuilderIosHomeScreenPage.Builder. icons(List<IosHomeScreenItem> icons)“A list of apps, folders, and web clips to appear on a page. -
Uses of IosHomeScreenItem in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type IosHomeScreenItem Modifier and Type Field Description protected List<IosHomeScreenItem>IosDeviceFeaturesConfiguration. homeScreenDockIconsMethods in odata.msgraph.client.entity that return types with arguments of type IosHomeScreenItem Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<IosHomeScreenItem>IosDeviceFeaturesConfiguration. getHomeScreenDockIcons()“A list of app and folders to appear on the Home Screen Dock.com.github.davidmoten.odata.client.CollectionPage<IosHomeScreenItem>IosDeviceFeaturesConfiguration. getHomeScreenDockIcons(com.github.davidmoten.odata.client.HttpRequestOptions options)“A list of app and folders to appear on the Home Screen Dock.Methods in odata.msgraph.client.entity with parameters of type IosHomeScreenItem Modifier and Type Method Description IosDeviceFeaturesConfiguration.BuilderIosDeviceFeaturesConfiguration.Builder. homeScreenDockIcons(IosHomeScreenItem... homeScreenDockIcons)“A list of app and folders to appear on the Home Screen Dock.Method parameters in odata.msgraph.client.entity with type arguments of type IosHomeScreenItem Modifier and Type Method Description IosDeviceFeaturesConfiguration.BuilderIosDeviceFeaturesConfiguration.Builder. homeScreenDockIcons(List<IosHomeScreenItem> homeScreenDockIcons)“A list of app and folders to appear on the Home Screen Dock.IosDeviceFeaturesConfigurationIosDeviceFeaturesConfiguration. withHomeScreenDockIcons(List<IosHomeScreenItem> homeScreenDockIcons)Returns an immutable copy ofthiswith just thehomeScreenDockIconsfield changed.
-