Class DeviceManagementSettingFileConstraint

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

    public class DeviceManagementSettingFileConstraint
    extends DeviceManagementConstraint
    implements com.github.davidmoten.odata.client.ODataType
    “Constraint enforcing the file extension is acceptable for a given setting”
    • Field Detail

      • supportedExtensions

        protected List<String> supportedExtensions
      • supportedExtensionsNextLink

        protected String supportedExtensionsNextLink
    • Constructor Detail

      • DeviceManagementSettingFileConstraint

        protected DeviceManagementSettingFileConstraint()
    • Method Detail

      • getSupportedExtensions

        public com.github.davidmoten.odata.client.CollectionPage<String> getSupportedExtensions()
        “Acceptable file extensions to upload for this setting”
        Returns:
        property supportedExtensions
      • getSupportedExtensions

        public com.github.davidmoten.odata.client.CollectionPage<String> getSupportedExtensions​(com.github.davidmoten.odata.client.HttpRequestOptions options)
        “Acceptable file extensions to upload for this setting”
        Parameters:
        options - specify connect and read timeouts
        Returns:
        property supportedExtensions
      • getUnmappedFields

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

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

        public static DeviceManagementSettingFileConstraint.Builder builderDeviceManagementSettingFileConstraint()
        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