Class DeviceManagementSettingAbstractImplementationConstraint

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

    public class DeviceManagementSettingAbstractImplementationConstraint
    extends DeviceManagementConstraint
    implements com.github.davidmoten.odata.client.ODataType
    “Constraint that enforces an AbstractComplex type has or is set to a particular value”
    • Field Detail

      • allowedAbstractImplementationDefinitionIds

        protected List<String> allowedAbstractImplementationDefinitionIds
      • allowedAbstractImplementationDefinitionIdsNextLink

        protected String allowedAbstractImplementationDefinitionIdsNextLink
    • Constructor Detail

      • DeviceManagementSettingAbstractImplementationConstraint

        protected DeviceManagementSettingAbstractImplementationConstraint()
    • Method Detail

      • getAllowedAbstractImplementationDefinitionIds

        public com.github.davidmoten.odata.client.CollectionPage<String> getAllowedAbstractImplementationDefinitionIds()
        “List of value which means not configured for the setting”
        Returns:
        property allowedAbstractImplementationDefinitionIds
      • getAllowedAbstractImplementationDefinitionIds

        public com.github.davidmoten.odata.client.CollectionPage<String> getAllowedAbstractImplementationDefinitionIds​(com.github.davidmoten.odata.client.HttpRequestOptions options)
        “List of value which means not configured for the setting”
        Parameters:
        options - specify connect and read timeouts
        Returns:
        property allowedAbstractImplementationDefinitionIds
      • 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
      • builderDeviceManagementSettingAbstractImplementationConstraint

        public static DeviceManagementSettingAbstractImplementationConstraint.Builder builderDeviceManagementSettingAbstractImplementationConstraint()
        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