Package odata.msgraph.client.complex
Class IosHomeScreenPage.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.IosHomeScreenPage.Builder
-
- Enclosing class:
- IosHomeScreenPage
public static final class IosHomeScreenPage.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IosHomeScreenPagebuild()IosHomeScreenPage.BuilderdisplayName(String displayName)“Name of the page”IosHomeScreenPage.Buildericons(List<IosHomeScreenItem> icons)“A list of apps, folders, and web clips to appear on a page.IosHomeScreenPage.Buildericons(IosHomeScreenItem... icons)“A list of apps, folders, and web clips to appear on a page.IosHomeScreenPage.BuildericonsNextLink(String iconsNextLink)“A list of apps, folders, and web clips to appear on a page.
-
-
-
Method Detail
-
displayName
public IosHomeScreenPage.Builder displayName(String displayName)
“Name of the page”- Parameters:
displayName- value ofdisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
icons
public IosHomeScreenPage.Builder icons(List<IosHomeScreenItem> icons)
“A list of apps, folders, and web clips to appear on a page. This collection can contain a maximum of 500 elements.”- Parameters:
icons- value oficonsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
icons
public IosHomeScreenPage.Builder icons(IosHomeScreenItem... icons)
“A list of apps, folders, and web clips to appear on a page. This collection can contain a maximum of 500 elements.”- Parameters:
icons- value oficonsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
iconsNextLink
public IosHomeScreenPage.Builder iconsNextLink(String iconsNextLink)
“A list of apps, folders, and web clips to appear on a page. This collection can contain a maximum of 500 elements.”- Parameters:
iconsNextLink- value oficons@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public IosHomeScreenPage build()
-
-