Class AppListItem.Builder

  • Enclosing class:
    AppListItem

    public static final class AppListItem.Builder
    extends Object
    • Method Detail

      • appId

        public AppListItem.Builder appId​(String appId)
        “The application or bundle identifier of the application”
        Parameters:
        appId - value of appId property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • appStoreUrl

        public AppListItem.Builder appStoreUrl​(String appStoreUrl)
        “The Store URL of the application”
        Parameters:
        appStoreUrl - value of appStoreUrl property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • name

        public AppListItem.Builder name​(String name)
        “The application name”
        Parameters:
        name - value of name property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • publisher

        public AppListItem.Builder publisher​(String publisher)
        “The publisher of the application”
        Parameters:
        publisher - value of publisher property (as defined in service metadata)
        Returns:
        this (for method chaining)