public class UnsupportedDeviceConfiguration extends DeviceConfiguration implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
UnsupportedDeviceConfiguration.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<UnsupportedDeviceConfigurationDetail> |
details |
protected String |
detailsNextLink |
protected String |
originalEntityTypeName |
createdDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
UnsupportedDeviceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static UnsupportedDeviceConfiguration.Builder |
builderUnsupportedDeviceConfiguration()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
com.github.davidmoten.odata.client.CollectionPage<UnsupportedDeviceConfigurationDetail> |
getDetails()
“Details describing why the entity is unsupported.
|
com.github.davidmoten.odata.client.CollectionPage<UnsupportedDeviceConfigurationDetail> |
getDetails(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Details describing why the entity is unsupported.
|
Optional<String> |
getOriginalEntityTypeName()
“The type of entity that would be returned otherwise.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
UnsupportedDeviceConfiguration |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
UnsupportedDeviceConfiguration |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
UnsupportedDeviceConfiguration |
withOriginalEntityTypeName(String originalEntityTypeName)
Returns an immutable copy of
this with just the originalEntityTypeName field changed. |
assign, assignedAccessMultiModeProfiles, getAssignments, getCreatedDateTime, getDescription, getDeviceManagementApplicabilityRuleDeviceMode, getDeviceManagementApplicabilityRuleOsEdition, getDeviceManagementApplicabilityRuleOsVersion, getDeviceSettingStateSummaries, getDeviceStatuses, getDeviceStatusOverview, getDisplayName, getGroupAssignments, getLastModifiedDateTime, getRoleScopeTagIds, getRoleScopeTagIds, getSupportsScopeTags, getUserStatuses, getUserStatusOverview, getVersion, windowsPrivacyAccessControls, withCreatedDateTime, withDescription, withDeviceManagementApplicabilityRuleDeviceMode, withDeviceManagementApplicabilityRuleOsEdition, withDeviceManagementApplicabilityRuleOsVersion, withDisplayName, withLastModifiedDateTime, withSupportsScopeTags, withVersionprotected String originalEntityTypeName
protected List<UnsupportedDeviceConfigurationDetail> details
protected String detailsNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeviceConfigurationpublic static UnsupportedDeviceConfiguration.Builder builderUnsupportedDeviceConfiguration()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class DeviceConfigurationpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class DeviceConfigurationpublic Optional<String> getOriginalEntityTypeName()
public UnsupportedDeviceConfiguration withOriginalEntityTypeName(String originalEntityTypeName)
this with just the originalEntityTypeName field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“The type of entity that would be returned otherwise.”
originalEntityTypeName - new value of originalEntityTypeName field (as defined in service metadata)this with just the originalEntityTypeName field changedpublic com.github.davidmoten.odata.client.CollectionPage<UnsupportedDeviceConfigurationDetail> getDetails()
public com.github.davidmoten.odata.client.CollectionPage<UnsupportedDeviceConfigurationDetail> getDetails(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeviceConfigurationpublic UnsupportedDeviceConfiguration patch()
this with changed fields reset.patch in class DeviceConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic UnsupportedDeviceConfiguration put()
this
with changed fields reset (they were ignored anyway).put in class DeviceConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class DeviceConfigurationCopyright © 2018–2020. All rights reserved.