| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Class and Description |
|---|---|
class |
MobileAppDependency
“Describes a dependency type between two mobile apps.”
|
| Modifier and Type | Method and Description |
|---|---|
MobileAppRelationship |
MobileAppRelationship.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
MobileAppRelationship |
MobileAppRelationship.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
MobileAppRelationship |
MobileAppRelationship.withTargetDisplayName(String targetDisplayName)
Returns an immutable copy of
this with just the targetDisplayName
field changed. |
MobileAppRelationship |
MobileAppRelationship.withTargetId(String targetId)
Returns an immutable copy of
this with just the targetId field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
MobileApp.updateRelationships(List<MobileAppRelationship> relationships) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
MobileAppRequest.updateRelationships(List<MobileAppRelationship> relationships) |
Copyright © 2018–2020. All rights reserved.