| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<SharedAppleDeviceUser> |
HardwareInformation.sharedDeviceCachedUsers |
| Modifier and Type | Method and Description |
|---|---|
SharedAppleDeviceUser |
SharedAppleDeviceUser.Builder.build() |
SharedAppleDeviceUser |
SharedAppleDeviceUser.withDataQuota(Long dataQuota)
Returns an immutable copy of
this with just the dataQuota field
changed. |
SharedAppleDeviceUser |
SharedAppleDeviceUser.withDataToSync(Boolean dataToSync)
Returns an immutable copy of
this with just the dataToSync field
changed. |
SharedAppleDeviceUser |
SharedAppleDeviceUser.withDataUsed(Long dataUsed)
Returns an immutable copy of
this with just the dataUsed field
changed. |
SharedAppleDeviceUser |
SharedAppleDeviceUser.withUserPrincipalName(String userPrincipalName)
Returns an immutable copy of
this with just the userPrincipalName
field changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<SharedAppleDeviceUser> |
HardwareInformation.getSharedDeviceCachedUsers()
“All users on the shared Apple device”
|
com.github.davidmoten.odata.client.CollectionPage<SharedAppleDeviceUser> |
HardwareInformation.getSharedDeviceCachedUsers(com.github.davidmoten.odata.client.HttpRequestOptions options)
“All users on the shared Apple device”
|
| Modifier and Type | Method and Description |
|---|---|
HardwareInformation.Builder |
HardwareInformation.Builder.sharedDeviceCachedUsers(SharedAppleDeviceUser... sharedDeviceCachedUsers)
“All users on the shared Apple device”
|
| Modifier and Type | Method and Description |
|---|---|
HardwareInformation.Builder |
HardwareInformation.Builder.sharedDeviceCachedUsers(List<SharedAppleDeviceUser> sharedDeviceCachedUsers)
“All users on the shared Apple device”
|
Copyright © 2018–2020. All rights reserved.