| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
ManagedAndroidLobApp |
ManagedAndroidLobApp.Builder.build() |
ManagedAndroidLobApp |
ManagedAndroidLobApp.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ManagedAndroidLobApp |
ManagedAndroidLobApp.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ManagedAndroidLobApp |
ManagedAndroidLobApp.withIdentityName(String identityName)
Returns an immutable copy of
this with just the identityName
field changed. |
ManagedAndroidLobApp |
ManagedAndroidLobApp.withIdentityVersion(String identityVersion)
Returns an immutable copy of
this with just the identityVersion
field changed. |
ManagedAndroidLobApp |
ManagedAndroidLobApp.withMinimumSupportedOperatingSystem(AndroidMinimumOperatingSystem minimumSupportedOperatingSystem)
Returns an immutable copy of
this with just the minimumSupportedOperatingSystem field changed. |
ManagedAndroidLobApp |
ManagedAndroidLobApp.withPackageId(String packageId)
Returns an immutable copy of
this with just the packageId field
changed. |
ManagedAndroidLobApp |
ManagedAndroidLobApp.withVersionCode(String versionCode)
Returns an immutable copy of
this with just the versionCode
field changed. |
ManagedAndroidLobApp |
ManagedAndroidLobApp.withVersionName(String versionName)
Returns an immutable copy of
this with just the versionName
field changed. |
Copyright © 2018–2020. All rights reserved.