public class MacOSDeviceFeaturesConfiguration extends AppleDeviceFeaturesConfigurationBase implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
MacOSDeviceFeaturesConfiguration.Builder |
airPrintDestinations, airPrintDestinationsNextLinkcreatedDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
MacOSDeviceFeaturesConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static MacOSDeviceFeaturesConfiguration.Builder |
builderMacOSDeviceFeaturesConfiguration()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getAdminShowHostInfo()
“Whether to show admin host information on the login window.”
|
com.github.davidmoten.odata.client.CollectionPage<KeyValuePair> |
getAssociatedDomains()
“Gets or sets a list that maps apps to their associated domains.
|
Optional<Boolean> |
getAuthorizedUsersListHidden()
“Whether to show the name and password dialog or a list of users on the login
window.”
|
Optional<Boolean> |
getAuthorizedUsersListHideAdminUsers()
“Whether to hide admin users in the authorized users list on the login window.”
|
Optional<Boolean> |
getAuthorizedUsersListHideLocalUsers()
“Whether to show only network and system users in the authorized users list on
the login window.”
|
Optional<Boolean> |
getAuthorizedUsersListHideMobileAccounts()
“Whether to hide mobile users in the authorized users list on the login window.”
|
Optional<Boolean> |
getAuthorizedUsersListIncludeNetworkUsers()
“Whether to show network users in the authorized users list on the login window.”
|
Optional<Boolean> |
getAuthorizedUsersListShowOtherManagedUsers()
“Whether to show other users in the authorized users list on the login window.”
|
com.github.davidmoten.odata.client.CollectionPage<MacOSLaunchItem> |
getAutoLaunchItems()
“List of applications, files, folders, and other items to launch when the user
logs in.
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Boolean> |
getConsoleAccessDisabled()
“Whether the Other user will disregard use of the `>console> special user name.”
|
Optional<String> |
getLoginWindowText()
“Custom text to be displayed on the login window.”
|
Optional<Boolean> |
getLogOutDisabledWhileLoggedIn()
“Whether the Log Out menu item on the login window will be disabled while the
user is logged in.”
|
Optional<MacOSSingleSignOnExtension> |
getMacOSSingleSignOnExtension()
“Gets or sets a single sign-on extension profile.”
|
Optional<Boolean> |
getPowerOffDisabledWhileLoggedIn()
“Whether the Power Off menu item on the login window will be disabled while the
user is logged in.”
|
Optional<Boolean> |
getRestartDisabled()
“Whether to hide the Restart button item on the login window.”
|
Optional<Boolean> |
getRestartDisabledWhileLoggedIn()
“Whether the Restart menu item on the login window will be disabled while the
user is logged in.”
|
Optional<Boolean> |
getScreenLockDisableImmediate()
“Whether to disable the immediate screen lock functions.”
|
Optional<Boolean> |
getShutDownDisabled()
“Whether to hide the Shut Down button item on the login window.”
|
Optional<Boolean> |
getShutDownDisabledWhileLoggedIn()
“Whether the Shut Down menu item on the login window will be disabled while the
user is logged in.”
|
Optional<SingleSignOnExtension> |
getSingleSignOnExtension()
“Gets or sets a single sign-on extension profile.
|
MacOSCertificateProfileBaseRequest |
getSingleSignOnExtensionPkinitCertificate()
“PKINIT Certificate for the authentication with single sign-on extensions.”
|
Optional<Boolean> |
getSleepDisabled()
“Whether to hide the Sleep menu item on the login window.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
MacOSDeviceFeaturesConfiguration |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
MacOSDeviceFeaturesConfiguration |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
MacOSDeviceFeaturesConfiguration |
withAdminShowHostInfo(Boolean adminShowHostInfo)
Returns an immutable copy of
this with just the adminShowHostInfo
field changed. |
MacOSDeviceFeaturesConfiguration |
withAuthorizedUsersListHidden(Boolean authorizedUsersListHidden)
Returns an immutable copy of
this with just the authorizedUsersListHidden field changed. |
MacOSDeviceFeaturesConfiguration |
withAuthorizedUsersListHideAdminUsers(Boolean authorizedUsersListHideAdminUsers)
Returns an immutable copy of
this with just the authorizedUsersListHideAdminUsers field changed. |
MacOSDeviceFeaturesConfiguration |
withAuthorizedUsersListHideLocalUsers(Boolean authorizedUsersListHideLocalUsers)
Returns an immutable copy of
this with just the authorizedUsersListHideLocalUsers field changed. |
MacOSDeviceFeaturesConfiguration |
withAuthorizedUsersListHideMobileAccounts(Boolean authorizedUsersListHideMobileAccounts)
Returns an immutable copy of
this with just the authorizedUsersListHideMobileAccounts field changed. |
MacOSDeviceFeaturesConfiguration |
withAuthorizedUsersListIncludeNetworkUsers(Boolean authorizedUsersListIncludeNetworkUsers)
Returns an immutable copy of
this with just the authorizedUsersListIncludeNetworkUsers field changed. |
MacOSDeviceFeaturesConfiguration |
withAuthorizedUsersListShowOtherManagedUsers(Boolean authorizedUsersListShowOtherManagedUsers)
Returns an immutable copy of
this with just the authorizedUsersListShowOtherManagedUsers field changed. |
MacOSDeviceFeaturesConfiguration |
withConsoleAccessDisabled(Boolean consoleAccessDisabled)
Returns an immutable copy of
this with just the consoleAccessDisabled field changed. |
MacOSDeviceFeaturesConfiguration |
withLoginWindowText(String loginWindowText)
Returns an immutable copy of
this with just the loginWindowText
field changed. |
MacOSDeviceFeaturesConfiguration |
withLogOutDisabledWhileLoggedIn(Boolean logOutDisabledWhileLoggedIn)
Returns an immutable copy of
this with just the logOutDisabledWhileLoggedIn field changed. |
MacOSDeviceFeaturesConfiguration |
withMacOSSingleSignOnExtension(MacOSSingleSignOnExtension macOSSingleSignOnExtension)
Returns an immutable copy of
this with just the macOSSingleSignOnExtension field changed. |
MacOSDeviceFeaturesConfiguration |
withPowerOffDisabledWhileLoggedIn(Boolean powerOffDisabledWhileLoggedIn)
Returns an immutable copy of
this with just the powerOffDisabledWhileLoggedIn field changed. |
MacOSDeviceFeaturesConfiguration |
withRestartDisabled(Boolean restartDisabled)
Returns an immutable copy of
this with just the restartDisabled
field changed. |
MacOSDeviceFeaturesConfiguration |
withRestartDisabledWhileLoggedIn(Boolean restartDisabledWhileLoggedIn)
Returns an immutable copy of
this with just the restartDisabledWhileLoggedIn field changed. |
MacOSDeviceFeaturesConfiguration |
withScreenLockDisableImmediate(Boolean screenLockDisableImmediate)
Returns an immutable copy of
this with just the screenLockDisableImmediate field changed. |
MacOSDeviceFeaturesConfiguration |
withShutDownDisabled(Boolean shutDownDisabled)
Returns an immutable copy of
this with just the shutDownDisabled
field changed. |
MacOSDeviceFeaturesConfiguration |
withShutDownDisabledWhileLoggedIn(Boolean shutDownDisabledWhileLoggedIn)
Returns an immutable copy of
this with just the shutDownDisabledWhileLoggedIn field changed. |
MacOSDeviceFeaturesConfiguration |
withSingleSignOnExtension(SingleSignOnExtension singleSignOnExtension)
Returns an immutable copy of
this with just the singleSignOnExtension field changed. |
MacOSDeviceFeaturesConfiguration |
withSleepDisabled(Boolean sleepDisabled)
Returns an immutable copy of
this with just the sleepDisabled
field changed. |
getAirPrintDestinationsassign, assignedAccessMultiModeProfiles, getAssignments, getCreatedDateTime, getDescription, getDeviceManagementApplicabilityRuleDeviceMode, getDeviceManagementApplicabilityRuleOsEdition, getDeviceManagementApplicabilityRuleOsVersion, getDeviceSettingStateSummaries, getDeviceStatuses, getDeviceStatusOverview, getDisplayName, getGroupAssignments, getLastModifiedDateTime, getRoleScopeTagIds, getSupportsScopeTags, getUserStatuses, getUserStatusOverview, getVersion, windowsPrivacyAccessControls, withCreatedDateTime, withDescription, withDeviceManagementApplicabilityRuleDeviceMode, withDeviceManagementApplicabilityRuleOsEdition, withDeviceManagementApplicabilityRuleOsVersion, withDisplayName, withLastModifiedDateTime, withSupportsScopeTags, withVersionprotected List<MacOSLaunchItem> autoLaunchItems
protected String autoLaunchItemsNextLink
protected Boolean adminShowHostInfo
protected String loginWindowText
protected Boolean authorizedUsersListHidden
protected Boolean authorizedUsersListHideLocalUsers
protected Boolean authorizedUsersListHideMobileAccounts
protected Boolean authorizedUsersListIncludeNetworkUsers
protected Boolean authorizedUsersListHideAdminUsers
protected Boolean authorizedUsersListShowOtherManagedUsers
protected Boolean shutDownDisabled
protected Boolean restartDisabled
protected Boolean sleepDisabled
protected Boolean consoleAccessDisabled
protected Boolean shutDownDisabledWhileLoggedIn
protected Boolean restartDisabledWhileLoggedIn
protected Boolean powerOffDisabledWhileLoggedIn
protected Boolean logOutDisabledWhileLoggedIn
protected Boolean screenLockDisableImmediate
protected List<KeyValuePair> associatedDomains
protected String associatedDomainsNextLink
protected SingleSignOnExtension singleSignOnExtension
protected MacOSSingleSignOnExtension macOSSingleSignOnExtension
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class AppleDeviceFeaturesConfigurationBasepublic static MacOSDeviceFeaturesConfiguration.Builder builderMacOSDeviceFeaturesConfiguration()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class AppleDeviceFeaturesConfigurationBasepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class AppleDeviceFeaturesConfigurationBasepublic com.github.davidmoten.odata.client.CollectionPage<MacOSLaunchItem> getAutoLaunchItems()
public Optional<Boolean> getAdminShowHostInfo()
public MacOSDeviceFeaturesConfiguration withAdminShowHostInfo(Boolean adminShowHostInfo)
this with just the adminShowHostInfo
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.
“Whether to show admin host information on the login window.”
adminShowHostInfo - new value of adminShowHostInfo field (as defined in service metadata)this with just the adminShowHostInfo field changedpublic Optional<String> getLoginWindowText()
public MacOSDeviceFeaturesConfiguration withLoginWindowText(String loginWindowText)
this with just the loginWindowText
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.
“Custom text to be displayed on the login window.”
loginWindowText - new value of loginWindowText field (as defined in service metadata)this with just the loginWindowText field changedpublic Optional<Boolean> getAuthorizedUsersListHidden()
public MacOSDeviceFeaturesConfiguration withAuthorizedUsersListHidden(Boolean authorizedUsersListHidden)
this with just the authorizedUsersListHidden 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.
“Whether to show the name and password dialog or a list of users on the login window.”
authorizedUsersListHidden - new value of authorizedUsersListHidden field (as defined in service metadata)this with just the authorizedUsersListHidden field changedpublic Optional<Boolean> getAuthorizedUsersListHideLocalUsers()
public MacOSDeviceFeaturesConfiguration withAuthorizedUsersListHideLocalUsers(Boolean authorizedUsersListHideLocalUsers)
this with just the authorizedUsersListHideLocalUsers 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.
“Whether to show only network and system users in the authorized users list on the login window.”
authorizedUsersListHideLocalUsers - new value of authorizedUsersListHideLocalUsers field (as defined in service metadata)this with just the authorizedUsersListHideLocalUsers field changedpublic Optional<Boolean> getAuthorizedUsersListHideMobileAccounts()
public MacOSDeviceFeaturesConfiguration withAuthorizedUsersListHideMobileAccounts(Boolean authorizedUsersListHideMobileAccounts)
this with just the authorizedUsersListHideMobileAccounts 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.
“Whether to hide mobile users in the authorized users list on the login window.”
authorizedUsersListHideMobileAccounts - new value of authorizedUsersListHideMobileAccounts field (as defined in service metadata)this with just the authorizedUsersListHideMobileAccounts field changedpublic Optional<Boolean> getAuthorizedUsersListIncludeNetworkUsers()
public MacOSDeviceFeaturesConfiguration withAuthorizedUsersListIncludeNetworkUsers(Boolean authorizedUsersListIncludeNetworkUsers)
this with just the authorizedUsersListIncludeNetworkUsers 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.
“Whether to show network users in the authorized users list on the login window.”
authorizedUsersListIncludeNetworkUsers - new value of authorizedUsersListIncludeNetworkUsers field (as defined in service metadata)this with just the authorizedUsersListIncludeNetworkUsers field changedpublic Optional<Boolean> getAuthorizedUsersListHideAdminUsers()
public MacOSDeviceFeaturesConfiguration withAuthorizedUsersListHideAdminUsers(Boolean authorizedUsersListHideAdminUsers)
this with just the authorizedUsersListHideAdminUsers 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.
“Whether to hide admin users in the authorized users list on the login window.”
authorizedUsersListHideAdminUsers - new value of authorizedUsersListHideAdminUsers field (as defined in service metadata)this with just the authorizedUsersListHideAdminUsers field changedpublic Optional<Boolean> getAuthorizedUsersListShowOtherManagedUsers()
public MacOSDeviceFeaturesConfiguration withAuthorizedUsersListShowOtherManagedUsers(Boolean authorizedUsersListShowOtherManagedUsers)
this with just the authorizedUsersListShowOtherManagedUsers 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.
“Whether to show other users in the authorized users list on the login window.”
authorizedUsersListShowOtherManagedUsers - new value of authorizedUsersListShowOtherManagedUsers field (as defined in service metadata)this with just the authorizedUsersListShowOtherManagedUsers field changedpublic Optional<Boolean> getShutDownDisabled()
public MacOSDeviceFeaturesConfiguration withShutDownDisabled(Boolean shutDownDisabled)
this with just the shutDownDisabled
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.
“Whether to hide the Shut Down button item on the login window.”
shutDownDisabled - new value of shutDownDisabled field (as defined in service metadata)this with just the shutDownDisabled field changedpublic Optional<Boolean> getRestartDisabled()
public MacOSDeviceFeaturesConfiguration withRestartDisabled(Boolean restartDisabled)
this with just the restartDisabled
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.
“Whether to hide the Restart button item on the login window.”
restartDisabled - new value of restartDisabled field (as defined in service metadata)this with just the restartDisabled field changedpublic Optional<Boolean> getSleepDisabled()
public MacOSDeviceFeaturesConfiguration withSleepDisabled(Boolean sleepDisabled)
this with just the sleepDisabled
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.
“Whether to hide the Sleep menu item on the login window.”
sleepDisabled - new value of sleepDisabled field (as defined in service metadata)this with just the sleepDisabled field changedpublic Optional<Boolean> getConsoleAccessDisabled()
public MacOSDeviceFeaturesConfiguration withConsoleAccessDisabled(Boolean consoleAccessDisabled)
this with just the consoleAccessDisabled 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.
“Whether the Other user will disregard use of the `>console> special user name.”
consoleAccessDisabled - new value of consoleAccessDisabled field (as defined in service metadata)this with just the consoleAccessDisabled field changedpublic Optional<Boolean> getShutDownDisabledWhileLoggedIn()
public MacOSDeviceFeaturesConfiguration withShutDownDisabledWhileLoggedIn(Boolean shutDownDisabledWhileLoggedIn)
this with just the shutDownDisabledWhileLoggedIn 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.
“Whether the Shut Down menu item on the login window will be disabled while the user is logged in.”
shutDownDisabledWhileLoggedIn - new value of shutDownDisabledWhileLoggedIn field (as defined in service metadata)this with just the shutDownDisabledWhileLoggedIn field changedpublic Optional<Boolean> getRestartDisabledWhileLoggedIn()
public MacOSDeviceFeaturesConfiguration withRestartDisabledWhileLoggedIn(Boolean restartDisabledWhileLoggedIn)
this with just the restartDisabledWhileLoggedIn 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.
“Whether the Restart menu item on the login window will be disabled while the user is logged in.”
restartDisabledWhileLoggedIn - new value of restartDisabledWhileLoggedIn field (as defined in service metadata)this with just the restartDisabledWhileLoggedIn field changedpublic Optional<Boolean> getPowerOffDisabledWhileLoggedIn()
public MacOSDeviceFeaturesConfiguration withPowerOffDisabledWhileLoggedIn(Boolean powerOffDisabledWhileLoggedIn)
this with just the powerOffDisabledWhileLoggedIn 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.
“Whether the Power Off menu item on the login window will be disabled while the user is logged in.”
powerOffDisabledWhileLoggedIn - new value of powerOffDisabledWhileLoggedIn field (as defined in service metadata)this with just the powerOffDisabledWhileLoggedIn field changedpublic Optional<Boolean> getLogOutDisabledWhileLoggedIn()
public MacOSDeviceFeaturesConfiguration withLogOutDisabledWhileLoggedIn(Boolean logOutDisabledWhileLoggedIn)
this with just the logOutDisabledWhileLoggedIn 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.
“Whether the Log Out menu item on the login window will be disabled while the user is logged in.”
logOutDisabledWhileLoggedIn - new value of logOutDisabledWhileLoggedIn field (as defined in service metadata)this with just the logOutDisabledWhileLoggedIn field changedpublic Optional<Boolean> getScreenLockDisableImmediate()
public MacOSDeviceFeaturesConfiguration withScreenLockDisableImmediate(Boolean screenLockDisableImmediate)
this with just the screenLockDisableImmediate 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.
“Whether to disable the immediate screen lock functions.”
screenLockDisableImmediate - new value of screenLockDisableImmediate field (as defined in service metadata)this with just the screenLockDisableImmediate field changedpublic com.github.davidmoten.odata.client.CollectionPage<KeyValuePair> getAssociatedDomains()
public Optional<SingleSignOnExtension> getSingleSignOnExtension()
public MacOSDeviceFeaturesConfiguration withSingleSignOnExtension(SingleSignOnExtension singleSignOnExtension)
this with just the singleSignOnExtension 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.
“Gets or sets a single sign-on extension profile. Deprecated: use MacOSSingleSignOnExtension instead.”
singleSignOnExtension - new value of singleSignOnExtension field (as defined in service metadata)this with just the singleSignOnExtension field changedpublic Optional<MacOSSingleSignOnExtension> getMacOSSingleSignOnExtension()
public MacOSDeviceFeaturesConfiguration withMacOSSingleSignOnExtension(MacOSSingleSignOnExtension macOSSingleSignOnExtension)
this with just the macOSSingleSignOnExtension 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.
“Gets or sets a single sign-on extension profile.”
macOSSingleSignOnExtension - new value of macOSSingleSignOnExtension field (as defined in service metadata)this with just the macOSSingleSignOnExtension field changedpublic MacOSCertificateProfileBaseRequest getSingleSignOnExtensionPkinitCertificate()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class AppleDeviceFeaturesConfigurationBasepublic MacOSDeviceFeaturesConfiguration patch()
this with changed fields reset.patch in class AppleDeviceFeaturesConfigurationBasethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic MacOSDeviceFeaturesConfiguration put()
this
with changed fields reset (they were ignored anyway).put in class AppleDeviceFeaturesConfigurationBasethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class AppleDeviceFeaturesConfigurationBaseCopyright © 2018–2020. All rights reserved.