| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementIntent |
DeviceManagementIntent.Builder.build() |
DeviceManagementIntent |
DeviceManagementIntent.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
DeviceManagementIntent |
DeviceManagementIntent.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
DeviceManagementIntent |
DeviceManagementIntent.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
DeviceManagementIntent |
DeviceManagementIntent.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
DeviceManagementIntent |
DeviceManagementIntent.withIsAssigned(Boolean isAssigned)
Returns an immutable copy of
this with just the isAssigned field
changed. |
DeviceManagementIntent |
DeviceManagementIntent.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
DeviceManagementIntent |
DeviceManagementIntent.withTemplateId(String templateId)
Returns an immutable copy of
this with just the templateId field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<DeviceManagementIntent> |
DeviceManagementIntent.createCopy(String displayName) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<DeviceManagementIntent> |
DeviceManagementTemplate.createInstance(String displayName,
String description,
List<DeviceManagementSettingInstance> settingsDelta,
List<String> roleScopeTagIds) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<DeviceManagementIntent> |
DeviceManagementIntentRequest.createCopy(String displayName) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<DeviceManagementIntent> |
DeviceManagementTemplateRequest.createInstance(String displayName,
String description,
List<DeviceManagementSettingInstance> settingsDelta,
List<String> roleScopeTagIds) |
Copyright © 2018–2020. All rights reserved.