| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.Builder.build() |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withAccessibility(Enablement accessibility)
Returns an immutable copy of
this with just the accessibility
field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withAddressBook(Enablement addressBook)
Returns an immutable copy of
this with just the addressBook
field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withBlockCamera(Boolean blockCamera)
Returns an immutable copy of
this with just the blockCamera
field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withBlockListenEvent(Boolean blockListenEvent)
Returns an immutable copy of
this with just the blockListenEvent
field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withBlockMicrophone(Boolean blockMicrophone)
Returns an immutable copy of
this with just the blockMicrophone
field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withBlockScreenCapture(Boolean blockScreenCapture)
Returns an immutable copy of
this with just the blockScreenCapture field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withCalendar(Enablement calendar)
Returns an immutable copy of
this with just the calendar field
changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withCodeRequirement(String codeRequirement)
Returns an immutable copy of
this with just the codeRequirement
field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withFileProviderPresence(Enablement fileProviderPresence)
Returns an immutable copy of
this with just the fileProviderPresence field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withIdentifier(String identifier)
Returns an immutable copy of
this with just the identifier field
changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withIdentifierType(MacOSProcessIdentifierType identifierType)
Returns an immutable copy of
this with just the identifierType
field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withMediaLibrary(Enablement mediaLibrary)
Returns an immutable copy of
this with just the mediaLibrary
field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withPhotos(Enablement photos)
Returns an immutable copy of
this with just the photos field
changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withPostEvent(Enablement postEvent)
Returns an immutable copy of
this with just the postEvent field
changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withReminders(Enablement reminders)
Returns an immutable copy of
this with just the reminders field
changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withSpeechRecognition(Enablement speechRecognition)
Returns an immutable copy of
this with just the speechRecognition
field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withStaticCodeValidation(Boolean staticCodeValidation)
Returns an immutable copy of
this with just the staticCodeValidation field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withSystemPolicyAllFiles(Enablement systemPolicyAllFiles)
Returns an immutable copy of
this with just the systemPolicyAllFiles field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withSystemPolicyDesktopFolder(Enablement systemPolicyDesktopFolder)
Returns an immutable copy of
this with just the systemPolicyDesktopFolder field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withSystemPolicyDocumentsFolder(Enablement systemPolicyDocumentsFolder)
Returns an immutable copy of
this with just the systemPolicyDocumentsFolder field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withSystemPolicyDownloadsFolder(Enablement systemPolicyDownloadsFolder)
Returns an immutable copy of
this with just the systemPolicyDownloadsFolder field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withSystemPolicyNetworkVolumes(Enablement systemPolicyNetworkVolumes)
Returns an immutable copy of
this with just the systemPolicyNetworkVolumes field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withSystemPolicyRemovableVolumes(Enablement systemPolicyRemovableVolumes)
Returns an immutable copy of
this with just the systemPolicyRemovableVolumes field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withSystemPolicySystemAdminFiles(Enablement systemPolicySystemAdminFiles)
Returns an immutable copy of
this with just the systemPolicySystemAdminFiles field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected List<MacOSPrivacyAccessControlItem> |
MacOSGeneralDeviceConfiguration.privacyAccessControls |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<MacOSPrivacyAccessControlItem> |
MacOSGeneralDeviceConfiguration.getPrivacyAccessControls()
“List of privacy preference policy controls.
|
com.github.davidmoten.odata.client.CollectionPage<MacOSPrivacyAccessControlItem> |
MacOSGeneralDeviceConfiguration.getPrivacyAccessControls(com.github.davidmoten.odata.client.HttpRequestOptions options)
“List of privacy preference policy controls.
|
| Modifier and Type | Method and Description |
|---|---|
MacOSGeneralDeviceConfiguration.Builder |
MacOSGeneralDeviceConfiguration.Builder.privacyAccessControls(MacOSPrivacyAccessControlItem... privacyAccessControls)
“List of privacy preference policy controls.
|
| Modifier and Type | Method and Description |
|---|---|
MacOSGeneralDeviceConfiguration.Builder |
MacOSGeneralDeviceConfiguration.Builder.privacyAccessControls(List<MacOSPrivacyAccessControlItem> privacyAccessControls)
“List of privacy preference policy controls.
|
Copyright © 2018–2020. All rights reserved.