DetectedApp |
DetectedApp.Builder.build() |
|
DetectedApp |
DetectedApp.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
DetectedApp |
DetectedApp.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
DetectedApp |
DetectedApp.withDeviceCount(Integer deviceCount) |
Returns an immutable copy of this with just the deviceCount
field changed.
|
DetectedApp |
DetectedApp.withDisplayName(String displayName) |
Returns an immutable copy of this with just the displayName
field changed.
|
DetectedApp |
DetectedApp.withSizeInByte(Long sizeInByte) |
Returns an immutable copy of this with just the sizeInByte field
changed.
|
DetectedApp |
DetectedApp.withUnmappedField(String name,
String value) |
|
DetectedApp |
DetectedApp.withVersion(String version) |
Returns an immutable copy of this with just the version field
changed.
|