public class DeviceManagementApplicabilityRuleOsEdition extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceManagementApplicabilityRuleOsEdition.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
name |
protected String |
odataType |
protected List<Windows10EditionType> |
osEditionTypes |
protected String |
osEditionTypesNextLink |
protected DeviceManagementApplicabilityRuleType |
ruleType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
DeviceManagementApplicabilityRuleOsEdition() |
| Modifier and Type | Method and Description |
|---|---|
static DeviceManagementApplicabilityRuleOsEdition.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getName()
“Name for object.”
|
com.github.davidmoten.odata.client.CollectionPage<Windows10EditionType> |
getOsEditionTypes()
“Applicability rule OS edition type.”
|
com.github.davidmoten.odata.client.CollectionPage<Windows10EditionType> |
getOsEditionTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Applicability rule OS edition type.”
|
Optional<DeviceManagementApplicabilityRuleType> |
getRuleType()
“Applicability Rule type.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
DeviceManagementApplicabilityRuleOsEdition |
withName(String name)
Returns an immutable copy of
this with just the name field
changed. |
DeviceManagementApplicabilityRuleOsEdition |
withRuleType(DeviceManagementApplicabilityRuleType ruleType)
Returns an immutable copy of
this with just the ruleType field
changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected List<Windows10EditionType> osEditionTypes
protected String osEditionTypesNextLink
protected String name
protected DeviceManagementApplicabilityRuleType ruleType
protected DeviceManagementApplicabilityRuleOsEdition()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic com.github.davidmoten.odata.client.CollectionPage<Windows10EditionType> getOsEditionTypes()
public com.github.davidmoten.odata.client.CollectionPage<Windows10EditionType> getOsEditionTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)
public DeviceManagementApplicabilityRuleOsEdition withName(String name)
this with just the name 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.
“Name for object.”
name - new value of name field (as defined in service metadata)this with just the name field changedpublic Optional<DeviceManagementApplicabilityRuleType> getRuleType()
public DeviceManagementApplicabilityRuleOsEdition withRuleType(DeviceManagementApplicabilityRuleType ruleType)
this with just the ruleType 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.
“Applicability Rule type.”
ruleType - new value of ruleType field (as defined in service metadata)this with just the ruleType 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 DeviceManagementApplicabilityRuleOsEdition.Builder builder()
Copyright © 2018–2020. All rights reserved.