| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementPartner |
DeviceManagementPartner.Builder.build() |
DeviceManagementPartner |
DeviceManagementPartner.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
DeviceManagementPartner |
DeviceManagementPartner.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
DeviceManagementPartner |
DeviceManagementPartner.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
DeviceManagementPartner |
DeviceManagementPartner.withIsConfigured(Boolean isConfigured)
Returns an immutable copy of
this with just the isConfigured
field changed. |
DeviceManagementPartner |
DeviceManagementPartner.withLastHeartbeatDateTime(OffsetDateTime lastHeartbeatDateTime)
Returns an immutable copy of
this with just the lastHeartbeatDateTime field changed. |
DeviceManagementPartner |
DeviceManagementPartner.withPartnerAppType(DeviceManagementPartnerAppType partnerAppType)
Returns an immutable copy of
this with just the partnerAppType
field changed. |
DeviceManagementPartner |
DeviceManagementPartner.withPartnerState(DeviceManagementPartnerTenantState partnerState)
Returns an immutable copy of
this with just the partnerState
field changed. |
DeviceManagementPartner |
DeviceManagementPartner.withSingleTenantAppId(String singleTenantAppId)
Returns an immutable copy of
this with just the singleTenantAppId
field changed. |
DeviceManagementPartner |
DeviceManagementPartner.withWhenPartnerDevicesWillBeMarkedAsNonCompliant(OffsetDateTime whenPartnerDevicesWillBeMarkedAsNonCompliant)
Returns an immutable copy of
this with just the whenPartnerDevicesWillBeMarkedAsNonCompliant field changed. |
DeviceManagementPartner |
DeviceManagementPartner.withWhenPartnerDevicesWillBeMarkedAsNonCompliantDateTime(OffsetDateTime whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime)
Returns an immutable copy of
this with just the whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime field changed. |
DeviceManagementPartner |
DeviceManagementPartner.withWhenPartnerDevicesWillBeRemoved(OffsetDateTime whenPartnerDevicesWillBeRemoved)
Returns an immutable copy of
this with just the whenPartnerDevicesWillBeRemoved field changed. |
DeviceManagementPartner |
DeviceManagementPartner.withWhenPartnerDevicesWillBeRemovedDateTime(OffsetDateTime whenPartnerDevicesWillBeRemovedDateTime)
Returns an immutable copy of
this with just the whenPartnerDevicesWillBeRemovedDateTime field changed. |
Copyright © 2018–2020. All rights reserved.