Class IosWebContentFilterSpecificWebsitesAccess
- java.lang.Object
-
- odata.msgraph.client.beta.complex.IosWebContentFilterBase
-
- odata.msgraph.client.beta.complex.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.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIosWebContentFilterSpecificWebsitesAccess.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<IosBookmark>specificWebsitesOnlyprotected StringspecificWebsitesOnlyNextLinkprotected List<IosBookmark>websiteListprotected StringwebsiteListNextLink-
Fields inherited from class odata.msgraph.client.beta.complex.IosWebContentFilterBase
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedIosWebContentFilterSpecificWebsitesAccess()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IosWebContentFilterSpecificWebsitesAccess.BuilderbuilderIosWebContentFilterSpecificWebsitesAccess()Returns a builder which is used to create a new instance of this class (given that this class is immutable).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.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.com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()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.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.StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()IosWebContentFilterSpecificWebsitesAccesswithUnmappedField(String name, String value)
-
-
-
Field Detail
-
specificWebsitesOnly
protected List<IosBookmark> specificWebsitesOnly
-
specificWebsitesOnlyNextLink
protected String specificWebsitesOnlyNextLink
-
websiteList
protected List<IosBookmark> websiteList
-
websiteListNextLink
protected String websiteListNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classIosWebContentFilterBase
-
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
-
withUnmappedField
public IosWebContentFilterSpecificWebsitesAccess withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classIosWebContentFilterBase
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classIosWebContentFilterBase
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classIosWebContentFilterBase
-
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
-
toString
public String toString()
- Overrides:
toStringin classIosWebContentFilterBase
-
-