| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
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.withVersion(String version)
Returns an immutable copy of
this with just the version field
changed. |
Copyright © 2018–2020. All rights reserved.