public final class O365BreakOutCategoryPolicies extends Object
| Type | Property and Description |
|---|---|
Boolean |
default
Get the defaultProperty property: Flag to control default category.
|
| Constructor and Description |
|---|
O365BreakOutCategoryPolicies() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allow()
Get the allow property: Flag to control allow category.
|
Boolean |
defaultProperty()
Get the defaultProperty property: Flag to control default category.
|
Boolean |
optimize()
Get the optimize property: Flag to control optimize category.
|
void |
validate()
Validates the instance.
|
O365BreakOutCategoryPolicies |
withAllow(Boolean allow)
Set the allow property: Flag to control allow category.
|
O365BreakOutCategoryPolicies |
withDefaultProperty(Boolean defaultProperty)
Set the defaultProperty property: Flag to control default category.
|
O365BreakOutCategoryPolicies |
withOptimize(Boolean optimize)
Set the optimize property: Flag to control optimize category.
|
public Boolean defaultProperty
public Boolean allow()
public O365BreakOutCategoryPolicies withAllow(Boolean allow)
allow - the allow value to set.public Boolean optimize()
public O365BreakOutCategoryPolicies withOptimize(Boolean optimize)
optimize - the optimize value to set.public Boolean defaultProperty()
public O365BreakOutCategoryPolicies withDefaultProperty(Boolean defaultProperty)
defaultProperty - the defaultProperty value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.