UserInstallStateSummary |
UserInstallStateSummary.Builder.build() |
|
UserInstallStateSummary |
UserInstallStateSummary.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
UserInstallStateSummary |
UserInstallStateSummary.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
UserInstallStateSummary |
UserInstallStateSummary.withFailedDeviceCount(Integer failedDeviceCount) |
Returns an immutable copy of this with just the failedDeviceCount
field changed.
|
UserInstallStateSummary |
UserInstallStateSummary.withInstalledDeviceCount(Integer installedDeviceCount) |
Returns an immutable copy of this with just the
installedDeviceCount field changed.
|
UserInstallStateSummary |
UserInstallStateSummary.withNotInstalledDeviceCount(Integer notInstalledDeviceCount) |
Returns an immutable copy of this with just the
notInstalledDeviceCount field changed.
|
UserInstallStateSummary |
UserInstallStateSummary.withUnmappedField(String name,
String value) |
|
UserInstallStateSummary |
UserInstallStateSummary.withUserName(String userName) |
Returns an immutable copy of this with just the userName field
changed.
|