Class ManagedDeviceReportedApp.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.ManagedDeviceReportedApp.Builder
-
- Enclosing class:
- ManagedDeviceReportedApp
public static final class ManagedDeviceReportedApp.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedDeviceReportedApp.BuilderappId(String appId)“The application or bundle identifier of the application”ManagedDeviceReportedAppbuild()
-
-
-
Method Detail
-
appId
public ManagedDeviceReportedApp.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)
-
build
public ManagedDeviceReportedApp build()
-
-