Class IosWebContentFilterSpecificWebsitesAccess

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

    public class IosWebContentFilterSpecificWebsitesAccess
    extends IosWebContentFilterBase
    implements com.github.davidmoten.odata.client.ODataType
    “Represents an iOS Web Content Filter setting type, which installs URL bookmarks into iOS built-in browser. An example scenario is in the classroom where teachers would like the students to navigate websites through browser bookmarks configured on their iOS devices, and no access to other sites.”
    • Field Detail

      • specificWebsitesOnlyNextLink

        protected String specificWebsitesOnlyNextLink
      • websiteListNextLink

        protected String websiteListNextLink
    • Constructor Detail

      • IosWebContentFilterSpecificWebsitesAccess

        protected IosWebContentFilterSpecificWebsitesAccess()
    • Method Detail

      • getSpecificWebsitesOnly

        public com.github.davidmoten.odata.client.CollectionPage<IosBookmark> getSpecificWebsitesOnly()
        “URL bookmarks which will be installed into built-in browser and user is only allowed to access websites through bookmarks. This collection can contain a maximum of 500 elements.”
        Returns:
        property specificWebsitesOnly
      • getSpecificWebsitesOnly

        public com.github.davidmoten.odata.client.CollectionPage<IosBookmark> getSpecificWebsitesOnly​(com.github.davidmoten.odata.client.HttpRequestOptions options)
        “URL bookmarks which will be installed into built-in browser and user is only allowed to access websites through bookmarks. This collection can contain a maximum of 500 elements.”
        Parameters:
        options - specify connect and read timeouts
        Returns:
        property specificWebsitesOnly
      • getWebsiteList

        public com.github.davidmoten.odata.client.CollectionPage<IosBookmark> getWebsiteList()
        “URL bookmarks which will be installed into built-in browser and user is only allowed to access websites through bookmarks. This collection can contain a maximum of 500 elements.”
        Returns:
        property websiteList
      • getWebsiteList

        public com.github.davidmoten.odata.client.CollectionPage<IosBookmark> getWebsiteList​(com.github.davidmoten.odata.client.HttpRequestOptions options)
        “URL bookmarks which will be installed into built-in browser and user is only allowed to access websites through bookmarks. This collection can contain a maximum of 500 elements.”
        Parameters:
        options - specify connect and read timeouts
        Returns:
        property websiteList
      • 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
      • builderIosWebContentFilterSpecificWebsitesAccess

        public static IosWebContentFilterSpecificWebsitesAccess.Builder builderIosWebContentFilterSpecificWebsitesAccess()
        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