Package odata.msgraph.client.beta.entity
Class DeviceManagementConfigurationSettingGroupDefinition
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.DeviceManagementConfigurationSettingDefinition
-
- odata.msgraph.client.beta.entity.DeviceManagementConfigurationSettingGroupDefinition
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
- Direct Known Subclasses:
DeviceManagementConfigurationSettingGroupCollectionDefinition
public class DeviceManagementConfigurationSettingGroupDefinition extends DeviceManagementConfigurationSettingDefinition implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeviceManagementConfigurationSettingGroupDefinition.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<String>childIdsprotected StringchildIdsNextLinkprotected List<DeviceManagementConfigurationSettingDependedOnBy>dependedOnByprotected StringdependedOnByNextLinkprotected List<DeviceManagementConfigurationDependentOn>dependentOnprotected StringdependentOnNextLink-
Fields inherited from class odata.msgraph.client.beta.entity.DeviceManagementConfigurationSettingDefinition
accessTypes, applicability, baseUri, categoryId, description, displayName, helpText, infoUrls, infoUrlsNextLink, keywords, keywordsNextLink, name, occurrence, offsetUri, referredSettingInformationList, referredSettingInformationListNextLink, rootDefinitionId, settingUsage, uxBehavior, version, visibility
-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeviceManagementConfigurationSettingGroupDefinition()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeviceManagementConfigurationSettingGroupDefinition.BuilderbuilderDeviceManagementConfigurationSettingGroupDefinition()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>getChildIds()“Dependent child settings to this group of settings”com.github.davidmoten.odata.client.CollectionPage<String>getChildIds(com.github.davidmoten.odata.client.HttpRequestOptions options)“Dependent child settings to this group of settings”com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationSettingDependedOnBy>getDependedOnBy()“List of child settings that depend on this setting”com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationSettingDependedOnBy>getDependedOnBy(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of child settings that depend on this setting”com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationDependentOn>getDependentOn()“List of Dependencies for the setting group”com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationDependentOn>getDependentOn(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of Dependencies for the setting group”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()DeviceManagementConfigurationSettingGroupDefinitionpatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)DeviceManagementConfigurationSettingGroupDefinitionput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()DeviceManagementConfigurationSettingGroupDefinitionwithChildIds(List<String> childIds)Returns an immutable copy ofthiswith just thechildIdsfield changed.DeviceManagementConfigurationSettingGroupDefinitionwithDependedOnBy(List<DeviceManagementConfigurationSettingDependedOnBy> dependedOnBy)Returns an immutable copy ofthiswith just thedependedOnByfield changed.DeviceManagementConfigurationSettingGroupDefinitionwithDependentOn(List<DeviceManagementConfigurationDependentOn> dependentOn)Returns an immutable copy ofthiswith just thedependentOnfield changed.DeviceManagementConfigurationSettingGroupDefinitionwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.entity.DeviceManagementConfigurationSettingDefinition
builderDeviceManagementConfigurationSettingDefinition, getAccessTypes, getApplicability, getBaseUri, getCategoryId, getDescription, getDisplayName, getHelpText, getInfoUrls, getInfoUrls, getKeywords, getKeywords, getName, getOccurrence, getOffsetUri, getReferredSettingInformationList, getReferredSettingInformationList, getRootDefinitionId, getSettingUsage, getUxBehavior, getVersion, getVisibility, withAccessTypes, withApplicability, withBaseUri, withCategoryId, withDescription, withDisplayName, withHelpText, withInfoUrls, withKeywords, withName, withOccurrence, withOffsetUri, withReferredSettingInformationList, withRootDefinitionId, withSettingUsage, withUxBehavior, withVersion, withVisibility
-
-
-
-
Field Detail
-
childIdsNextLink
protected String childIdsNextLink
-
dependedOnBy
protected List<DeviceManagementConfigurationSettingDependedOnBy> dependedOnBy
-
dependedOnByNextLink
protected String dependedOnByNextLink
-
dependentOn
protected List<DeviceManagementConfigurationDependentOn> dependentOn
-
dependentOnNextLink
protected String dependentOnNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDeviceManagementConfigurationSettingDefinition
-
builderDeviceManagementConfigurationSettingGroupDefinition
public static DeviceManagementConfigurationSettingGroupDefinition.Builder builderDeviceManagementConfigurationSettingGroupDefinition()
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 classDeviceManagementConfigurationSettingDefinition
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classDeviceManagementConfigurationSettingDefinition
-
getChildIds
public com.github.davidmoten.odata.client.CollectionPage<String> getChildIds()
“Dependent child settings to this group of settings”- Returns:
- property childIds
-
withChildIds
public DeviceManagementConfigurationSettingGroupDefinition withChildIds(List<String> childIds)
Returns an immutable copy ofthiswith just thechildIdsfield 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.“Dependent child settings to this group of settings”
- Parameters:
childIds- new value ofchildIdsfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thechildIdsfield changed
-
getChildIds
public com.github.davidmoten.odata.client.CollectionPage<String> getChildIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Dependent child settings to this group of settings”- Parameters:
options- specify connect and read timeouts- Returns:
- property childIds
-
getDependedOnBy
public com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationSettingDependedOnBy> getDependedOnBy()
“List of child settings that depend on this setting”- Returns:
- property dependedOnBy
-
withDependedOnBy
public DeviceManagementConfigurationSettingGroupDefinition withDependedOnBy(List<DeviceManagementConfigurationSettingDependedOnBy> dependedOnBy)
Returns an immutable copy ofthiswith just thedependedOnByfield 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.“List of child settings that depend on this setting”
- Parameters:
dependedOnBy- new value ofdependedOnByfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thedependedOnByfield changed
-
getDependedOnBy
public com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationSettingDependedOnBy> getDependedOnBy(com.github.davidmoten.odata.client.HttpRequestOptions options)
“List of child settings that depend on this setting”- Parameters:
options- specify connect and read timeouts- Returns:
- property dependedOnBy
-
getDependentOn
public com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationDependentOn> getDependentOn()
“List of Dependencies for the setting group”- Returns:
- property dependentOn
-
withDependentOn
public DeviceManagementConfigurationSettingGroupDefinition withDependentOn(List<DeviceManagementConfigurationDependentOn> dependentOn)
Returns an immutable copy ofthiswith just thedependentOnfield 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.“List of Dependencies for the setting group”
- Parameters:
dependentOn- new value ofdependentOnfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thedependentOnfield changed
-
getDependentOn
public com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationDependentOn> getDependentOn(com.github.davidmoten.odata.client.HttpRequestOptions options)
“List of Dependencies for the setting group”- Parameters:
options- specify connect and read timeouts- Returns:
- property dependentOn
-
withUnmappedField
public DeviceManagementConfigurationSettingGroupDefinition withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classDeviceManagementConfigurationSettingDefinition
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classDeviceManagementConfigurationSettingDefinition
-
patch
public DeviceManagementConfigurationSettingGroupDefinition patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classDeviceManagementConfigurationSettingDefinition- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public DeviceManagementConfigurationSettingGroupDefinition put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classDeviceManagementConfigurationSettingDefinition- 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 classDeviceManagementConfigurationSettingDefinition
-
-