Uses of Class
odata.msgraph.client.beta.complex.AppListItem.Builder
-
Packages that use AppListItem.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of AppListItem.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return AppListItem.Builder Modifier and Type Method Description AppListItem.BuilderAppListItem.Builder. appId(String appId)“The application or bundle identifier of the application”AppListItem.BuilderAppListItem.Builder. appStoreUrl(String appStoreUrl)“The Store URL of the application”static AppListItem.BuilderAppListItem. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).AppListItem.BuilderAppListItem.Builder. name(String name)“The application name”AppListItem.BuilderAppListItem.Builder. publisher(String publisher)“The publisher of the application”
-