public class DeviceManagementAbstractComplexSettingDefinition extends DeviceManagementSettingDefinition implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceManagementAbstractComplexSettingDefinition.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
implementations |
protected String |
implementationsNextLink |
constraints, constraintsNextLink, dependencies, dependenciesNextLink, description, displayName, documentationUrl, isTopLevel, keywords, keywordsNextLink, placeholderText, valueTypechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
DeviceManagementAbstractComplexSettingDefinition() |
| Modifier and Type | Method and Description |
|---|---|
static DeviceManagementAbstractComplexSettingDefinition.Builder |
builderDeviceManagementAbstractComplexSettingDefinition()
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> |
getImplementations()
“List of definition IDs for all possible implementations of this abstract complex
setting”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
DeviceManagementAbstractComplexSettingDefinition |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
DeviceManagementAbstractComplexSettingDefinition |
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, getDependencies, getDescription, getDisplayName, getDocumentationUrl, getIsTopLevel, getKeywords, getPlaceholderText, getValueType, withDescription, withDisplayName, withDocumentationUrl, withIsTopLevel, withPlaceholderText, withValueTypeprotected String implementationsNextLink
protected DeviceManagementAbstractComplexSettingDefinition()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeviceManagementSettingDefinitionpublic static DeviceManagementAbstractComplexSettingDefinition.Builder builderDeviceManagementAbstractComplexSettingDefinition()
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> getImplementations()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeviceManagementSettingDefinitionpublic DeviceManagementAbstractComplexSettingDefinition 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 DeviceManagementAbstractComplexSettingDefinition 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.