| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
AndroidForWorkApp |
AndroidForWorkApp.Builder.build() |
AndroidForWorkApp |
AndroidForWorkApp.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
AndroidForWorkApp |
AndroidForWorkApp.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
AndroidForWorkApp |
AndroidForWorkApp.withAppIdentifier(String appIdentifier)
Returns an immutable copy of
this with just the appIdentifier
field changed. |
AndroidForWorkApp |
AndroidForWorkApp.withAppStoreUrl(String appStoreUrl)
Returns an immutable copy of
this with just the appStoreUrl
field changed. |
AndroidForWorkApp |
AndroidForWorkApp.withPackageId(String packageId)
Returns an immutable copy of
this with just the packageId field
changed. |
AndroidForWorkApp |
AndroidForWorkApp.withTotalLicenseCount(Integer totalLicenseCount)
Returns an immutable copy of
this with just the totalLicenseCount
field changed. |
AndroidForWorkApp |
AndroidForWorkApp.withUsedLicenseCount(Integer usedLicenseCount)
Returns an immutable copy of
this with just the usedLicenseCount
field changed. |
Copyright © 2018–2020. All rights reserved.