Uses of Class
odata.msgraph.client.complex.IosHomeScreenPage
-
Packages that use IosHomeScreenPage Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of IosHomeScreenPage in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return IosHomeScreenPage Modifier and Type Method Description IosHomeScreenPageIosHomeScreenPage.Builder. build()IosHomeScreenPageIosHomeScreenPage. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.IosHomeScreenPageIosHomeScreenPage. withUnmappedField(String name, String value) -
Uses of IosHomeScreenPage in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type IosHomeScreenPage Modifier and Type Field Description protected List<IosHomeScreenPage>IosDeviceFeaturesConfiguration. homeScreenPagesMethods in odata.msgraph.client.entity that return types with arguments of type IosHomeScreenPage Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<IosHomeScreenPage>IosDeviceFeaturesConfiguration. getHomeScreenPages()“A list of pages on the Home Screen.com.github.davidmoten.odata.client.CollectionPage<IosHomeScreenPage>IosDeviceFeaturesConfiguration. getHomeScreenPages(com.github.davidmoten.odata.client.HttpRequestOptions options)“A list of pages on the Home Screen.Methods in odata.msgraph.client.entity with parameters of type IosHomeScreenPage Modifier and Type Method Description IosDeviceFeaturesConfiguration.BuilderIosDeviceFeaturesConfiguration.Builder. homeScreenPages(IosHomeScreenPage... homeScreenPages)“A list of pages on the Home Screen.Method parameters in odata.msgraph.client.entity with type arguments of type IosHomeScreenPage Modifier and Type Method Description IosDeviceFeaturesConfiguration.BuilderIosDeviceFeaturesConfiguration.Builder. homeScreenPages(List<IosHomeScreenPage> homeScreenPages)“A list of pages on the Home Screen.IosDeviceFeaturesConfigurationIosDeviceFeaturesConfiguration. withHomeScreenPages(List<IosHomeScreenPage> homeScreenPages)Returns an immutable copy ofthiswith just thehomeScreenPagesfield changed.
-