| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected SafeSearchFilterType |
Windows10GeneralConfiguration.safeSearchFilter |
| Modifier and Type | Method and Description |
|---|---|
Optional<SafeSearchFilterType> |
Windows10GeneralConfiguration.getSafeSearchFilter()
“Specifies what filter level of safe search is required.”
|
| Modifier and Type | Method and Description |
|---|---|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.safeSearchFilter(SafeSearchFilterType safeSearchFilter)
“Specifies what filter level of safe search is required.”
|
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withSafeSearchFilter(SafeSearchFilterType safeSearchFilter)
Returns an immutable copy of
this with just the safeSearchFilter
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static SafeSearchFilterType |
SafeSearchFilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SafeSearchFilterType[] |
SafeSearchFilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.