Package odata.msgraph.client.complex
Class IosHomeScreenApp.Builder
- java.lang.Object
-
- odata.msgraph.client.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)
-
-
-
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)
-
build
public IosHomeScreenApp build()
-
-