Uses of Class
odata.msgraph.client.beta.complex.IosBookmark
-
Packages that use IosBookmark Package Description odata.msgraph.client.beta.complex -
-
Uses of IosBookmark in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type IosBookmark Modifier and Type Field Description protected List<IosBookmark>IosWebContentFilterSpecificWebsitesAccess. specificWebsitesOnlyprotected List<IosBookmark>IosWebContentFilterSpecificWebsitesAccess. websiteListMethods in odata.msgraph.client.beta.complex that return IosBookmark Modifier and Type Method Description IosBookmarkIosBookmark.Builder. build()IosBookmarkIosBookmark. withBookmarkFolder(String bookmarkFolder)Returns an immutable copy ofthiswith just thebookmarkFolderfield changed.IosBookmarkIosBookmark. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.IosBookmarkIosBookmark. withUnmappedField(String name, String value)IosBookmarkIosBookmark. withUrl(String url)Returns an immutable copy ofthiswith just theurlfield changed.Methods in odata.msgraph.client.beta.complex that return types with arguments of type IosBookmark Modifier and Type Method 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.Methods in odata.msgraph.client.beta.complex with parameters of type IosBookmark Modifier and Type Method Description IosWebContentFilterSpecificWebsitesAccess.BuilderIosWebContentFilterSpecificWebsitesAccess.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.BuilderIosWebContentFilterSpecificWebsitesAccess.Builder. websiteList(IosBookmark... websiteList)“URL bookmarks which will be installed into built-in browser and user is only allowed to access websites through bookmarks.Method parameters in odata.msgraph.client.beta.complex with type arguments of type IosBookmark Modifier and Type Method Description IosWebContentFilterSpecificWebsitesAccess.BuilderIosWebContentFilterSpecificWebsitesAccess.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.BuilderIosWebContentFilterSpecificWebsitesAccess.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.
-