Class IosHomeScreenApp.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.IosHomeScreenApp.Builder
-
- Enclosing class:
- IosHomeScreenApp
public static final class IosHomeScreenApp.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IosHomeScreenAppbuild()IosHomeScreenApp.BuilderbundleID(String bundleID)“BundleID of the app if isWebClip is false or the URL of a web clip if isWebClip is true.”IosHomeScreenApp.BuilderdisplayName(String displayName)IosHomeScreenApp.BuilderisWebClip(Boolean isWebClip)“When true, the bundle ID will be handled as a URL for a web clip.”
-
-
-
Method Detail
-
displayName
public IosHomeScreenApp.Builder displayName(String displayName)
-
bundleID
public IosHomeScreenApp.Builder bundleID(String bundleID)
“BundleID of the app if isWebClip is false or the URL of a web clip if isWebClip is true.”- Parameters:
bundleID- value ofbundleIDproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
isWebClip
public IosHomeScreenApp.Builder isWebClip(Boolean isWebClip)
“When true, the bundle ID will be handled as a URL for a web clip.”- Parameters:
isWebClip- value ofisWebClipproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public IosHomeScreenApp build()
-
-