Package odata.msgraph.client.complex
Class AppListItem.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.AppListItem.Builder
-
- Enclosing class:
- AppListItem
public static final class AppListItem.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppListItem.BuilderappId(String appId)“The application or bundle identifier of the application”AppListItem.BuilderappStoreUrl(String appStoreUrl)“The Store URL of the application”AppListItembuild()AppListItem.Buildername(String name)“The application name”AppListItem.Builderpublisher(String publisher)“The publisher of the application”
-
-
-
Method Detail
-
appId
public AppListItem.Builder appId(String appId)
“The application or bundle identifier of the application”- Parameters:
appId- value ofappIdproperty (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 ofappStoreUrlproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
name
public AppListItem.Builder name(String name)
“The application name”- Parameters:
name- value ofnameproperty (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 ofpublisherproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public AppListItem build()
-
-