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.withUnmappedField(String name,
String value) |
|
AndroidForWorkApp |
AndroidForWorkApp.withUsedLicenseCount(Integer usedLicenseCount) |
Returns an immutable copy of this with just the usedLicenseCount
field changed.
|