Class IosHomeScreenPage.Builder

    • Method Detail

      • displayName

        public IosHomeScreenPage.Builder displayName​(String displayName)
        “Name of the page”
        Parameters:
        displayName - value of displayName property (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 of icons property (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 of icons property (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 of icons@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)