Class IosWebContentFilterAutoFilter

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

    public class IosWebContentFilterAutoFilter
    extends IosWebContentFilterBase
    implements com.github.davidmoten.odata.client.ODataType
    “Represents an iOS Web Content Filter setting type, which enables iOS automatic filter feature and allows for additional URL access control. When constructed with no property values, the iOS device will enable the automatic filter regardless.”
    • Field Detail

      • allowedUrlsNextLink

        protected String allowedUrlsNextLink
      • blockedUrlsNextLink

        protected String blockedUrlsNextLink
    • Constructor Detail

      • IosWebContentFilterAutoFilter

        protected IosWebContentFilterAutoFilter()
    • Method Detail

      • getAllowedUrls

        public com.github.davidmoten.odata.client.CollectionPage<String> getAllowedUrls()
        “Additional URLs allowed for access”
        Returns:
        property allowedUrls
      • getAllowedUrls

        public com.github.davidmoten.odata.client.CollectionPage<String> getAllowedUrls​(com.github.davidmoten.odata.client.HttpRequestOptions options)
        “Additional URLs allowed for access”
        Parameters:
        options - specify connect and read timeouts
        Returns:
        property allowedUrls
      • getBlockedUrls

        public com.github.davidmoten.odata.client.CollectionPage<String> getBlockedUrls()
        “Additional URLs blocked for access”
        Returns:
        property blockedUrls
      • getBlockedUrls

        public com.github.davidmoten.odata.client.CollectionPage<String> getBlockedUrls​(com.github.davidmoten.odata.client.HttpRequestOptions options)
        “Additional URLs blocked for access”
        Parameters:
        options - specify connect and read timeouts
        Returns:
        property blockedUrls
      • getUnmappedFields

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

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

        public static IosWebContentFilterAutoFilter.Builder builderIosWebContentFilterAutoFilter()
        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