public class DepMacOSEnrollmentProfile extends DepEnrollmentBaseProfile implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
DepMacOSEnrollmentProfile.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
chooseYourLockScreenDisabled |
protected Boolean |
fileVaultDisabled |
protected Boolean |
iCloudDiagnosticsDisabled |
protected Boolean |
iCloudStorageDisabled |
protected Boolean |
registrationDisabled |
appleIdDisabled, applePayDisabled, configurationWebUrl, deviceNameTemplate, diagnosticsDisabled, displayToneSetupDisabled, isDefault, isMandatory, locationDisabled, passCodeDisabled, privacyPaneDisabled, profileRemovalDisabled, restoreBlocked, screenTimeScreenDisabled, siriDisabled, supervisedModeEnabled, supportDepartment, supportPhoneNumber, termsAndConditionsDisabled, touchIdDisabled, zoomDisabledconfigurationEndpointUrl, description, displayName, enableAuthenticationViaCompanyPortal, requireCompanyPortalOnSetupAssistantEnrolledDevices, requiresUserAuthenticationchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
DepMacOSEnrollmentProfile() |
| Modifier and Type | Method and Description |
|---|---|
static DepMacOSEnrollmentProfile.Builder |
builderDepMacOSEnrollmentProfile()
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<Boolean> |
getChooseYourLockScreenDisabled()
“Indicates if iCloud Documents and Desktop screen is disabled”
|
Optional<Boolean> |
getFileVaultDisabled()
“Indicates if file vault is disabled”
|
Optional<Boolean> |
getICloudDiagnosticsDisabled()
“Indicates if iCloud Analytics screen is disabled”
|
Optional<Boolean> |
getICloudStorageDisabled()
“Indicates if iCloud Documents and Desktop screen is disabled”
|
Optional<Boolean> |
getRegistrationDisabled()
“Indicates if registration is disabled”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
DepMacOSEnrollmentProfile |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
DepMacOSEnrollmentProfile |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
DepMacOSEnrollmentProfile |
withChooseYourLockScreenDisabled(Boolean chooseYourLockScreenDisabled)
Returns an immutable copy of
this with just the chooseYourLockScreenDisabled field changed. |
DepMacOSEnrollmentProfile |
withFileVaultDisabled(Boolean fileVaultDisabled)
Returns an immutable copy of
this with just the fileVaultDisabled
field changed. |
DepMacOSEnrollmentProfile |
withICloudDiagnosticsDisabled(Boolean iCloudDiagnosticsDisabled)
Returns an immutable copy of
this with just the iCloudDiagnosticsDisabled field changed. |
DepMacOSEnrollmentProfile |
withICloudStorageDisabled(Boolean iCloudStorageDisabled)
Returns an immutable copy of
this with just the iCloudStorageDisabled field changed. |
DepMacOSEnrollmentProfile |
withRegistrationDisabled(Boolean registrationDisabled)
Returns an immutable copy of
this with just the registrationDisabled field changed. |
getAppleIdDisabled, getApplePayDisabled, getConfigurationWebUrl, getDeviceNameTemplate, getDiagnosticsDisabled, getDisplayToneSetupDisabled, getIsDefault, getIsMandatory, getLocationDisabled, getPassCodeDisabled, getPrivacyPaneDisabled, getProfileRemovalDisabled, getRestoreBlocked, getScreenTimeScreenDisabled, getSiriDisabled, getSupervisedModeEnabled, getSupportDepartment, getSupportPhoneNumber, getTermsAndConditionsDisabled, getTouchIdDisabled, getZoomDisabled, withAppleIdDisabled, withApplePayDisabled, withConfigurationWebUrl, withDeviceNameTemplate, withDiagnosticsDisabled, withDisplayToneSetupDisabled, withIsDefault, withIsMandatory, withLocationDisabled, withPassCodeDisabled, withPrivacyPaneDisabled, withProfileRemovalDisabled, withRestoreBlocked, withScreenTimeScreenDisabled, withSiriDisabled, withSupervisedModeEnabled, withSupportDepartment, withSupportPhoneNumber, withTermsAndConditionsDisabled, withTouchIdDisabled, withZoomDisabledbuilderEnrollmentProfile, exportMobileConfig, getConfigurationEndpointUrl, getDescription, getDisplayName, getEnableAuthenticationViaCompanyPortal, getRequireCompanyPortalOnSetupAssistantEnrolledDevices, getRequiresUserAuthentication, setDefaultProfile, updateDeviceProfileAssignment, withConfigurationEndpointUrl, withDescription, withDisplayName, withEnableAuthenticationViaCompanyPortal, withRequireCompanyPortalOnSetupAssistantEnrolledDevices, withRequiresUserAuthenticationprotected Boolean registrationDisabled
protected Boolean fileVaultDisabled
protected Boolean iCloudDiagnosticsDisabled
protected Boolean iCloudStorageDisabled
protected Boolean chooseYourLockScreenDisabled
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DepEnrollmentBaseProfilepublic static DepMacOSEnrollmentProfile.Builder builderDepMacOSEnrollmentProfile()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class DepEnrollmentBaseProfilepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class DepEnrollmentBaseProfilepublic Optional<Boolean> getRegistrationDisabled()
public DepMacOSEnrollmentProfile withRegistrationDisabled(Boolean registrationDisabled)
this with just the registrationDisabled 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.
“Indicates if registration is disabled”
registrationDisabled - new value of registrationDisabled field (as defined in service metadata)this with just the registrationDisabled field changedpublic Optional<Boolean> getFileVaultDisabled()
public DepMacOSEnrollmentProfile withFileVaultDisabled(Boolean fileVaultDisabled)
this with just the fileVaultDisabled
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.
“Indicates if file vault is disabled”
fileVaultDisabled - new value of fileVaultDisabled field (as defined in service metadata)this with just the fileVaultDisabled field changedpublic Optional<Boolean> getICloudDiagnosticsDisabled()
public DepMacOSEnrollmentProfile withICloudDiagnosticsDisabled(Boolean iCloudDiagnosticsDisabled)
this with just the iCloudDiagnosticsDisabled 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.
“Indicates if iCloud Analytics screen is disabled”
iCloudDiagnosticsDisabled - new value of iCloudDiagnosticsDisabled field (as defined in service metadata)this with just the iCloudDiagnosticsDisabled field changedpublic Optional<Boolean> getICloudStorageDisabled()
public DepMacOSEnrollmentProfile withICloudStorageDisabled(Boolean iCloudStorageDisabled)
this with just the iCloudStorageDisabled 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.
“Indicates if iCloud Documents and Desktop screen is disabled”
iCloudStorageDisabled - new value of iCloudStorageDisabled field (as defined in service metadata)this with just the iCloudStorageDisabled field changedpublic Optional<Boolean> getChooseYourLockScreenDisabled()
public DepMacOSEnrollmentProfile withChooseYourLockScreenDisabled(Boolean chooseYourLockScreenDisabled)
this with just the chooseYourLockScreenDisabled 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.
“Indicates if iCloud Documents and Desktop screen is disabled”
chooseYourLockScreenDisabled - new value of chooseYourLockScreenDisabled field (as defined in service metadata)this with just the chooseYourLockScreenDisabled field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DepEnrollmentBaseProfilepublic DepMacOSEnrollmentProfile patch()
this with changed fields reset.patch in class DepEnrollmentBaseProfilethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic DepMacOSEnrollmentProfile put()
this
with changed fields reset (they were ignored anyway).put in class DepEnrollmentBaseProfilethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class DepEnrollmentBaseProfileCopyright © 2018–2020. All rights reserved.