| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
WindowsInformationProtectionDeviceRegistration |
WindowsInformationProtectionDeviceRegistration.Builder.build() |
WindowsInformationProtectionDeviceRegistration |
WindowsInformationProtectionDeviceRegistration.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
WindowsInformationProtectionDeviceRegistration |
WindowsInformationProtectionDeviceRegistration.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
WindowsInformationProtectionDeviceRegistration |
WindowsInformationProtectionDeviceRegistration.withDeviceMacAddress(String deviceMacAddress)
Returns an immutable copy of
this with just the deviceMacAddress
field changed. |
WindowsInformationProtectionDeviceRegistration |
WindowsInformationProtectionDeviceRegistration.withDeviceName(String deviceName)
Returns an immutable copy of
this with just the deviceName field
changed. |
WindowsInformationProtectionDeviceRegistration |
WindowsInformationProtectionDeviceRegistration.withDeviceRegistrationId(String deviceRegistrationId)
Returns an immutable copy of
this with just the deviceRegistrationId field changed. |
WindowsInformationProtectionDeviceRegistration |
WindowsInformationProtectionDeviceRegistration.withDeviceType(String deviceType)
Returns an immutable copy of
this with just the deviceType field
changed. |
WindowsInformationProtectionDeviceRegistration |
WindowsInformationProtectionDeviceRegistration.withLastCheckInDateTime(OffsetDateTime lastCheckInDateTime)
Returns an immutable copy of
this with just the lastCheckInDateTime field changed. |
WindowsInformationProtectionDeviceRegistration |
WindowsInformationProtectionDeviceRegistration.withUserId(String userId)
Returns an immutable copy of
this with just the userId field
changed. |
Copyright © 2018–2020. All rights reserved.