public class ConfigurationManagerClientEnabledFeatures extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigurationManagerClientEnabledFeatures.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
compliancePolicy |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Boolean |
deviceConfiguration |
protected Boolean |
endpointProtection |
protected Boolean |
inventory |
protected Boolean |
modernApps |
protected String |
odataType |
protected Boolean |
officeApps |
protected Boolean |
resourceAccess |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected Boolean |
windowsUpdateForBusiness |
| Modifier | Constructor and Description |
|---|---|
protected |
ConfigurationManagerClientEnabledFeatures() |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationManagerClientEnabledFeatures.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getCompliancePolicy()
“Whether compliance policy is managed by Intune”
|
Optional<Boolean> |
getDeviceConfiguration()
“Whether device configuration is managed by Intune”
|
Optional<Boolean> |
getEndpointProtection()
“Whether Endpoint Protection is managed by Intune”
|
Optional<Boolean> |
getInventory()
“Whether inventory is managed by Intune”
|
Optional<Boolean> |
getModernApps()
“Whether modern application is managed by Intune”
|
Optional<Boolean> |
getOfficeApps()
“Whether Office application is managed by Intune”
|
Optional<Boolean> |
getResourceAccess()
“Whether resource access is managed by Intune”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<Boolean> |
getWindowsUpdateForBusiness()
“Whether Windows Update for Business is managed by Intune”
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ConfigurationManagerClientEnabledFeatures |
withCompliancePolicy(Boolean compliancePolicy)
Returns an immutable copy of
this with just the compliancePolicy
field changed. |
ConfigurationManagerClientEnabledFeatures |
withDeviceConfiguration(Boolean deviceConfiguration)
Returns an immutable copy of
this with just the deviceConfiguration field changed. |
ConfigurationManagerClientEnabledFeatures |
withEndpointProtection(Boolean endpointProtection)
Returns an immutable copy of
this with just the endpointProtection field changed. |
ConfigurationManagerClientEnabledFeatures |
withInventory(Boolean inventory)
Returns an immutable copy of
this with just the inventory field
changed. |
ConfigurationManagerClientEnabledFeatures |
withModernApps(Boolean modernApps)
Returns an immutable copy of
this with just the modernApps field
changed. |
ConfigurationManagerClientEnabledFeatures |
withOfficeApps(Boolean officeApps)
Returns an immutable copy of
this with just the officeApps field
changed. |
ConfigurationManagerClientEnabledFeatures |
withResourceAccess(Boolean resourceAccess)
Returns an immutable copy of
this with just the resourceAccess
field changed. |
ConfigurationManagerClientEnabledFeatures |
withWindowsUpdateForBusiness(Boolean windowsUpdateForBusiness)
Returns an immutable copy of
this with just the windowsUpdateForBusiness field changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Boolean inventory
protected Boolean modernApps
protected Boolean resourceAccess
protected Boolean deviceConfiguration
protected Boolean compliancePolicy
protected Boolean windowsUpdateForBusiness
protected Boolean endpointProtection
protected Boolean officeApps
protected ConfigurationManagerClientEnabledFeatures()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<Boolean> getInventory()
public ConfigurationManagerClientEnabledFeatures withInventory(Boolean inventory)
this with just the inventory 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 inventory is managed by Intune”
inventory - new value of inventory field (as defined in service metadata)this with just the inventory field changedpublic Optional<Boolean> getModernApps()
public ConfigurationManagerClientEnabledFeatures withModernApps(Boolean modernApps)
this with just the modernApps 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 modern application is managed by Intune”
modernApps - new value of modernApps field (as defined in service metadata)this with just the modernApps field changedpublic Optional<Boolean> getResourceAccess()
public ConfigurationManagerClientEnabledFeatures withResourceAccess(Boolean resourceAccess)
this with just the resourceAccess
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 resource access is managed by Intune”
resourceAccess - new value of resourceAccess field (as defined in service metadata)this with just the resourceAccess field changedpublic Optional<Boolean> getDeviceConfiguration()
public ConfigurationManagerClientEnabledFeatures withDeviceConfiguration(Boolean deviceConfiguration)
this with just the deviceConfiguration 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 device configuration is managed by Intune”
deviceConfiguration - new value of deviceConfiguration field (as defined in service metadata)this with just the deviceConfiguration field changedpublic Optional<Boolean> getCompliancePolicy()
public ConfigurationManagerClientEnabledFeatures withCompliancePolicy(Boolean compliancePolicy)
this with just the compliancePolicy
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 compliance policy is managed by Intune”
compliancePolicy - new value of compliancePolicy field (as defined in service metadata)this with just the compliancePolicy field changedpublic Optional<Boolean> getWindowsUpdateForBusiness()
public ConfigurationManagerClientEnabledFeatures withWindowsUpdateForBusiness(Boolean windowsUpdateForBusiness)
this with just the windowsUpdateForBusiness 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 Windows Update for Business is managed by Intune”
windowsUpdateForBusiness - new value of windowsUpdateForBusiness field (as defined in service metadata)this with just the windowsUpdateForBusiness field changedpublic Optional<Boolean> getEndpointProtection()
public ConfigurationManagerClientEnabledFeatures withEndpointProtection(Boolean endpointProtection)
this with just the endpointProtection 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 Endpoint Protection is managed by Intune”
endpointProtection - new value of endpointProtection field (as defined in service metadata)this with just the endpointProtection field changedpublic Optional<Boolean> getOfficeApps()
public ConfigurationManagerClientEnabledFeatures withOfficeApps(Boolean officeApps)
this with just the officeApps 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 Office application is managed by Intune”
officeApps - new value of officeApps field (as defined in service metadata)this with just the officeApps field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static ConfigurationManagerClientEnabledFeatures.Builder builder()
Copyright © 2018–2020. All rights reserved.