Class DeviceManagementSettingEnrollmentTypeConstraint

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

    public class DeviceManagementSettingEnrollmentTypeConstraint
    extends DeviceManagementConstraint
    implements com.github.davidmoten.odata.client.ODataType
    “Constraint that enforces the enrollment types applied to a setting”
    • Field Detail

      • enrollmentTypes

        protected List<String> enrollmentTypes
      • enrollmentTypesNextLink

        protected String enrollmentTypesNextLink
    • Constructor Detail

      • DeviceManagementSettingEnrollmentTypeConstraint

        protected DeviceManagementSettingEnrollmentTypeConstraint()
    • Method Detail

      • getEnrollmentTypes

        public com.github.davidmoten.odata.client.CollectionPage<String> getEnrollmentTypes()
        “List of enrollment types”
        Returns:
        property enrollmentTypes
      • getEnrollmentTypes

        public com.github.davidmoten.odata.client.CollectionPage<String> getEnrollmentTypes​(com.github.davidmoten.odata.client.HttpRequestOptions options)
        “List of enrollment types”
        Parameters:
        options - specify connect and read timeouts
        Returns:
        property enrollmentTypes
      • 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
      • builderDeviceManagementSettingEnrollmentTypeConstraint

        public static DeviceManagementSettingEnrollmentTypeConstraint.Builder builderDeviceManagementSettingEnrollmentTypeConstraint()
        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