Class DeviceManagementAbstractComplexSettingInstance

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataEntityType, com.github.davidmoten.odata.client.ODataType

    public class DeviceManagementAbstractComplexSettingInstance
    extends DeviceManagementSettingInstance
    implements com.github.davidmoten.odata.client.ODataEntityType
    “A setting instance representing a complex value for an abstract setting”
    • Field Detail

      • implementationId

        protected String implementationId
    • Constructor Detail

      • DeviceManagementAbstractComplexSettingInstance

        protected DeviceManagementAbstractComplexSettingInstance()
    • Method Detail

      • builderDeviceManagementAbstractComplexSettingInstance

        public static DeviceManagementAbstractComplexSettingInstance.Builder builderDeviceManagementAbstractComplexSettingInstance()
        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:
        getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityType
        Overrides:
        getChangedFields in class DeviceManagementSettingInstance
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        postInject in class DeviceManagementSettingInstance
      • getImplementationId

        public Optional<String> getImplementationId()
        “The definition ID for the chosen implementation of this complex setting”
        Returns:
        property implementationId
      • withImplementationId

        public DeviceManagementAbstractComplexSettingInstance withImplementationId​(String implementationId)
        Returns an immutable copy of this with just the implementationId 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.

        “The definition ID for the chosen implementation of this complex setting”

        Parameters:
        implementationId - new value of implementationId field (as defined in service metadata)
        Returns:
        immutable copy of this with just the implementationId field changed
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        getUnmappedFields in class DeviceManagementSettingInstance