public class DepEnrollmentBaseProfile extends EnrollmentProfile implements com.github.davidmoten.odata.client.ODataEntityType
EnrollmentProfile.Builder| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
appleIdDisabled |
protected Boolean |
applePayDisabled |
protected Boolean |
configurationWebUrl |
protected String |
deviceNameTemplate |
protected Boolean |
diagnosticsDisabled |
protected Boolean |
displayToneSetupDisabled |
protected Boolean |
isDefault |
protected Boolean |
isMandatory |
protected Boolean |
locationDisabled |
protected Boolean |
passCodeDisabled |
protected Boolean |
privacyPaneDisabled |
protected Boolean |
profileRemovalDisabled |
protected Boolean |
restoreBlocked |
protected Boolean |
screenTimeScreenDisabled |
protected Boolean |
siriDisabled |
protected Boolean |
supervisedModeEnabled |
protected String |
supportDepartment |
protected String |
supportPhoneNumber |
protected Boolean |
termsAndConditionsDisabled |
protected Boolean |
touchIdDisabled |
protected Boolean |
zoomDisabled |
configurationEndpointUrl, description, displayName, enableAuthenticationViaCompanyPortal, requireCompanyPortalOnSetupAssistantEnrolledDevices, requiresUserAuthenticationchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
DepEnrollmentBaseProfile() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Boolean> |
getAppleIdDisabled()
“Indicates if Apple id setup pane is disabled”
|
Optional<Boolean> |
getApplePayDisabled()
“Indicates if Apple pay setup pane is disabled”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Boolean> |
getConfigurationWebUrl()
“URL for setup assistant login”
|
Optional<String> |
getDeviceNameTemplate()
“Sets a literal or name pattern.”
|
Optional<Boolean> |
getDiagnosticsDisabled()
“Indicates if diagnostics setup pane is disabled”
|
Optional<Boolean> |
getDisplayToneSetupDisabled()
“Indicates if displaytone setup screen is disabled”
|
Optional<Boolean> |
getIsDefault()
“Indicates if this is the default profile”
|
Optional<Boolean> |
getIsMandatory()
“Indicates if the profile is mandatory”
|
Optional<Boolean> |
getLocationDisabled()
“Indicates if Location service setup pane is disabled”
|
Optional<Boolean> |
getPassCodeDisabled()
“Indicates if Passcode setup pane is disabled”
|
Optional<Boolean> |
getPrivacyPaneDisabled()
“Indicates if privacy screen is disabled”
|
Optional<Boolean> |
getProfileRemovalDisabled()
“Indicates if the profile removal option is disabled”
|
Optional<Boolean> |
getRestoreBlocked()
“Indicates if Restore setup pane is blocked”
|
Optional<Boolean> |
getScreenTimeScreenDisabled()
“Indicates if screen timeout setup is disabled”
|
Optional<Boolean> |
getSiriDisabled()
“Indicates if siri setup pane is disabled”
|
Optional<Boolean> |
getSupervisedModeEnabled()
“Supervised mode, True to enable, false otherwise.
|
Optional<String> |
getSupportDepartment()
“Support department information”
|
Optional<String> |
getSupportPhoneNumber()
“Support phone number”
|
Optional<Boolean> |
getTermsAndConditionsDisabled()
“Indicates if 'Terms and Conditions' setup pane is disabled”
|
Optional<Boolean> |
getTouchIdDisabled()
“Indicates if touch id setup pane is disabled”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<Boolean> |
getZoomDisabled()
“Indicates if zoom setup pane is disabled”
|
String |
odataTypeName() |
DepEnrollmentBaseProfile |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
DepEnrollmentBaseProfile |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
DepEnrollmentBaseProfile |
withAppleIdDisabled(Boolean appleIdDisabled)
Returns an immutable copy of
this with just the appleIdDisabled
field changed. |
DepEnrollmentBaseProfile |
withApplePayDisabled(Boolean applePayDisabled)
Returns an immutable copy of
this with just the applePayDisabled
field changed. |
DepEnrollmentBaseProfile |
withConfigurationWebUrl(Boolean configurationWebUrl)
Returns an immutable copy of
this with just the configurationWebUrl field changed. |
DepEnrollmentBaseProfile |
withDeviceNameTemplate(String deviceNameTemplate)
Returns an immutable copy of
this with just the deviceNameTemplate field changed. |
DepEnrollmentBaseProfile |
withDiagnosticsDisabled(Boolean diagnosticsDisabled)
Returns an immutable copy of
this with just the diagnosticsDisabled field changed. |
DepEnrollmentBaseProfile |
withDisplayToneSetupDisabled(Boolean displayToneSetupDisabled)
Returns an immutable copy of
this with just the displayToneSetupDisabled field changed. |
DepEnrollmentBaseProfile |
withIsDefault(Boolean isDefault)
Returns an immutable copy of
this with just the isDefault field
changed. |
DepEnrollmentBaseProfile |
withIsMandatory(Boolean isMandatory)
Returns an immutable copy of
this with just the isMandatory
field changed. |
DepEnrollmentBaseProfile |
withLocationDisabled(Boolean locationDisabled)
Returns an immutable copy of
this with just the locationDisabled
field changed. |
DepEnrollmentBaseProfile |
withPassCodeDisabled(Boolean passCodeDisabled)
Returns an immutable copy of
this with just the passCodeDisabled
field changed. |
DepEnrollmentBaseProfile |
withPrivacyPaneDisabled(Boolean privacyPaneDisabled)
Returns an immutable copy of
this with just the privacyPaneDisabled field changed. |
DepEnrollmentBaseProfile |
withProfileRemovalDisabled(Boolean profileRemovalDisabled)
Returns an immutable copy of
this with just the profileRemovalDisabled field changed. |
DepEnrollmentBaseProfile |
withRestoreBlocked(Boolean restoreBlocked)
Returns an immutable copy of
this with just the restoreBlocked
field changed. |
DepEnrollmentBaseProfile |
withScreenTimeScreenDisabled(Boolean screenTimeScreenDisabled)
Returns an immutable copy of
this with just the screenTimeScreenDisabled field changed. |
DepEnrollmentBaseProfile |
withSiriDisabled(Boolean siriDisabled)
Returns an immutable copy of
this with just the siriDisabled
field changed. |
DepEnrollmentBaseProfile |
withSupervisedModeEnabled(Boolean supervisedModeEnabled)
Returns an immutable copy of
this with just the supervisedModeEnabled field changed. |
DepEnrollmentBaseProfile |
withSupportDepartment(String supportDepartment)
Returns an immutable copy of
this with just the supportDepartment
field changed. |
DepEnrollmentBaseProfile |
withSupportPhoneNumber(String supportPhoneNumber)
Returns an immutable copy of
this with just the supportPhoneNumber field changed. |
DepEnrollmentBaseProfile |
withTermsAndConditionsDisabled(Boolean termsAndConditionsDisabled)
Returns an immutable copy of
this with just the termsAndConditionsDisabled field changed. |
DepEnrollmentBaseProfile |
withTouchIdDisabled(Boolean touchIdDisabled)
Returns an immutable copy of
this with just the touchIdDisabled
field changed. |
DepEnrollmentBaseProfile |
withZoomDisabled(Boolean zoomDisabled)
Returns an immutable copy of
this with just the zoomDisabled
field changed. |
builderEnrollmentProfile, exportMobileConfig, getConfigurationEndpointUrl, getDescription, getDisplayName, getEnableAuthenticationViaCompanyPortal, getRequireCompanyPortalOnSetupAssistantEnrolledDevices, getRequiresUserAuthentication, setDefaultProfile, updateDeviceProfileAssignment, withConfigurationEndpointUrl, withDescription, withDisplayName, withEnableAuthenticationViaCompanyPortal, withRequireCompanyPortalOnSetupAssistantEnrolledDevices, withRequiresUserAuthenticationprotected Boolean isDefault
protected Boolean supervisedModeEnabled
protected String supportDepartment
protected Boolean passCodeDisabled
protected Boolean isMandatory
protected Boolean locationDisabled
protected String supportPhoneNumber
protected Boolean profileRemovalDisabled
protected Boolean restoreBlocked
protected Boolean appleIdDisabled
protected Boolean termsAndConditionsDisabled
protected Boolean touchIdDisabled
protected Boolean applePayDisabled
protected Boolean zoomDisabled
protected Boolean siriDisabled
protected Boolean diagnosticsDisabled
protected Boolean displayToneSetupDisabled
protected Boolean privacyPaneDisabled
protected Boolean screenTimeScreenDisabled
protected String deviceNameTemplate
protected Boolean configurationWebUrl
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class EnrollmentProfilepublic com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class EnrollmentProfilepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class EnrollmentProfilepublic Optional<Boolean> getIsDefault()
public DepEnrollmentBaseProfile withIsDefault(Boolean isDefault)
this with just the isDefault 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 this is the default profile”
isDefault - new value of isDefault field (as defined in service metadata)this with just the isDefault field changedpublic Optional<Boolean> getSupervisedModeEnabled()
public DepEnrollmentBaseProfile withSupervisedModeEnabled(Boolean supervisedModeEnabled)
this with just the supervisedModeEnabled 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.
“Supervised mode, True to enable, false otherwise. See https://docs.microsoft.com /en-us/intune/deploy-use/enroll-devices-in-microsoft-intune for additional information.”
supervisedModeEnabled - new value of supervisedModeEnabled field (as defined in service metadata)this with just the supervisedModeEnabled field changedpublic Optional<String> getSupportDepartment()
public DepEnrollmentBaseProfile withSupportDepartment(String supportDepartment)
this with just the supportDepartment
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.
“Support department information”
supportDepartment - new value of supportDepartment field (as defined in service metadata)this with just the supportDepartment field changedpublic Optional<Boolean> getPassCodeDisabled()
public DepEnrollmentBaseProfile withPassCodeDisabled(Boolean passCodeDisabled)
this with just the passCodeDisabled
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 Passcode setup pane is disabled”
passCodeDisabled - new value of passCodeDisabled field (as defined in service metadata)this with just the passCodeDisabled field changedpublic Optional<Boolean> getIsMandatory()
public DepEnrollmentBaseProfile withIsMandatory(Boolean isMandatory)
this with just the isMandatory
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 the profile is mandatory”
isMandatory - new value of isMandatory field (as defined in service metadata)this with just the isMandatory field changedpublic Optional<Boolean> getLocationDisabled()
public DepEnrollmentBaseProfile withLocationDisabled(Boolean locationDisabled)
this with just the locationDisabled
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 Location service setup pane is disabled”
locationDisabled - new value of locationDisabled field (as defined in service metadata)this with just the locationDisabled field changedpublic Optional<String> getSupportPhoneNumber()
public DepEnrollmentBaseProfile withSupportPhoneNumber(String supportPhoneNumber)
this with just the supportPhoneNumber 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.
“Support phone number”
supportPhoneNumber - new value of supportPhoneNumber field (as defined in service metadata)this with just the supportPhoneNumber field changedpublic Optional<Boolean> getProfileRemovalDisabled()
public DepEnrollmentBaseProfile withProfileRemovalDisabled(Boolean profileRemovalDisabled)
this with just the profileRemovalDisabled 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 the profile removal option is disabled”
profileRemovalDisabled - new value of profileRemovalDisabled field (as defined in service metadata)this with just the profileRemovalDisabled field changedpublic Optional<Boolean> getRestoreBlocked()
public DepEnrollmentBaseProfile withRestoreBlocked(Boolean restoreBlocked)
this with just the restoreBlocked
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 Restore setup pane is blocked”
restoreBlocked - new value of restoreBlocked field (as defined in service metadata)this with just the restoreBlocked field changedpublic Optional<Boolean> getAppleIdDisabled()
public DepEnrollmentBaseProfile withAppleIdDisabled(Boolean appleIdDisabled)
this with just the appleIdDisabled
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 Apple id setup pane is disabled”
appleIdDisabled - new value of appleIdDisabled field (as defined in service metadata)this with just the appleIdDisabled field changedpublic Optional<Boolean> getTermsAndConditionsDisabled()
public DepEnrollmentBaseProfile withTermsAndConditionsDisabled(Boolean termsAndConditionsDisabled)
this with just the termsAndConditionsDisabled 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 'Terms and Conditions' setup pane is disabled”
termsAndConditionsDisabled - new value of termsAndConditionsDisabled field (as defined in service metadata)this with just the termsAndConditionsDisabled field changedpublic Optional<Boolean> getTouchIdDisabled()
public DepEnrollmentBaseProfile withTouchIdDisabled(Boolean touchIdDisabled)
this with just the touchIdDisabled
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 touch id setup pane is disabled”
touchIdDisabled - new value of touchIdDisabled field (as defined in service metadata)this with just the touchIdDisabled field changedpublic Optional<Boolean> getApplePayDisabled()
public DepEnrollmentBaseProfile withApplePayDisabled(Boolean applePayDisabled)
this with just the applePayDisabled
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 Apple pay setup pane is disabled”
applePayDisabled - new value of applePayDisabled field (as defined in service metadata)this with just the applePayDisabled field changedpublic Optional<Boolean> getZoomDisabled()
public DepEnrollmentBaseProfile withZoomDisabled(Boolean zoomDisabled)
this with just the zoomDisabled
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 zoom setup pane is disabled”
zoomDisabled - new value of zoomDisabled field (as defined in service metadata)this with just the zoomDisabled field changedpublic Optional<Boolean> getSiriDisabled()
public DepEnrollmentBaseProfile withSiriDisabled(Boolean siriDisabled)
this with just the siriDisabled
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 siri setup pane is disabled”
siriDisabled - new value of siriDisabled field (as defined in service metadata)this with just the siriDisabled field changedpublic Optional<Boolean> getDiagnosticsDisabled()
public DepEnrollmentBaseProfile withDiagnosticsDisabled(Boolean diagnosticsDisabled)
this with just the diagnosticsDisabled 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 diagnostics setup pane is disabled”
diagnosticsDisabled - new value of diagnosticsDisabled field (as defined in service metadata)this with just the diagnosticsDisabled field changedpublic Optional<Boolean> getDisplayToneSetupDisabled()
public DepEnrollmentBaseProfile withDisplayToneSetupDisabled(Boolean displayToneSetupDisabled)
this with just the displayToneSetupDisabled 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 displaytone setup screen is disabled”
displayToneSetupDisabled - new value of displayToneSetupDisabled field (as defined in service metadata)this with just the displayToneSetupDisabled field changedpublic Optional<Boolean> getPrivacyPaneDisabled()
public DepEnrollmentBaseProfile withPrivacyPaneDisabled(Boolean privacyPaneDisabled)
this with just the privacyPaneDisabled 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 privacy screen is disabled”
privacyPaneDisabled - new value of privacyPaneDisabled field (as defined in service metadata)this with just the privacyPaneDisabled field changedpublic Optional<Boolean> getScreenTimeScreenDisabled()
public DepEnrollmentBaseProfile withScreenTimeScreenDisabled(Boolean screenTimeScreenDisabled)
this with just the screenTimeScreenDisabled 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 screen timeout setup is disabled”
screenTimeScreenDisabled - new value of screenTimeScreenDisabled field (as defined in service metadata)this with just the screenTimeScreenDisabled field changedpublic Optional<String> getDeviceNameTemplate()
public DepEnrollmentBaseProfile withDeviceNameTemplate(String deviceNameTemplate)
this with just the deviceNameTemplate 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.
“Sets a literal or name pattern.”
deviceNameTemplate - new value of deviceNameTemplate field (as defined in service metadata)this with just the deviceNameTemplate field changedpublic Optional<Boolean> getConfigurationWebUrl()
public DepEnrollmentBaseProfile withConfigurationWebUrl(Boolean configurationWebUrl)
this with just the configurationWebUrl 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.
“URL for setup assistant login”
configurationWebUrl - new value of configurationWebUrl field (as defined in service metadata)this with just the configurationWebUrl field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class EnrollmentProfilepublic DepEnrollmentBaseProfile patch()
this with changed fields reset.patch in class EnrollmentProfilethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic DepEnrollmentBaseProfile put()
this
with changed fields reset (they were ignored anyway).put in class EnrollmentProfilethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class EnrollmentProfileCopyright © 2018–2020. All rights reserved.