Class IosWebContentFilterSpecificWebsitesAccess.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.IosWebContentFilterSpecificWebsitesAccess.Builder
-
- Enclosing class:
- IosWebContentFilterSpecificWebsitesAccess
public static final class IosWebContentFilterSpecificWebsitesAccess.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IosWebContentFilterSpecificWebsitesAccessbuild()IosWebContentFilterSpecificWebsitesAccess.BuilderspecificWebsitesOnly(List<IosBookmark> specificWebsitesOnly)“URL bookmarks which will be installed into built-in browser and user is only allowed to access websites through bookmarks.IosWebContentFilterSpecificWebsitesAccess.BuilderspecificWebsitesOnly(IosBookmark... specificWebsitesOnly)“URL bookmarks which will be installed into built-in browser and user is only allowed to access websites through bookmarks.IosWebContentFilterSpecificWebsitesAccess.BuilderspecificWebsitesOnlyNextLink(String specificWebsitesOnlyNextLink)“URL bookmarks which will be installed into built-in browser and user is only allowed to access websites through bookmarks.IosWebContentFilterSpecificWebsitesAccess.BuilderwebsiteList(List<IosBookmark> websiteList)“URL bookmarks which will be installed into built-in browser and user is only allowed to access websites through bookmarks.IosWebContentFilterSpecificWebsitesAccess.BuilderwebsiteList(IosBookmark... websiteList)“URL bookmarks which will be installed into built-in browser and user is only allowed to access websites through bookmarks.IosWebContentFilterSpecificWebsitesAccess.BuilderwebsiteListNextLink(String websiteListNextLink)“URL bookmarks which will be installed into built-in browser and user is only allowed to access websites through bookmarks.
-
-
-
Method Detail
-
specificWebsitesOnly
public IosWebContentFilterSpecificWebsitesAccess.Builder specificWebsitesOnly(List<IosBookmark> specificWebsitesOnly)
“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:
specificWebsitesOnly- value ofspecificWebsitesOnlyproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
specificWebsitesOnly
public IosWebContentFilterSpecificWebsitesAccess.Builder specificWebsitesOnly(IosBookmark... specificWebsitesOnly)
“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:
specificWebsitesOnly- value ofspecificWebsitesOnlyproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
specificWebsitesOnlyNextLink
public IosWebContentFilterSpecificWebsitesAccess.Builder specificWebsitesOnlyNextLink(String specificWebsitesOnlyNextLink)
“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:
specificWebsitesOnlyNextLink- value ofspecificWebsitesOnly@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
websiteList
public IosWebContentFilterSpecificWebsitesAccess.Builder websiteList(List<IosBookmark> websiteList)
“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:
websiteList- value ofwebsiteListproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
websiteList
public IosWebContentFilterSpecificWebsitesAccess.Builder websiteList(IosBookmark... websiteList)
“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:
websiteList- value ofwebsiteListproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
websiteListNextLink
public IosWebContentFilterSpecificWebsitesAccess.Builder websiteListNextLink(String websiteListNextLink)
“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:
websiteListNextLink- value ofwebsiteList@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public IosWebContentFilterSpecificWebsitesAccess build()
-
-