Class DeviceManagementConfigurationChoiceSettingValueTemplate

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

    public class DeviceManagementConfigurationChoiceSettingValueTemplate
    extends Object
    implements com.github.davidmoten.odata.client.ODataType
    “Choice Setting Value Template”
    • Constructor Detail

      • DeviceManagementConfigurationChoiceSettingValueTemplate

        protected DeviceManagementConfigurationChoiceSettingValueTemplate()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
      • withDefaultValue

        public DeviceManagementConfigurationChoiceSettingValueTemplate withDefaultValue​(DeviceManagementConfigurationChoiceSettingValueDefaultTemplate defaultValue)
        Returns an immutable copy of this with just the defaultValue 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.

        “Choice Setting Value Default Template.”

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

        public DeviceManagementConfigurationChoiceSettingValueTemplate withRecommendedValueDefinition​(DeviceManagementConfigurationChoiceSettingValueDefinitionTemplate recommendedValueDefinition)
        Returns an immutable copy of this with just the recommendedValueDefinition 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.

        “Recommended definition override.”

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

        public DeviceManagementConfigurationChoiceSettingValueTemplate withRequiredValueDefinition​(DeviceManagementConfigurationChoiceSettingValueDefinitionTemplate requiredValueDefinition)
        Returns an immutable copy of this with just the requiredValueDefinition 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.

        “Required definition override.”

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

        public Optional<String> getSettingValueTemplateId()
        “Setting Value Template Id”
        Returns:
        property settingValueTemplateId
      • withSettingValueTemplateId

        public DeviceManagementConfigurationChoiceSettingValueTemplate withSettingValueTemplateId​(String settingValueTemplateId)
        Returns an immutable copy of this with just the settingValueTemplateId 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.

        “Setting Value Template Id”

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

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
      • postInject

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