| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<IosBookmark> |
IosWebContentFilterSpecificWebsitesAccess.specificWebsitesOnly |
protected List<IosBookmark> |
IosWebContentFilterSpecificWebsitesAccess.websiteList |
| Modifier and Type | Method and Description |
|---|---|
IosBookmark |
IosBookmark.Builder.build() |
IosBookmark |
IosBookmark.withBookmarkFolder(String bookmarkFolder)
Returns an immutable copy of
this with just the bookmarkFolder
field changed. |
IosBookmark |
IosBookmark.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
IosBookmark |
IosBookmark.withUrl(String url)
Returns an immutable copy of
this with just the url field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<IosBookmark> |
IosWebContentFilterSpecificWebsitesAccess.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> |
IosWebContentFilterSpecificWebsitesAccess.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.CollectionPage<IosBookmark> |
IosWebContentFilterSpecificWebsitesAccess.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> |
IosWebContentFilterSpecificWebsitesAccess.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.
|
| Modifier and Type | Method and Description |
|---|---|
IosWebContentFilterSpecificWebsitesAccess.Builder |
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.
|
IosWebContentFilterSpecificWebsitesAccess.Builder |
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.
|
| Modifier and Type | Method and Description |
|---|---|
IosWebContentFilterSpecificWebsitesAccess.Builder |
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.
|
IosWebContentFilterSpecificWebsitesAccess.Builder |
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.
|
Copyright © 2018–2020. All rights reserved.