Package odata.msgraph.client.complex
Class IosHomeScreenFolderPage.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.IosHomeScreenFolderPage.Builder
-
- Enclosing class:
- IosHomeScreenFolderPage
public static final class IosHomeScreenFolderPage.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IosHomeScreenFolderPage.Builderapps(List<IosHomeScreenApp> apps)“A list of apps and web clips to appear on a page within a folder.IosHomeScreenFolderPage.Builderapps(IosHomeScreenApp... apps)“A list of apps and web clips to appear on a page within a folder.IosHomeScreenFolderPage.BuilderappsNextLink(String appsNextLink)“A list of apps and web clips to appear on a page within a folder.IosHomeScreenFolderPagebuild()IosHomeScreenFolderPage.BuilderdisplayName(String displayName)“Name of the folder page”
-
-
-
Method Detail
-
apps
public IosHomeScreenFolderPage.Builder apps(List<IosHomeScreenApp> apps)
“A list of apps and web clips to appear on a page within a folder. This collection can contain a maximum of 500 elements.”- Parameters:
apps- value ofappsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
apps
public IosHomeScreenFolderPage.Builder apps(IosHomeScreenApp... apps)
“A list of apps and web clips to appear on a page within a folder. This collection can contain a maximum of 500 elements.”- Parameters:
apps- value ofappsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
appsNextLink
public IosHomeScreenFolderPage.Builder appsNextLink(String appsNextLink)
“A list of apps and web clips to appear on a page within a folder. This collection can contain a maximum of 500 elements.”- Parameters:
appsNextLink- value ofapps@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
displayName
public IosHomeScreenFolderPage.Builder displayName(String displayName)
“Name of the folder page”- Parameters:
displayName- value ofdisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public IosHomeScreenFolderPage build()
-
-