Package odata.msgraph.client.beta.entity
Class DeviceManagementComplexSettingDefinition
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.DeviceManagementSettingDefinition
-
- odata.msgraph.client.beta.entity.DeviceManagementComplexSettingDefinition
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class DeviceManagementComplexSettingDefinition extends DeviceManagementSettingDefinition implements com.github.davidmoten.odata.client.ODataEntityType
“Entity representing the defintion for a complex setting”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeviceManagementComplexSettingDefinition.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<String>propertyDefinitionIdsprotected StringpropertyDefinitionIdsNextLink-
Fields inherited from class odata.msgraph.client.beta.entity.DeviceManagementSettingDefinition
constraints, constraintsNextLink, dependencies, dependenciesNextLink, description, displayName, documentationUrl, headerSubtitle, headerTitle, isTopLevel, keywords, keywordsNextLink, placeholderText, valueType
-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeviceManagementComplexSettingDefinition()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeviceManagementComplexSettingDefinition.BuilderbuilderDeviceManagementComplexSettingDefinition()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()com.github.davidmoten.odata.client.CollectionPage<String>getPropertyDefinitionIds()“The definitions of each property of the complex setting”com.github.davidmoten.odata.client.CollectionPage<String>getPropertyDefinitionIds(com.github.davidmoten.odata.client.HttpRequestOptions options)“The definitions of each property of the complex setting”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()DeviceManagementComplexSettingDefinitionpatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)DeviceManagementComplexSettingDefinitionput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()DeviceManagementComplexSettingDefinitionwithPropertyDefinitionIds(List<String> propertyDefinitionIds)Returns an immutable copy ofthiswith just thepropertyDefinitionIdsfield changed.DeviceManagementComplexSettingDefinitionwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.entity.DeviceManagementSettingDefinition
builderDeviceManagementSettingDefinition, getConstraints, getConstraints, getDependencies, getDependencies, getDescription, getDisplayName, getDocumentationUrl, getHeaderSubtitle, getHeaderTitle, getIsTopLevel, getKeywords, getKeywords, getPlaceholderText, getValueType, withConstraints, withDependencies, withDescription, withDisplayName, withDocumentationUrl, withHeaderSubtitle, withHeaderTitle, withIsTopLevel, withKeywords, withPlaceholderText, withValueType
-
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDeviceManagementSettingDefinition
-
builderDeviceManagementComplexSettingDefinition
public static DeviceManagementComplexSettingDefinition.Builder builderDeviceManagementComplexSettingDefinition()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classDeviceManagementSettingDefinition
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classDeviceManagementSettingDefinition
-
getPropertyDefinitionIds
public com.github.davidmoten.odata.client.CollectionPage<String> getPropertyDefinitionIds()
“The definitions of each property of the complex setting”- Returns:
- property propertyDefinitionIds
-
withPropertyDefinitionIds
public DeviceManagementComplexSettingDefinition withPropertyDefinitionIds(List<String> propertyDefinitionIds)
Returns an immutable copy ofthiswith just thepropertyDefinitionIdsfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“The definitions of each property of the complex setting”
- Parameters:
propertyDefinitionIds- new value ofpropertyDefinitionIdsfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thepropertyDefinitionIdsfield changed
-
getPropertyDefinitionIds
public com.github.davidmoten.odata.client.CollectionPage<String> getPropertyDefinitionIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
“The definitions of each property of the complex setting”- Parameters:
options- specify connect and read timeouts- Returns:
- property propertyDefinitionIds
-
withUnmappedField
public DeviceManagementComplexSettingDefinition withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classDeviceManagementSettingDefinition
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classDeviceManagementSettingDefinition
-
patch
public DeviceManagementComplexSettingDefinition patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classDeviceManagementSettingDefinition- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public DeviceManagementComplexSettingDefinition put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classDeviceManagementSettingDefinition- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classDeviceManagementSettingDefinition
-
-