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