public class IosWebContentFilterAutoFilter extends IosWebContentFilterBase implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
IosWebContentFilterAutoFilter.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
allowedUrls |
protected String |
allowedUrlsNextLink |
protected List<String> |
blockedUrls |
protected String |
blockedUrlsNextLink |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
IosWebContentFilterAutoFilter() |
| Modifier and Type | Method and Description |
|---|---|
static IosWebContentFilterAutoFilter.Builder |
builderIosWebContentFilterAutoFilter()
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<String> |
getAllowedUrls()
“Additional URLs allowed for access”
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getAllowedUrls(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Additional URLs allowed for access”
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getBlockedUrls()
“Additional URLs blocked for access”
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getBlockedUrls(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Additional URLs blocked for access”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String allowedUrlsNextLink
protected String blockedUrlsNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class IosWebContentFilterBasepublic com.github.davidmoten.odata.client.CollectionPage<String> getAllowedUrls()
public com.github.davidmoten.odata.client.CollectionPage<String> getAllowedUrls(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<String> getBlockedUrls()
public com.github.davidmoten.odata.client.CollectionPage<String> getBlockedUrls(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 IosWebContentFilterAutoFilter.Builder builderIosWebContentFilterAutoFilter()
public String toString()
toString in class IosWebContentFilterBaseCopyright © 2018–2020. All rights reserved.