public static final class AppListItem.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
AppListItem.Builder |
appId(String appId)
“The bundle identifier of the application”
|
AppListItem.Builder |
appStoreUrl(String appStoreUrl)
“The Store URL of the application”
|
AppListItem |
build() |
AppListItem.Builder |
name(String name)
“The application name”
|
AppListItem.Builder |
publisher(String publisher)
“The publisher of the application”
|
public AppListItem.Builder name(String name)
name - value of name property (as defined in service metadata)this (for method chaining)public AppListItem.Builder publisher(String publisher)
publisher - value of publisher property (as defined in service metadata)this (for method chaining)public AppListItem.Builder appStoreUrl(String appStoreUrl)
appStoreUrl - value of appStoreUrl property (as defined in service metadata)this (for method chaining)public AppListItem.Builder appId(String appId)
appId - value of appId property (as defined in service metadata)this (for method chaining)public AppListItem build()
Copyright © 2018–2020. All rights reserved.