| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
ManagedMobileApp |
ManagedMobileApp.Builder.build() |
ManagedMobileApp |
ManagedMobileApp.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ManagedMobileApp |
ManagedMobileApp.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ManagedMobileApp |
ManagedMobileApp.withMobileAppIdentifier(MobileAppIdentifier mobileAppIdentifier)
Returns an immutable copy of
this with just the mobileAppIdentifier field changed. |
ManagedMobileApp |
ManagedMobileApp.withVersion(String version)
Returns an immutable copy of
this with just the version field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
TargetedManagedAppConfiguration.targetApps(List<ManagedMobileApp> apps) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
ManagedAppProtection.targetApps(List<ManagedMobileApp> apps) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
ManagedAppPolicy.targetApps(List<ManagedMobileApp> apps) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
ManagedAppPolicyRequest.targetApps(List<ManagedMobileApp> apps) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
ManagedAppProtectionRequest.targetApps(List<ManagedMobileApp> apps) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
TargetedManagedAppConfigurationRequest.targetApps(List<ManagedMobileApp> apps) |
Copyright © 2018–2020. All rights reserved.