public class IosEduDeviceConfiguration extends DeviceConfiguration implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
IosEduDeviceConfiguration.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected IosEduCertificateSettings |
deviceCertificateSettings |
protected IosEduCertificateSettings |
studentCertificateSettings |
protected IosEduCertificateSettings |
teacherCertificateSettings |
createdDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
IosEduDeviceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static IosEduDeviceConfiguration.Builder |
builderIosEduDeviceConfiguration()
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() |
Optional<IosEduCertificateSettings> |
getDeviceCertificateSettings()
“The Trusted Root and PFX certificates for Device”
|
Optional<IosEduCertificateSettings> |
getStudentCertificateSettings()
“The Trusted Root and PFX certificates for Student”
|
Optional<IosEduCertificateSettings> |
getTeacherCertificateSettings()
“The Trusted Root and PFX certificates for Teacher”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
IosEduDeviceConfiguration |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
IosEduDeviceConfiguration |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
IosEduDeviceConfiguration |
withDeviceCertificateSettings(IosEduCertificateSettings deviceCertificateSettings)
Returns an immutable copy of
this with just the deviceCertificateSettings field changed. |
IosEduDeviceConfiguration |
withStudentCertificateSettings(IosEduCertificateSettings studentCertificateSettings)
Returns an immutable copy of
this with just the studentCertificateSettings field changed. |
IosEduDeviceConfiguration |
withTeacherCertificateSettings(IosEduCertificateSettings teacherCertificateSettings)
Returns an immutable copy of
this with just the teacherCertificateSettings 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 IosEduCertificateSettings teacherCertificateSettings
protected IosEduCertificateSettings studentCertificateSettings
protected IosEduCertificateSettings deviceCertificateSettings
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeviceConfigurationpublic static IosEduDeviceConfiguration.Builder builderIosEduDeviceConfiguration()
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<IosEduCertificateSettings> getTeacherCertificateSettings()
public IosEduDeviceConfiguration withTeacherCertificateSettings(IosEduCertificateSettings teacherCertificateSettings)
this with just the teacherCertificateSettings 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 Trusted Root and PFX certificates for Teacher”
teacherCertificateSettings - new value of teacherCertificateSettings field (as defined in service metadata)this with just the teacherCertificateSettings field changedpublic Optional<IosEduCertificateSettings> getStudentCertificateSettings()
public IosEduDeviceConfiguration withStudentCertificateSettings(IosEduCertificateSettings studentCertificateSettings)
this with just the studentCertificateSettings 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 Trusted Root and PFX certificates for Student”
studentCertificateSettings - new value of studentCertificateSettings field (as defined in service metadata)this with just the studentCertificateSettings field changedpublic Optional<IosEduCertificateSettings> getDeviceCertificateSettings()
public IosEduDeviceConfiguration withDeviceCertificateSettings(IosEduCertificateSettings deviceCertificateSettings)
this with just the deviceCertificateSettings 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 Trusted Root and PFX certificates for Device”
deviceCertificateSettings - new value of deviceCertificateSettings field (as defined in service metadata)this with just the deviceCertificateSettings field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeviceConfigurationpublic IosEduDeviceConfiguration 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 IosEduDeviceConfiguration 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.