Uses of Class
odata.msgraph.client.beta.complex.ManagedDeviceReportedApp
-
Packages that use ManagedDeviceReportedApp Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of ManagedDeviceReportedApp in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ManagedDeviceReportedApp Modifier and Type Method Description ManagedDeviceReportedAppManagedDeviceReportedApp.Builder. build()ManagedDeviceReportedAppManagedDeviceReportedApp. withAppId(String appId)Returns an immutable copy ofthiswith just theappIdfield changed.ManagedDeviceReportedAppManagedDeviceReportedApp. withUnmappedField(String name, String value) -
Uses of ManagedDeviceReportedApp in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type ManagedDeviceReportedApp Modifier and Type Field Description protected List<ManagedDeviceReportedApp>RestrictedAppsViolation. restrictedAppsMethods in odata.msgraph.client.beta.entity that return types with arguments of type ManagedDeviceReportedApp Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ManagedDeviceReportedApp>RestrictedAppsViolation. getRestrictedApps()“List of violated restricted apps”com.github.davidmoten.odata.client.CollectionPage<ManagedDeviceReportedApp>RestrictedAppsViolation. getRestrictedApps(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of violated restricted apps”Methods in odata.msgraph.client.beta.entity with parameters of type ManagedDeviceReportedApp Modifier and Type Method Description RestrictedAppsViolation.BuilderRestrictedAppsViolation.Builder. restrictedApps(ManagedDeviceReportedApp... restrictedApps)“List of violated restricted apps”Method parameters in odata.msgraph.client.beta.entity with type arguments of type ManagedDeviceReportedApp Modifier and Type Method Description RestrictedAppsViolation.BuilderRestrictedAppsViolation.Builder. restrictedApps(List<ManagedDeviceReportedApp> restrictedApps)“List of violated restricted apps”RestrictedAppsViolationRestrictedAppsViolation. withRestrictedApps(List<ManagedDeviceReportedApp> restrictedApps)Returns an immutable copy ofthiswith just therestrictedAppsfield changed.
-