Uses of Class
odata.msgraph.client.beta.complex.IosHomeScreenApp.Builder
-
Packages that use IosHomeScreenApp.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of IosHomeScreenApp.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return IosHomeScreenApp.Builder Modifier and Type Method Description static IosHomeScreenApp.BuilderIosHomeScreenApp. builderIosHomeScreenApp()Returns a builder which is used to create a new instance of this class (given that this class is immutable).IosHomeScreenApp.BuilderIosHomeScreenApp.Builder. bundleID(String bundleID)“BundleID of the app if isWebClip is false or the URL of a web clip if isWebClip is true.”IosHomeScreenApp.BuilderIosHomeScreenApp.Builder. displayName(String displayName)IosHomeScreenApp.BuilderIosHomeScreenApp.Builder. isWebClip(Boolean isWebClip)“When true, the bundle ID will be handled as a URL for a web clip.”
-