public class IosWebContentFilterSpecificWebsitesAccess extends IosWebContentFilterBase implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
IosWebContentFilterSpecificWebsitesAccess.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<IosBookmark> |
specificWebsitesOnly |
protected String |
specificWebsitesOnlyNextLink |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected List<IosBookmark> |
websiteList |
protected String |
websiteListNextLink |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
IosWebContentFilterSpecificWebsitesAccess() |
| Modifier and Type | Method and Description |
|---|---|
static IosWebContentFilterSpecificWebsitesAccess.Builder |
builderIosWebContentFilterSpecificWebsitesAccess()
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.internal.UnmappedFields |
getUnmappedFields() |
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.
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected List<IosBookmark> specificWebsitesOnly
protected String specificWebsitesOnlyNextLink
protected List<IosBookmark> websiteList
protected String websiteListNextLink
protected IosWebContentFilterSpecificWebsitesAccess()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class IosWebContentFilterBasepublic com.github.davidmoten.odata.client.CollectionPage<IosBookmark> getSpecificWebsitesOnly()
public com.github.davidmoten.odata.client.CollectionPage<IosBookmark> getSpecificWebsitesOnly(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<IosBookmark> getWebsiteList()
public com.github.davidmoten.odata.client.CollectionPage<IosBookmark> getWebsiteList(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class IosWebContentFilterBasepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class IosWebContentFilterBasepublic static IosWebContentFilterSpecificWebsitesAccess.Builder builderIosWebContentFilterSpecificWebsitesAccess()
public String toString()
toString in class IosWebContentFilterBaseCopyright © 2018–2020. All rights reserved.