Class DeviceManagementSettingAppConstraint

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

    public class DeviceManagementSettingAppConstraint
    extends DeviceManagementConstraint
    implements com.github.davidmoten.odata.client.ODataType
    “Constraint enforcing the setting contains only vaild app types.”
    • Field Detail

      • supportedTypes

        protected List<String> supportedTypes
      • supportedTypesNextLink

        protected String supportedTypesNextLink
    • Constructor Detail

      • DeviceManagementSettingAppConstraint

        protected DeviceManagementSettingAppConstraint()
    • Method Detail

      • getSupportedTypes

        public com.github.davidmoten.odata.client.CollectionPage<String> getSupportedTypes()
        “Acceptable app types to allow for this setting”
        Returns:
        property supportedTypes
      • getSupportedTypes

        public com.github.davidmoten.odata.client.CollectionPage<String> getSupportedTypes​(com.github.davidmoten.odata.client.HttpRequestOptions options)
        “Acceptable app types to allow for this setting”
        Parameters:
        options - specify connect and read timeouts
        Returns:
        property supportedTypes
      • 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
      • builderDeviceManagementSettingAppConstraint

        public static DeviceManagementSettingAppConstraint.Builder builderDeviceManagementSettingAppConstraint()
        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