| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
IosVppApp |
IosVppApp.Builder.build() |
IosVppApp |
IosVppApp.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
IosVppApp |
IosVppApp.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
IosVppApp |
IosVppApp.withApplicableDeviceType(IosDeviceType applicableDeviceType)
Returns an immutable copy of
this with just the applicableDeviceType field changed. |
IosVppApp |
IosVppApp.withAppStoreUrl(String appStoreUrl)
Returns an immutable copy of
this with just the appStoreUrl
field changed. |
IosVppApp |
IosVppApp.withBundleId(String bundleId)
Returns an immutable copy of
this with just the bundleId field
changed. |
IosVppApp |
IosVppApp.withLicensingType(VppLicensingType licensingType)
Returns an immutable copy of
this with just the licensingType
field changed. |
IosVppApp |
IosVppApp.withReleaseDateTime(OffsetDateTime releaseDateTime)
Returns an immutable copy of
this with just the releaseDateTime
field changed. |
IosVppApp |
IosVppApp.withTotalLicenseCount(Integer totalLicenseCount)
Returns an immutable copy of
this with just the totalLicenseCount
field changed. |
IosVppApp |
IosVppApp.withUsedLicenseCount(Integer usedLicenseCount)
Returns an immutable copy of
this with just the usedLicenseCount
field changed. |
IosVppApp |
IosVppApp.withVppTokenAccountType(VppTokenAccountType vppTokenAccountType)
Returns an immutable copy of
this with just the vppTokenAccountType field changed. |
IosVppApp |
IosVppApp.withVppTokenAppleId(String vppTokenAppleId)
Returns an immutable copy of
this with just the vppTokenAppleId
field changed. |
IosVppApp |
IosVppApp.withVppTokenId(String vppTokenId)
Returns an immutable copy of
this with just the vppTokenId field
changed. |
IosVppApp |
IosVppApp.withVppTokenOrganizationName(String vppTokenOrganizationName)
Returns an immutable copy of
this with just the vppTokenOrganizationName field changed. |
Copyright © 2018–2020. All rights reserved.