public class DeviceManagementComplexSettingDefinition extends DeviceManagementSettingDefinition implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceManagementComplexSettingDefinition.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
propertyDefinitionIds |
protected String |
propertyDefinitionIdsNextLink |
constraints, constraintsNextLink, dependencies, dependenciesNextLink, description, displayName, documentationUrl, isTopLevel, keywords, keywordsNextLink, placeholderText, valueTypechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
DeviceManagementComplexSettingDefinition() |
| Modifier and Type | Method and Description |
|---|---|
static DeviceManagementComplexSettingDefinition.Builder |
builderDeviceManagementComplexSettingDefinition()
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.ChangedFields |
getChangedFields() |
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.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
DeviceManagementComplexSettingDefinition |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
DeviceManagementComplexSettingDefinition |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
builderDeviceManagementSettingDefinition, getConstraints, getConstraints, getDependencies, getDependencies, getDescription, getDisplayName, getDocumentationUrl, getIsTopLevel, getKeywords, getKeywords, getPlaceholderText, getValueType, withDescription, withDisplayName, withDocumentationUrl, withIsTopLevel, withPlaceholderText, withValueTypeprotected String propertyDefinitionIdsNextLink
protected DeviceManagementComplexSettingDefinition()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeviceManagementSettingDefinitionpublic static DeviceManagementComplexSettingDefinition.Builder builderDeviceManagementComplexSettingDefinition()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class DeviceManagementSettingDefinitionpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class DeviceManagementSettingDefinitionpublic com.github.davidmoten.odata.client.CollectionPage<String> getPropertyDefinitionIds()
public com.github.davidmoten.odata.client.CollectionPage<String> getPropertyDefinitionIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeviceManagementSettingDefinitionpublic DeviceManagementComplexSettingDefinition patch()
this with changed fields reset.patch in class DeviceManagementSettingDefinitionthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic DeviceManagementComplexSettingDefinition put()
this
with changed fields reset (they were ignored anyway).put in class DeviceManagementSettingDefinitionthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class DeviceManagementSettingDefinitionCopyright © 2018–2020. All rights reserved.